Shades of East Side #AA82CA
Tints of East Side #AA82CA
RGB
CMYK
RGB Variations
Color information
#AA82CA (or 0xAA82CA) is known color: East Side. HEX triplet: AA, 82 and CA. RGB value is (170,130,202). Sum of RGB (Red+Green+Blue) = 170+130+202=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA82CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA82CA is #557D35. Grayscale: #959595. Windows color (decimal): -5602614 or 13271722. OLE color: 13271722.
HSL color Cylindrical-coordinate representation of color #AA82CA: hue angle of 273.33º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA82CA is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 130 | 202 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.21 |
| HSL | 273.33º | 0.4% | 0.65% | - |
| HSV(B) | 273.33º | 0.36% | 0.79% | - |
| XYZ | 35.22 | 28.78 | 59.58 | - |
| YUV | 150.17 | 157.25 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 202 | 0.16 | 0.36 | 0 | 0.21 | 273.33 | 0.4 | 0.65 |
| Hex | AA | 82 | CA | 10 | 24 | 0 | 15 | 111 | 28 | 41 |
| Octal | 252 | 202 | 312 | 20 | 44 | 0 | 25 | 421 | 50 | 101 |
| Binary | 10101010 | 10000010 | 11001010 | 10000 | 100100 | 0 | 10101 | 100010001 | 101000 | 1000001 |
Color Harmonies of #AA82CA
Complementary color
Monochromatic Colors of #AA82CA
Black with #AA82CA
Text Example
Text Example
White with #AA82CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA82CA; }
p { color: rgb(170,130,202); }
H1.HeaderClassName
{
color: #AA82CA;
}
.AnyTagClassName
{
color: #AA82CA;
}
</style>
background-color css
<style>
a { background-color: #AA82CA; }
a { background-color: rgb(170,130,202); }
div.DivClassName
{
background-color: #AA82CA;
}
.BgClassName
{
background-color: #AA82CA;
}
</style>
border-color css
<style>
span { border-color: #AA82CA; }
span { border-color: rgb(170,130,202); }
td.TdClassName
{
border-color: #AA82CA;
}
.TagClassName
{
border-color: #AA82CA;
}
</style>