Shades of East Side #AA81C4
Tints of East Side #AA81C4
RGB
CMYK
RGB Variations
Color information
#AA81C4 (or 0xAA81C4) is known color: East Side. HEX triplet: AA, 81 and C4. RGB value is (170,129,196). Sum of RGB (Red+Green+Blue) = 170+129+196=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA81C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA81C4 is #557E3B. Grayscale: #949494. Windows color (decimal): -5602876 or 12878250. OLE color: 12878250.
HSL color Cylindrical-coordinate representation of color #AA81C4: hue angle of 276.72º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA81C4 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 129 | 196 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.23 |
| HSL | 276.72º | 0.36% | 0.64% | - |
| HSV(B) | 276.72º | 0.34% | 0.77% | - |
| XYZ | 34.39 | 28.23 | 55.86 | - |
| YUV | 148.9 | 154.58 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 196 | 0.13 | 0.34 | 0 | 0.23 | 276.72 | 0.36 | 0.64 |
| Hex | AA | 81 | C4 | D | 22 | 0 | 17 | 115 | 24 | 40 |
| Octal | 252 | 201 | 304 | 15 | 42 | 0 | 27 | 425 | 44 | 100 |
| Binary | 10101010 | 10000001 | 11000100 | 1101 | 100010 | 0 | 10111 | 100010101 | 100100 | 1000000 |
Color Harmonies of #AA81C4
Complementary color
Monochromatic Colors of #AA81C4
Black with #AA81C4
Text Example
Text Example
White with #AA81C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA81C4; }
p { color: rgb(170,129,196); }
H1.HeaderClassName
{
color: #AA81C4;
}
.AnyTagClassName
{
color: #AA81C4;
}
</style>
background-color css
<style>
a { background-color: #AA81C4; }
a { background-color: rgb(170,129,196); }
div.DivClassName
{
background-color: #AA81C4;
}
.BgClassName
{
background-color: #AA81C4;
}
</style>
border-color css
<style>
span { border-color: #AA81C4; }
span { border-color: rgb(170,129,196); }
td.TdClassName
{
border-color: #AA81C4;
}
.TagClassName
{
border-color: #AA81C4;
}
</style>