Shades of East Side #A989C8
Tints of East Side #A989C8
RGB
CMYK
RGB Variations
Color information
#A989C8 (or 0xA989C8) is known color: East Side. HEX triplet: A9, 89 and C8. RGB value is (169,137,200). Sum of RGB (Red+Green+Blue) = 169+137+200=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 200 - color contains mainly: blue. Hex color #A989C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A989C8 is #567637. Grayscale: #999999. Windows color (decimal): -5666360 or 13142441. OLE color: 13142441.
HSL color Cylindrical-coordinate representation of color #A989C8: hue angle of 270.48º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A989C8 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 137 | 200 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.22 |
| HSL | 270.48º | 0.36% | 0.66% | - |
| HSV(B) | 270.48º | 0.32% | 0.78% | - |
| XYZ | 35.73 | 30.5 | 58.65 | - |
| YUV | 153.75 | 154.1 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 137 | 200 | 0.16 | 0.32 | 0 | 0.22 | 270.48 | 0.36 | 0.66 |
| Hex | A9 | 89 | C8 | 10 | 20 | 0 | 16 | 10E | 24 | 42 |
| Octal | 251 | 211 | 310 | 20 | 40 | 0 | 26 | 416 | 44 | 102 |
| Binary | 10101001 | 10001001 | 11001000 | 10000 | 100000 | 0 | 10110 | 100001110 | 100100 | 1000010 |
Color Harmonies of #A989C8
Complementary color
Monochromatic Colors of #A989C8
Black with #A989C8
Text Example
Text Example
White with #A989C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A989C8; }
p { color: rgb(169,137,200); }
H1.HeaderClassName
{
color: #A989C8;
}
.AnyTagClassName
{
color: #A989C8;
}
</style>
background-color css
<style>
a { background-color: #A989C8; }
a { background-color: rgb(169,137,200); }
div.DivClassName
{
background-color: #A989C8;
}
.BgClassName
{
background-color: #A989C8;
}
</style>
border-color css
<style>
span { border-color: #A989C8; }
span { border-color: rgb(169,137,200); }
td.TdClassName
{
border-color: #A989C8;
}
.TagClassName
{
border-color: #A989C8;
}
</style>