Shades of East Side #AF9BBE
Tints of East Side #AF9BBE
RGB
CMYK
RGB Variations
Color information
#AF9BBE (or 0xAF9BBE) is known color: East Side. HEX triplet: AF, 9B and BE. RGB value is (175,155,190). Sum of RGB (Red+Green+Blue) = 175+155+190=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF9BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9BBE is #506441. Grayscale: #A4A4A4. Windows color (decimal): -5268546 or 12491695. OLE color: 12491695.
HSL color Cylindrical-coordinate representation of color #AF9BBE: hue angle of 274.29º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AF9BBE is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 155 | 190 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.25 |
| HSL | 274.29º | 0.21% | 0.68% | - |
| HSV(B) | 274.29º | 0.18% | 0.75% | - |
| XYZ | 38.69 | 36.27 | 53.68 | - |
| YUV | 164.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 155 | 190 | 0.08 | 0.18 | 0 | 0.25 | 274.29 | 0.21 | 0.68 |
| Hex | AF | 9B | BE | 8 | 12 | 0 | 19 | 112 | 15 | 44 |
| Octal | 257 | 233 | 276 | 10 | 22 | 0 | 31 | 422 | 25 | 104 |
| Binary | 10101111 | 10011011 | 10111110 | 1000 | 10010 | 0 | 11001 | 100010010 | 10101 | 1000100 |
Color Harmonies of #AF9BBE
Complementary color
Monochromatic Colors of #AF9BBE
Black with #AF9BBE
Text Example
Text Example
White with #AF9BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9BBE; }
p { color: rgb(175,155,190); }
H1.HeaderClassName
{
color: #AF9BBE;
}
.AnyTagClassName
{
color: #AF9BBE;
}
</style>
background-color css
<style>
a { background-color: #AF9BBE; }
a { background-color: rgb(175,155,190); }
div.DivClassName
{
background-color: #AF9BBE;
}
.BgClassName
{
background-color: #AF9BBE;
}
</style>
border-color css
<style>
span { border-color: #AF9BBE; }
span { border-color: rgb(175,155,190); }
td.TdClassName
{
border-color: #AF9BBE;
}
.TagClassName
{
border-color: #AF9BBE;
}
</style>