Shades of East Side #AA89CA
Tints of East Side #AA89CA
RGB
CMYK
RGB Variations
Color information
#AA89CA (or 0xAA89CA) is known color: East Side. HEX triplet: AA, 89 and CA. RGB value is (170,137,202). Sum of RGB (Red+Green+Blue) = 170+137+202=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA89CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA89CA is #557635. Grayscale: #9A9A9A. Windows color (decimal): -5600822 or 13273514. OLE color: 13273514.
HSL color Cylindrical-coordinate representation of color #AA89CA: hue angle of 270.46º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA89CA is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 137 | 202 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.21 |
| HSL | 270.46º | 0.38% | 0.66% | - |
| HSV(B) | 270.46º | 0.32% | 0.79% | - |
| XYZ | 36.18 | 30.7 | 59.9 | - |
| YUV | 154.28 | 154.93 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 202 | 0.16 | 0.32 | 0 | 0.21 | 270.46 | 0.38 | 0.66 |
| Hex | AA | 89 | CA | 10 | 20 | 0 | 15 | 10E | 26 | 42 |
| Octal | 252 | 211 | 312 | 20 | 40 | 0 | 25 | 416 | 46 | 102 |
| Binary | 10101010 | 10001001 | 11001010 | 10000 | 100000 | 0 | 10101 | 100001110 | 100110 | 1000010 |
Color Harmonies of #AA89CA
Complementary color
Monochromatic Colors of #AA89CA
Black with #AA89CA
Text Example
Text Example
White with #AA89CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA89CA; }
p { color: rgb(170,137,202); }
H1.HeaderClassName
{
color: #AA89CA;
}
.AnyTagClassName
{
color: #AA89CA;
}
</style>
background-color css
<style>
a { background-color: #AA89CA; }
a { background-color: rgb(170,137,202); }
div.DivClassName
{
background-color: #AA89CA;
}
.BgClassName
{
background-color: #AA89CA;
}
</style>
border-color css
<style>
span { border-color: #AA89CA; }
span { border-color: rgb(170,137,202); }
td.TdClassName
{
border-color: #AA89CA;
}
.TagClassName
{
border-color: #AA89CA;
}
</style>