Shades of East Side #AF99C0
Tints of East Side #AF99C0
RGB
CMYK
RGB Variations
Color information
#AF99C0 (or 0xAF99C0) is known color: East Side. HEX triplet: AF, 99 and C0. RGB value is (175,153,192). Sum of RGB (Red+Green+Blue) = 175+153+192=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF99C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99C0 is #50663F. Grayscale: #A3A3A3. Windows color (decimal): -5269056 or 12622255. OLE color: 12622255.
HSL color Cylindrical-coordinate representation of color #AF99C0: hue angle of 273.85º degrees, saturation: 0.24, 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 #AF99C0 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 153 | 192 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.25 |
| HSL | 273.85º | 0.24% | 0.68% | - |
| HSV(B) | 273.85º | 0.2% | 0.75% | - |
| XYZ | 38.58 | 35.7 | 54.73 | - |
| YUV | 164.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 192 | 0.09 | 0.20 | 0 | 0.25 | 273.85 | 0.24 | 0.68 |
| Hex | AF | 99 | C0 | 9 | 14 | 0 | 19 | 112 | 18 | 44 |
| Octal | 257 | 231 | 300 | 11 | 24 | 0 | 31 | 422 | 30 | 104 |
| Binary | 10101111 | 10011001 | 11000000 | 1001 | 10100 | 0 | 11001 | 100010010 | 11000 | 1000100 |
Color Harmonies of #AF99C0
Complementary color
Monochromatic Colors of #AF99C0
Black with #AF99C0
Text Example
Text Example
White with #AF99C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF99C0; }
p { color: rgb(175,153,192); }
H1.HeaderClassName
{
color: #AF99C0;
}
.AnyTagClassName
{
color: #AF99C0;
}
</style>
background-color css
<style>
a { background-color: #AF99C0; }
a { background-color: rgb(175,153,192); }
div.DivClassName
{
background-color: #AF99C0;
}
.BgClassName
{
background-color: #AF99C0;
}
</style>
border-color css
<style>
span { border-color: #AF99C0; }
span { border-color: rgb(175,153,192); }
td.TdClassName
{
border-color: #AF99C0;
}
.TagClassName
{
border-color: #AF99C0;
}
</style>