Shades of East Side #AA82C9
Tints of East Side #AA82C9
RGB
CMYK
RGB Variations
Color information
#AA82C9 (or 0xAA82C9) is known color: East Side. HEX triplet: AA, 82 and C9. RGB value is (170,130,201). Sum of RGB (Red+Green+Blue) = 170+130+201=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA82C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA82C9 is #557D36. Grayscale: #959595. Windows color (decimal): -5602615 or 13206186. OLE color: 13206186.
HSL color Cylindrical-coordinate representation of color #AA82C9: hue angle of 273.8º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA82C9 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 130 | 201 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.21 |
| HSL | 273.8º | 0.4% | 0.65% | - |
| HSV(B) | 273.8º | 0.35% | 0.79% | - |
| XYZ | 35.1 | 28.73 | 58.95 | - |
| YUV | 150.05 | 156.75 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 201 | 0.15 | 0.35 | 0 | 0.21 | 273.8 | 0.4 | 0.65 |
| Hex | AA | 82 | C9 | F | 23 | 0 | 15 | 112 | 28 | 41 |
| Octal | 252 | 202 | 311 | 17 | 43 | 0 | 25 | 422 | 50 | 101 |
| Binary | 10101010 | 10000010 | 11001001 | 1111 | 100011 | 0 | 10101 | 100010010 | 101000 | 1000001 |
Color Harmonies of #AA82C9
Complementary color
Monochromatic Colors of #AA82C9
Black with #AA82C9
Text Example
Text Example
White with #AA82C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA82C9; }
p { color: rgb(170,130,201); }
H1.HeaderClassName
{
color: #AA82C9;
}
.AnyTagClassName
{
color: #AA82C9;
}
</style>
background-color css
<style>
a { background-color: #AA82C9; }
a { background-color: rgb(170,130,201); }
div.DivClassName
{
background-color: #AA82C9;
}
.BgClassName
{
background-color: #AA82C9;
}
</style>
border-color css
<style>
span { border-color: #AA82C9; }
span { border-color: rgb(170,130,201); }
td.TdClassName
{
border-color: #AA82C9;
}
.TagClassName
{
border-color: #AA82C9;
}
</style>