Shades of East Side #AA81C3
Tints of East Side #AA81C3
RGB
CMYK
RGB Variations
Color information
#AA81C3 (or 0xAA81C3) is known color: East Side. HEX triplet: AA, 81 and C3. RGB value is (170,129,195). Sum of RGB (Red+Green+Blue) = 170+129+195=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA81C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA81C3 is #557E3C. Grayscale: #949494. Windows color (decimal): -5602877 or 12812714. OLE color: 12812714.
HSL color Cylindrical-coordinate representation of color #AA81C3: hue angle of 277.27º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA81C3 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 129 | 195 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.24 |
| HSL | 277.27º | 0.35% | 0.64% | - |
| HSV(B) | 277.27º | 0.34% | 0.76% | - |
| XYZ | 34.28 | 28.19 | 55.26 | - |
| YUV | 148.78 | 154.08 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 195 | 0.13 | 0.34 | 0 | 0.24 | 277.27 | 0.35 | 0.64 |
| Hex | AA | 81 | C3 | D | 22 | 0 | 18 | 115 | 23 | 40 |
| Octal | 252 | 201 | 303 | 15 | 42 | 0 | 30 | 425 | 43 | 100 |
| Binary | 10101010 | 10000001 | 11000011 | 1101 | 100010 | 0 | 11000 | 100010101 | 100011 | 1000000 |
Color Harmonies of #AA81C3
Complementary color
Monochromatic Colors of #AA81C3
Black with #AA81C3
Text Example
Text Example
White with #AA81C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA81C3; }
p { color: rgb(170,129,195); }
H1.HeaderClassName
{
color: #AA81C3;
}
.AnyTagClassName
{
color: #AA81C3;
}
</style>
background-color css
<style>
a { background-color: #AA81C3; }
a { background-color: rgb(170,129,195); }
div.DivClassName
{
background-color: #AA81C3;
}
.BgClassName
{
background-color: #AA81C3;
}
</style>
border-color css
<style>
span { border-color: #AA81C3; }
span { border-color: rgb(170,129,195); }
td.TdClassName
{
border-color: #AA81C3;
}
.TagClassName
{
border-color: #AA81C3;
}
</style>