Shades of East Side #A987CA
Tints of East Side #A987CA
RGB
CMYK
RGB Variations
Color information
#A987CA (or 0xA987CA) is known color: East Side. HEX triplet: A9, 87 and CA. RGB value is (169,135,202). Sum of RGB (Red+Green+Blue) = 169+135+202=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #A987CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A987CA is #567835. Grayscale: #989898. Windows color (decimal): -5666870 or 13273001. OLE color: 13273001.
HSL color Cylindrical-coordinate representation of color #A987CA: hue angle of 270.45º 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 #A987CA is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 135 | 202 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.21 |
| HSL | 270.45º | 0.39% | 0.66% | - |
| HSV(B) | 270.45º | 0.33% | 0.79% | - |
| XYZ | 35.69 | 30.03 | 59.79 | - |
| YUV | 152.8 | 155.76 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 135 | 202 | 0.16 | 0.33 | 0 | 0.21 | 270.45 | 0.39 | 0.66 |
| Hex | A9 | 87 | CA | 10 | 21 | 0 | 15 | 10E | 27 | 42 |
| Octal | 251 | 207 | 312 | 20 | 41 | 0 | 25 | 416 | 47 | 102 |
| Binary | 10101001 | 10000111 | 11001010 | 10000 | 100001 | 0 | 10101 | 100001110 | 100111 | 1000010 |
Color Harmonies of #A987CA
Complementary color
Monochromatic Colors of #A987CA
Black with #A987CA
Text Example
Text Example
White with #A987CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A987CA; }
p { color: rgb(169,135,202); }
H1.HeaderClassName
{
color: #A987CA;
}
.AnyTagClassName
{
color: #A987CA;
}
</style>
background-color css
<style>
a { background-color: #A987CA; }
a { background-color: rgb(169,135,202); }
div.DivClassName
{
background-color: #A987CA;
}
.BgClassName
{
background-color: #A987CA;
}
</style>
border-color css
<style>
span { border-color: #A987CA; }
span { border-color: rgb(169,135,202); }
td.TdClassName
{
border-color: #A987CA;
}
.TagClassName
{
border-color: #A987CA;
}
</style>