Shades of East Side #AA82CE
Tints of East Side #AA82CE
RGB
CMYK
RGB Variations
Color information
#AA82CE (or 0xAA82CE) is known color: East Side. HEX triplet: AA, 82 and CE. RGB value is (170,130,206). Sum of RGB (Red+Green+Blue) = 170+130+206=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA82CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA82CE is #557D31. Grayscale: #969696. Windows color (decimal): -5602610 or 13533866. OLE color: 13533866.
HSL color Cylindrical-coordinate representation of color #AA82CE: hue angle of 271.58º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA82CE is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 130 | 206 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.19 |
| HSL | 271.58º | 0.44% | 0.66% | - |
| HSV(B) | 271.58º | 0.37% | 0.81% | - |
| XYZ | 35.7 | 28.97 | 62.1 | - |
| YUV | 150.62 | 159.25 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 206 | 0.17 | 0.37 | 0 | 0.19 | 271.58 | 0.44 | 0.66 |
| Hex | AA | 82 | CE | 11 | 25 | 0 | 13 | 110 | 2C | 42 |
| Octal | 252 | 202 | 316 | 21 | 45 | 0 | 23 | 420 | 54 | 102 |
| Binary | 10101010 | 10000010 | 11001110 | 10001 | 100101 | 0 | 10011 | 100010000 | 101100 | 1000010 |
Color Harmonies of #AA82CE
Complementary color
Monochromatic Colors of #AA82CE
Black with #AA82CE
Text Example
Text Example
White with #AA82CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA82CE; }
p { color: rgb(170,130,206); }
H1.HeaderClassName
{
color: #AA82CE;
}
.AnyTagClassName
{
color: #AA82CE;
}
</style>
background-color css
<style>
a { background-color: #AA82CE; }
a { background-color: rgb(170,130,206); }
div.DivClassName
{
background-color: #AA82CE;
}
.BgClassName
{
background-color: #AA82CE;
}
</style>
border-color css
<style>
span { border-color: #AA82CE; }
span { border-color: rgb(170,130,206); }
td.TdClassName
{
border-color: #AA82CE;
}
.TagClassName
{
border-color: #AA82CE;
}
</style>