Shades of East Side #AF9EBC
Tints of East Side #AF9EBC
RGB
CMYK
RGB Variations
Color information
#AF9EBC (or 0xAF9EBC) is known color: East Side. HEX triplet: AF, 9E and BC. RGB value is (175,158,188). Sum of RGB (Red+Green+Blue) = 175+158+188=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF9EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9EBC is #506143. Grayscale: #A6A6A6. Windows color (decimal): -5267780 or 12361391. OLE color: 12361391.
HSL color Cylindrical-coordinate representation of color #AF9EBC: hue angle of 274º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AF9EBC is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 158 | 188 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.26 |
| HSL | 274º | 0.18% | 0.68% | - |
| HSV(B) | 274º | 0.16% | 0.74% | - |
| XYZ | 38.98 | 37.2 | 52.7 | - |
| YUV | 166.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 158 | 188 | 0.07 | 0.16 | 0 | 0.26 | 274 | 0.18 | 0.68 |
| Hex | AF | 9E | BC | 7 | 10 | 0 | 1A | 112 | 12 | 44 |
| Octal | 257 | 236 | 274 | 7 | 20 | 0 | 32 | 422 | 22 | 104 |
| Binary | 10101111 | 10011110 | 10111100 | 111 | 10000 | 0 | 11010 | 100010010 | 10010 | 1000100 |
Color Harmonies of #AF9EBC
Complementary color
Monochromatic Colors of #AF9EBC
Black with #AF9EBC
Text Example
Text Example
White with #AF9EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9EBC; }
p { color: rgb(175,158,188); }
H1.HeaderClassName
{
color: #AF9EBC;
}
.AnyTagClassName
{
color: #AF9EBC;
}
</style>
background-color css
<style>
a { background-color: #AF9EBC; }
a { background-color: rgb(175,158,188); }
div.DivClassName
{
background-color: #AF9EBC;
}
.BgClassName
{
background-color: #AF9EBC;
}
</style>
border-color css
<style>
span { border-color: #AF9EBC; }
span { border-color: rgb(175,158,188); }
td.TdClassName
{
border-color: #AF9EBC;
}
.TagClassName
{
border-color: #AF9EBC;
}
</style>