Shades of East Side #AA82C0
Tints of East Side #AA82C0
RGB
CMYK
RGB Variations
Color information
#AA82C0 (or 0xAA82C0) is known color: East Side. HEX triplet: AA, 82 and C0. RGB value is (170,130,192). Sum of RGB (Red+Green+Blue) = 170+130+192=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA82C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA82C0 is #557D3F. Grayscale: #949494. Windows color (decimal): -5602624 or 12616362. OLE color: 12616362.
HSL color Cylindrical-coordinate representation of color #AA82C0: hue angle of 278.71º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA82C0 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 130 | 192 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.25 |
| HSL | 278.71º | 0.33% | 0.63% | - |
| HSV(B) | 278.71º | 0.32% | 0.75% | - |
| XYZ | 34.07 | 28.32 | 53.54 | - |
| YUV | 149.03 | 152.25 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 192 | 0.11 | 0.32 | 0 | 0.25 | 278.71 | 0.33 | 0.63 |
| Hex | AA | 82 | C0 | B | 20 | 0 | 19 | 117 | 21 | 3F |
| Octal | 252 | 202 | 300 | 13 | 40 | 0 | 31 | 427 | 41 | 77 |
| Binary | 10101010 | 10000010 | 11000000 | 1011 | 100000 | 0 | 11001 | 100010111 | 100001 | 111111 |
Color Harmonies of #AA82C0
Complementary color
Monochromatic Colors of #AA82C0
Black with #AA82C0
Text Example
Text Example
White with #AA82C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA82C0; }
p { color: rgb(170,130,192); }
H1.HeaderClassName
{
color: #AA82C0;
}
.AnyTagClassName
{
color: #AA82C0;
}
</style>
background-color css
<style>
a { background-color: #AA82C0; }
a { background-color: rgb(170,130,192); }
div.DivClassName
{
background-color: #AA82C0;
}
.BgClassName
{
background-color: #AA82C0;
}
</style>
border-color css
<style>
span { border-color: #AA82C0; }
span { border-color: rgb(170,130,192); }
td.TdClassName
{
border-color: #AA82C0;
}
.TagClassName
{
border-color: #AA82C0;
}
</style>