Shades of East Side #AF9ABC
Tints of East Side #AF9ABC
RGB
CMYK
RGB Variations
Color information
#AF9ABC (or 0xAF9ABC) is known color: East Side. HEX triplet: AF, 9A and BC. RGB value is (175,154,188). Sum of RGB (Red+Green+Blue) = 175+154+188=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF9ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9ABC is #506543. Grayscale: #A4A4A4. Windows color (decimal): -5268804 or 12360367. OLE color: 12360367.
HSL color Cylindrical-coordinate representation of color #AF9ABC: hue angle of 277.06º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AF9ABC is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 154 | 188 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.26 |
| HSL | 277.06º | 0.2% | 0.67% | - |
| HSV(B) | 277.06º | 0.18% | 0.74% | - |
| XYZ | 38.31 | 35.86 | 52.48 | - |
| YUV | 164.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 188 | 0.07 | 0.18 | 0 | 0.26 | 277.06 | 0.2 | 0.67 |
| Hex | AF | 9A | BC | 7 | 12 | 0 | 1A | 115 | 14 | 43 |
| Octal | 257 | 232 | 274 | 7 | 22 | 0 | 32 | 425 | 24 | 103 |
| Binary | 10101111 | 10011010 | 10111100 | 111 | 10010 | 0 | 11010 | 100010101 | 10100 | 1000011 |
Color Harmonies of #AF9ABC
Complementary color
Monochromatic Colors of #AF9ABC
Black with #AF9ABC
Text Example
Text Example
White with #AF9ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9ABC; }
p { color: rgb(175,154,188); }
H1.HeaderClassName
{
color: #AF9ABC;
}
.AnyTagClassName
{
color: #AF9ABC;
}
</style>
background-color css
<style>
a { background-color: #AF9ABC; }
a { background-color: rgb(175,154,188); }
div.DivClassName
{
background-color: #AF9ABC;
}
.BgClassName
{
background-color: #AF9ABC;
}
</style>
border-color css
<style>
span { border-color: #AF9ABC; }
span { border-color: rgb(175,154,188); }
td.TdClassName
{
border-color: #AF9ABC;
}
.TagClassName
{
border-color: #AF9ABC;
}
</style>