Shades of East Side #AA82D1
Tints of East Side #AA82D1
RGB
CMYK
RGB Variations
Color information
#AA82D1 (or 0xAA82D1) is known color: East Side. HEX triplet: AA, 82 and D1. RGB value is (170,130,209). Sum of RGB (Red+Green+Blue) = 170+130+209=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA82D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA82D1 is #557D2E. Grayscale: #969696. Windows color (decimal): -5602607 or 13730474. OLE color: 13730474.
HSL color Cylindrical-coordinate representation of color #AA82D1: hue angle of 270.38º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA82D1 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 130 | 209 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.18 |
| HSL | 270.38º | 0.46% | 0.66% | - |
| HSV(B) | 270.38º | 0.38% | 0.82% | - |
| XYZ | 36.07 | 29.11 | 64.04 | - |
| YUV | 150.97 | 160.75 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 209 | 0.19 | 0.38 | 0 | 0.18 | 270.38 | 0.46 | 0.66 |
| Hex | AA | 82 | D1 | 13 | 26 | 0 | 12 | 10E | 2E | 42 |
| Octal | 252 | 202 | 321 | 23 | 46 | 0 | 22 | 416 | 56 | 102 |
| Binary | 10101010 | 10000010 | 11010001 | 10011 | 100110 | 0 | 10010 | 100001110 | 101110 | 1000010 |
Color Harmonies of #AA82D1
Complementary color
Monochromatic Colors of #AA82D1
Black with #AA82D1
Text Example
Text Example
White with #AA82D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA82D1; }
p { color: rgb(170,130,209); }
H1.HeaderClassName
{
color: #AA82D1;
}
.AnyTagClassName
{
color: #AA82D1;
}
</style>
background-color css
<style>
a { background-color: #AA82D1; }
a { background-color: rgb(170,130,209); }
div.DivClassName
{
background-color: #AA82D1;
}
.BgClassName
{
background-color: #AA82D1;
}
</style>
border-color css
<style>
span { border-color: #AA82D1; }
span { border-color: rgb(170,130,209); }
td.TdClassName
{
border-color: #AA82D1;
}
.TagClassName
{
border-color: #AA82D1;
}
</style>