Shades of East Side #AF84C9
Tints of East Side #AF84C9
RGB
CMYK
RGB Variations
Color information
#AF84C9 (or 0xAF84C9) is known color: East Side. HEX triplet: AF, 84 and C9. RGB value is (175,132,201). Sum of RGB (Red+Green+Blue) = 175+132+201=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF84C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF84C9 is #507B36. Grayscale: #989898. Windows color (decimal): -5274423 or 13206703. OLE color: 13206703.
HSL color Cylindrical-coordinate representation of color #AF84C9: hue angle of 277.39º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF84C9 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 132 | 201 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.21 |
| HSL | 277.39º | 0.39% | 0.65% | - |
| HSV(B) | 277.39º | 0.34% | 0.79% | - |
| XYZ | 36.47 | 29.83 | 59.09 | - |
| YUV | 152.72 | 155.25 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 201 | 0.13 | 0.34 | 0 | 0.21 | 277.39 | 0.39 | 0.65 |
| Hex | AF | 84 | C9 | D | 22 | 0 | 15 | 115 | 27 | 41 |
| Octal | 257 | 204 | 311 | 15 | 42 | 0 | 25 | 425 | 47 | 101 |
| Binary | 10101111 | 10000100 | 11001001 | 1101 | 100010 | 0 | 10101 | 100010101 | 100111 | 1000001 |
Color Harmonies of #AF84C9
Complementary color
Monochromatic Colors of #AF84C9
Black with #AF84C9
Text Example
Text Example
White with #AF84C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF84C9; }
p { color: rgb(175,132,201); }
H1.HeaderClassName
{
color: #AF84C9;
}
.AnyTagClassName
{
color: #AF84C9;
}
</style>
background-color css
<style>
a { background-color: #AF84C9; }
a { background-color: rgb(175,132,201); }
div.DivClassName
{
background-color: #AF84C9;
}
.BgClassName
{
background-color: #AF84C9;
}
</style>
border-color css
<style>
span { border-color: #AF84C9; }
span { border-color: rgb(175,132,201); }
td.TdClassName
{
border-color: #AF84C9;
}
.TagClassName
{
border-color: #AF84C9;
}
</style>