Shades of East Side #A987CC
Tints of East Side #A987CC
RGB
CMYK
RGB Variations
Color information
#A987CC (or 0xA987CC) is known color: East Side. HEX triplet: A9, 87 and CC. RGB value is (169,135,204). Sum of RGB (Red+Green+Blue) = 169+135+204=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 135 (53.12% from 255 or 26.57% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #A987CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A987CC is #567833. Grayscale: #989898. Windows color (decimal): -5666868 or 13404073. OLE color: 13404073.
HSL color Cylindrical-coordinate representation of color #A987CC: hue angle of 269.57º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A987CC is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 135 | 204 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.2 |
| HSL | 269.57º | 0.4% | 0.66% | - |
| HSV(B) | 269.57º | 0.34% | 0.8% | - |
| XYZ | 35.93 | 30.12 | 61.05 | - |
| YUV | 153.03 | 156.76 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 135 | 204 | 0.17 | 0.34 | 0 | 0.2 | 269.57 | 0.4 | 0.66 |
| Hex | A9 | 87 | CC | 11 | 22 | 0 | 14 | 10E | 28 | 42 |
| Octal | 251 | 207 | 314 | 21 | 42 | 0 | 24 | 416 | 50 | 102 |
| Binary | 10101001 | 10000111 | 11001100 | 10001 | 100010 | 0 | 10100 | 100001110 | 101000 | 1000010 |
Color Harmonies of #A987CC
Complementary color
Monochromatic Colors of #A987CC
Black with #A987CC
Text Example
Text Example
White with #A987CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A987CC; }
p { color: rgb(169,135,204); }
H1.HeaderClassName
{
color: #A987CC;
}
.AnyTagClassName
{
color: #A987CC;
}
</style>
background-color css
<style>
a { background-color: #A987CC; }
a { background-color: rgb(169,135,204); }
div.DivClassName
{
background-color: #A987CC;
}
.BgClassName
{
background-color: #A987CC;
}
</style>
border-color css
<style>
span { border-color: #A987CC; }
span { border-color: rgb(169,135,204); }
td.TdClassName
{
border-color: #A987CC;
}
.TagClassName
{
border-color: #A987CC;
}
</style>