Shades of East Side #AF9AC0
Tints of East Side #AF9AC0
RGB
CMYK
RGB Variations
Color information
#AF9AC0 (or 0xAF9AC0) is known color: East Side. HEX triplet: AF, 9A and C0. RGB value is (175,154,192). Sum of RGB (Red+Green+Blue) = 175+154+192=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF9AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9AC0 is #50653F. Grayscale: #A4A4A4. Windows color (decimal): -5268800 or 12622511. OLE color: 12622511.
HSL color Cylindrical-coordinate representation of color #AF9AC0: hue angle of 273.16º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF9AC0 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 154 | 192 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.25 |
| HSL | 273.16º | 0.23% | 0.68% | - |
| HSV(B) | 273.16º | 0.2% | 0.75% | - |
| XYZ | 38.75 | 36.03 | 54.78 | - |
| YUV | 164.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 192 | 0.09 | 0.20 | 0 | 0.25 | 273.16 | 0.23 | 0.68 |
| Hex | AF | 9A | C0 | 9 | 14 | 0 | 19 | 111 | 17 | 44 |
| Octal | 257 | 232 | 300 | 11 | 24 | 0 | 31 | 421 | 27 | 104 |
| Binary | 10101111 | 10011010 | 11000000 | 1001 | 10100 | 0 | 11001 | 100010001 | 10111 | 1000100 |
Color Harmonies of #AF9AC0
Complementary color
Monochromatic Colors of #AF9AC0
Black with #AF9AC0
Text Example
Text Example
White with #AF9AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9AC0; }
p { color: rgb(175,154,192); }
H1.HeaderClassName
{
color: #AF9AC0;
}
.AnyTagClassName
{
color: #AF9AC0;
}
</style>
background-color css
<style>
a { background-color: #AF9AC0; }
a { background-color: rgb(175,154,192); }
div.DivClassName
{
background-color: #AF9AC0;
}
.BgClassName
{
background-color: #AF9AC0;
}
</style>
border-color css
<style>
span { border-color: #AF9AC0; }
span { border-color: rgb(175,154,192); }
td.TdClassName
{
border-color: #AF9AC0;
}
.TagClassName
{
border-color: #AF9AC0;
}
</style>