Shades of East Side #AA81CB
Tints of East Side #AA81CB
RGB
CMYK
RGB Variations
Color information
#AA81CB (or 0xAA81CB) is known color: East Side. HEX triplet: AA, 81 and CB. RGB value is (170,129,203). Sum of RGB (Red+Green+Blue) = 170+129+203=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA81CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA81CB is #557E34. Grayscale: #959595. Windows color (decimal): -5602869 or 13337002. OLE color: 13337002.
HSL color Cylindrical-coordinate representation of color #AA81CB: hue angle of 273.24º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA81CB is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 129 | 203 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.20 |
| HSL | 273.24º | 0.42% | 0.65% | - |
| HSV(B) | 273.24º | 0.36% | 0.8% | - |
| XYZ | 35.21 | 28.56 | 60.16 | - |
| YUV | 149.7 | 158.08 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 203 | 0.16 | 0.36 | 0 | 0.20 | 273.24 | 0.42 | 0.65 |
| Hex | AA | 81 | CB | 10 | 24 | 0 | 14 | 111 | 2A | 41 |
| Octal | 252 | 201 | 313 | 20 | 44 | 0 | 24 | 421 | 52 | 101 |
| Binary | 10101010 | 10000001 | 11001011 | 10000 | 100100 | 0 | 10100 | 100010001 | 101010 | 1000001 |
Color Harmonies of #AA81CB
Complementary color
Monochromatic Colors of #AA81CB
Black with #AA81CB
Text Example
Text Example
White with #AA81CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA81CB; }
p { color: rgb(170,129,203); }
H1.HeaderClassName
{
color: #AA81CB;
}
.AnyTagClassName
{
color: #AA81CB;
}
</style>
background-color css
<style>
a { background-color: #AA81CB; }
a { background-color: rgb(170,129,203); }
div.DivClassName
{
background-color: #AA81CB;
}
.BgClassName
{
background-color: #AA81CB;
}
</style>
border-color css
<style>
span { border-color: #AA81CB; }
span { border-color: rgb(170,129,203); }
td.TdClassName
{
border-color: #AA81CB;
}
.TagClassName
{
border-color: #AA81CB;
}
</style>