Shades of East Side #AF87CA
Tints of East Side #AF87CA
RGB
CMYK
RGB Variations
Color information
#AF87CA (or 0xAF87CA) is known color: East Side. HEX triplet: AF, 87 and CA. RGB value is (175,135,202). Sum of RGB (Red+Green+Blue) = 175+135+202=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF87CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF87CA is #507835. Grayscale: #9A9A9A. Windows color (decimal): -5273654 or 13273007. OLE color: 13273007.
HSL color Cylindrical-coordinate representation of color #AF87CA: hue angle of 275.82º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF87CA is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 135 | 202 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.21 |
| HSL | 275.82º | 0.39% | 0.66% | - |
| HSV(B) | 275.82º | 0.33% | 0.79% | - |
| XYZ | 37 | 30.71 | 59.85 | - |
| YUV | 154.6 | 154.75 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 202 | 0.13 | 0.33 | 0 | 0.21 | 275.82 | 0.39 | 0.66 |
| Hex | AF | 87 | CA | D | 21 | 0 | 15 | 114 | 27 | 42 |
| Octal | 257 | 207 | 312 | 15 | 41 | 0 | 25 | 424 | 47 | 102 |
| Binary | 10101111 | 10000111 | 11001010 | 1101 | 100001 | 0 | 10101 | 100010100 | 100111 | 1000010 |
Color Harmonies of #AF87CA
Complementary color
Monochromatic Colors of #AF87CA
Black with #AF87CA
Text Example
Text Example
White with #AF87CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF87CA; }
p { color: rgb(175,135,202); }
H1.HeaderClassName
{
color: #AF87CA;
}
.AnyTagClassName
{
color: #AF87CA;
}
</style>
background-color css
<style>
a { background-color: #AF87CA; }
a { background-color: rgb(175,135,202); }
div.DivClassName
{
background-color: #AF87CA;
}
.BgClassName
{
background-color: #AF87CA;
}
</style>
border-color css
<style>
span { border-color: #AF87CA; }
span { border-color: rgb(175,135,202); }
td.TdClassName
{
border-color: #AF87CA;
}
.TagClassName
{
border-color: #AF87CA;
}
</style>