Shades of East Side #AA82C6
Tints of East Side #AA82C6
RGB
CMYK
RGB Variations
Color information
#AA82C6 (or 0xAA82C6) is known color: East Side. HEX triplet: AA, 82 and C6. RGB value is (170,130,198). Sum of RGB (Red+Green+Blue) = 170+130+198=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 198 (77.73% from 255 or 39.76% from 498); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA82C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA82C6 is #557D39. Grayscale: #959595. Windows color (decimal): -5602618 or 13009578. OLE color: 13009578.
HSL color Cylindrical-coordinate representation of color #AA82C6: hue angle of 275.29º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA82C6 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 130 | 198 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.22 |
| HSL | 275.29º | 0.37% | 0.64% | - |
| HSV(B) | 275.29º | 0.34% | 0.78% | - |
| XYZ | 34.75 | 28.59 | 57.11 | - |
| YUV | 149.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 198 | 0.14 | 0.34 | 0 | 0.22 | 275.29 | 0.37 | 0.64 |
| Hex | AA | 82 | C6 | E | 22 | 0 | 16 | 113 | 25 | 40 |
| Octal | 252 | 202 | 306 | 16 | 42 | 0 | 26 | 423 | 45 | 100 |
| Binary | 10101010 | 10000010 | 11000110 | 1110 | 100010 | 0 | 10110 | 100010011 | 100101 | 1000000 |
Color Harmonies of #AA82C6
Complementary color
Monochromatic Colors of #AA82C6
Black with #AA82C6
Text Example
Text Example
White with #AA82C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA82C6; }
p { color: rgb(170,130,198); }
H1.HeaderClassName
{
color: #AA82C6;
}
.AnyTagClassName
{
color: #AA82C6;
}
</style>
background-color css
<style>
a { background-color: #AA82C6; }
a { background-color: rgb(170,130,198); }
div.DivClassName
{
background-color: #AA82C6;
}
.BgClassName
{
background-color: #AA82C6;
}
</style>
border-color css
<style>
span { border-color: #AA82C6; }
span { border-color: rgb(170,130,198); }
td.TdClassName
{
border-color: #AA82C6;
}
.TagClassName
{
border-color: #AA82C6;
}
</style>