Shades of East Side #AA82BE
Tints of East Side #AA82BE
RGB
CMYK
RGB Variations
Color information
#AA82BE (or 0xAA82BE) is known color: East Side. HEX triplet: AA, 82 and BE. RGB value is (170,130,190). Sum of RGB (Red+Green+Blue) = 170+130+190=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA82BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA82BE is #557D41. Grayscale: #949494. Windows color (decimal): -5602626 or 12485290. OLE color: 12485290.
HSL color Cylindrical-coordinate representation of color #AA82BE: hue angle of 280º degrees, saturation: 0.32, 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 #AA82BE is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 130 | 190 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.25 |
| HSL | 280º | 0.32% | 0.63% | - |
| HSV(B) | 280º | 0.32% | 0.75% | - |
| XYZ | 33.85 | 28.23 | 52.38 | - |
| YUV | 148.8 | 151.25 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 190 | 0.11 | 0.32 | 0 | 0.25 | 280 | 0.32 | 0.63 |
| Hex | AA | 82 | BE | B | 20 | 0 | 19 | 118 | 20 | 3F |
| Octal | 252 | 202 | 276 | 13 | 40 | 0 | 31 | 430 | 40 | 77 |
| Binary | 10101010 | 10000010 | 10111110 | 1011 | 100000 | 0 | 11001 | 100011000 | 100000 | 111111 |
Color Harmonies of #AA82BE
Complementary color
Monochromatic Colors of #AA82BE
Black with #AA82BE
Text Example
Text Example
White with #AA82BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA82BE; }
p { color: rgb(170,130,190); }
H1.HeaderClassName
{
color: #AA82BE;
}
.AnyTagClassName
{
color: #AA82BE;
}
</style>
background-color css
<style>
a { background-color: #AA82BE; }
a { background-color: rgb(170,130,190); }
div.DivClassName
{
background-color: #AA82BE;
}
.BgClassName
{
background-color: #AA82BE;
}
</style>
border-color css
<style>
span { border-color: #AA82BE; }
span { border-color: rgb(170,130,190); }
td.TdClassName
{
border-color: #AA82BE;
}
.TagClassName
{
border-color: #AA82BE;
}
</style>