Shades of East Side #A988C0
Tints of East Side #A988C0
RGB
CMYK
RGB Variations
Color information
#A988C0 (or 0xA988C0) is known color: East Side. HEX triplet: A9, 88 and C0. RGB value is (169,136,192). Sum of RGB (Red+Green+Blue) = 169+136+192=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 192 - color contains mainly: blue. Hex color #A988C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A988C0 is #56773F. Grayscale: #989898. Windows color (decimal): -5666624 or 12617897. OLE color: 12617897.
HSL color Cylindrical-coordinate representation of color #A988C0: hue angle of 275.36º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A988C0 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 136 | 192 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.25 |
| HSL | 275.36º | 0.31% | 0.64% | - |
| HSV(B) | 275.36º | 0.29% | 0.75% | - |
| XYZ | 34.68 | 29.85 | 53.8 | - |
| YUV | 152.25 | 150.43 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 136 | 192 | 0.12 | 0.29 | 0 | 0.25 | 275.36 | 0.31 | 0.64 |
| Hex | A9 | 88 | C0 | C | 1D | 0 | 19 | 113 | 1F | 40 |
| Octal | 251 | 210 | 300 | 14 | 35 | 0 | 31 | 423 | 37 | 100 |
| Binary | 10101001 | 10001000 | 11000000 | 1100 | 11101 | 0 | 11001 | 100010011 | 11111 | 1000000 |
Color Harmonies of #A988C0
Complementary color
Monochromatic Colors of #A988C0
Black with #A988C0
Text Example
Text Example
White with #A988C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A988C0; }
p { color: rgb(169,136,192); }
H1.HeaderClassName
{
color: #A988C0;
}
.AnyTagClassName
{
color: #A988C0;
}
</style>
background-color css
<style>
a { background-color: #A988C0; }
a { background-color: rgb(169,136,192); }
div.DivClassName
{
background-color: #A988C0;
}
.BgClassName
{
background-color: #A988C0;
}
</style>
border-color css
<style>
span { border-color: #A988C0; }
span { border-color: rgb(169,136,192); }
td.TdClassName
{
border-color: #A988C0;
}
.TagClassName
{
border-color: #A988C0;
}
</style>