Shades of East Side #AA81C0
Tints of East Side #AA81C0
RGB
CMYK
RGB Variations
Color information
#AA81C0 (or 0xAA81C0) is known color: East Side. HEX triplet: AA, 81 and C0. RGB value is (170,129,192). Sum of RGB (Red+Green+Blue) = 170+129+192=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA81C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA81C0 is #557E3F. Grayscale: #949494. Windows color (decimal): -5602880 or 12616106. OLE color: 12616106.
HSL color Cylindrical-coordinate representation of color #AA81C0: hue angle of 279.05º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA81C0 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 170 | 129 | 192 | - |
CMYK | 0.11 | 0.33 | 0 | 0.25 |
HSL | 279.05º | 0.33% | 0.63% | - |
HSV(B) | 279.05º | 0.33% | 0.75% | - |
XYZ | 33.94 | 28.05 | 53.49 | - |
YUV | 148.44 | 152.58 | 143.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 129 | 192 | 0.11 | 0.33 | 0 | 0.25 | 279.05 | 0.33 | 0.63 |
Hex | AA | 81 | C0 | B | 21 | 0 | 19 | 117 | 21 | 3F |
Octal | 252 | 201 | 300 | 13 | 41 | 0 | 31 | 427 | 41 | 77 |
Binary | 10101010 | 10000001 | 11000000 | 1011 | 100001 | 0 | 11001 | 100010111 | 100001 | 111111 |
Color Harmonies of #AA81C0
Complementary color
Monochromatic Colors of #AA81C0
Black with #AA81C0
Text Example
Text Example
White with #AA81C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA81C0; }
p { color: rgb(170,129,192); }
H1.HeaderClassName
{
color: #AA81C0;
}
.AnyTagClassName
{
color: #AA81C0;
}
</style>
background-color css
<style>
a { background-color: #AA81C0; }
a { background-color: rgb(170,129,192); }
div.DivClassName
{
background-color: #AA81C0;
}
.BgClassName
{
background-color: #AA81C0;
}
</style>
border-color css
<style>
span { border-color: #AA81C0; }
span { border-color: rgb(170,129,192); }
td.TdClassName
{
border-color: #AA81C0;
}
.TagClassName
{
border-color: #AA81C0;
}
</style>