HEX: #AB659B
RGB: (171,101,155)
Il colore #AB659B contiene principalmente il rosso e il blu. Per il #AB659B il colore web safe è #996699 (#969).
Il colore AB659B in RGB è definito come 171,101,155
RGB: (171,101,155) (67%,40%,61%)
R 171 da 255 = 67%
G 101 da 255 = 40%
B 155 da 255 = 61%
R + G + B ~ 56%. #AB659B colore medio (né scuro né chiaro).
R + G + B =
171 + 101 + 155 = 427 (100%)
R 171 da 427 ~ 40.05%
G 101 da 427 ~ 23.65%
B 155 da 427 ~ 36.3%
Il colore #AB659B in CMYK è definito come 0,41,9,33.
CMYK: (0,41,9,33) C0M41Y9K33 (0%,41%,9%,33%) (0.00/0.41/0.09/0.33)
AB | 65 | 9B | |
---|---|---|---|
RGB | 171 | 101 | 155 |
HSL | 314° | 29.41% | 53.33% |
HSB/HSV | 314° | 40.94% | 67.06% |
CMYK | 0.00% | 40.94% | 9.36% |
32.94% |
Esadicemale | AB | 65 | 9B |
Decimale | 171 | 101 | 155 |
Binario | 10101011 | 1100101 | 10011011 |
Ottale | 253 | 145 | 233 |
Esempi dei codici css e html per gli elementi di colore #AB659B. Utilizzate rgb(171,101,155) anche al posto del codice hex.
.myTextColor { color: #AB659B; }
<p style="color:#AB659B">This sample text font color is #AB659B.</p>
Il colore di questo testo è #AB659B.
.myBgColor { background-color: #AB659B; }
<div style="background-color:#AB659B">Inner text</div>
Questo div ha lo sfondo di colore #AB659B.
.myBorderColor { border: 1px solid #AB659B; }
<div style="border:3px solid #AB659B">Div</div>
Questo div ha i bordi di colore AB659B.
.myOpacity80 { color: #AB659B; opacity: 0.8; }
<p style="color:#AB659B;opacity:0.8;">80%</p>
Il testo di color #AB659B e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB659B;}
<p style="text-shadow: 3px 3px 1px #AB659B">Text here.</p>
Questo testo ha l'ombra di colore #AB659B.
.textShadow {text-shadow: 3px 3px 1px #AB659B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB659B, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #AB659B e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB659B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB659B, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB659B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB659B; -webkit-box-shadow: 1px 1px 3px 2px #AB659B; box-shadow: 1px 1px 3px 2px #AB659B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB659B; -webkit-box-shadow: 1px 1px 3px 2px #AB659B; box-shadow:1px 1px 3px 2px #AB659B;">
Div content here</div>
Questo e il testo di colore #AB659B sullo sfondo nero.
Questo e il testo di colore #AB659B sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #AB659B.
Questo è un testo bianco sullo sfondo del colore #AB659B.