Shades of East Side #AA81CC
Tints of East Side #AA81CC
RGB
CMYK
RGB Variations
Color information
#AA81CC (or 0xAA81CC) is known color: East Side. HEX triplet: AA, 81 and CC. RGB value is (170,129,204). Sum of RGB (Red+Green+Blue) = 170+129+204=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA81CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA81CC is #557E33. Grayscale: #959595. Windows color (decimal): -5602868 or 13402538. OLE color: 13402538.
HSL color Cylindrical-coordinate representation of color #AA81CC: hue angle of 272.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA81CC is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 129 | 204 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.2 |
| HSL | 272.8º | 0.42% | 0.65% | - |
| HSV(B) | 272.8º | 0.37% | 0.8% | - |
| XYZ | 35.33 | 28.61 | 60.79 | - |
| YUV | 149.81 | 158.58 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 204 | 0.17 | 0.37 | 0 | 0.2 | 272.8 | 0.42 | 0.65 |
| Hex | AA | 81 | CC | 11 | 25 | 0 | 14 | 111 | 2A | 41 |
| Octal | 252 | 201 | 314 | 21 | 45 | 0 | 24 | 421 | 52 | 101 |
| Binary | 10101010 | 10000001 | 11001100 | 10001 | 100101 | 0 | 10100 | 100010001 | 101010 | 1000001 |
Color Harmonies of #AA81CC
Complementary color
Monochromatic Colors of #AA81CC
Black with #AA81CC
Text Example
Text Example
White with #AA81CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA81CC; }
p { color: rgb(170,129,204); }
H1.HeaderClassName
{
color: #AA81CC;
}
.AnyTagClassName
{
color: #AA81CC;
}
</style>
background-color css
<style>
a { background-color: #AA81CC; }
a { background-color: rgb(170,129,204); }
div.DivClassName
{
background-color: #AA81CC;
}
.BgClassName
{
background-color: #AA81CC;
}
</style>
border-color css
<style>
span { border-color: #AA81CC; }
span { border-color: rgb(170,129,204); }
td.TdClassName
{
border-color: #AA81CC;
}
.TagClassName
{
border-color: #AA81CC;
}
</style>