Shades of East Side #AA7ACC
Tints of East Side #AA7ACC
RGB
CMYK
RGB Variations
Color information
#AA7ACC (or 0xAA7ACC) is known color: East Side. HEX triplet: AA, 7A and CC. RGB value is (170,122,204). Sum of RGB (Red+Green+Blue) = 170+122+204=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA7ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7ACC is #558533. Grayscale: #919191. Windows color (decimal): -5604660 or 13400746. OLE color: 13400746.
HSL color Cylindrical-coordinate representation of color #AA7ACC: hue angle of 275.12º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA7ACC is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 122 | 204 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.2 |
| HSL | 275.12º | 0.45% | 0.64% | - |
| HSV(B) | 275.12º | 0.4% | 0.8% | - |
| XYZ | 34.44 | 26.82 | 60.49 | - |
| YUV | 145.7 | 160.9 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 204 | 0.17 | 0.40 | 0 | 0.2 | 275.12 | 0.45 | 0.64 |
| Hex | AA | 7A | CC | 11 | 28 | 0 | 14 | 113 | 2D | 40 |
| Octal | 252 | 172 | 314 | 21 | 50 | 0 | 24 | 423 | 55 | 100 |
| Binary | 10101010 | 1111010 | 11001100 | 10001 | 101000 | 0 | 10100 | 100010011 | 101101 | 1000000 |
Color Harmonies of #AA7ACC
Complementary color
Monochromatic Colors of #AA7ACC
Black with #AA7ACC
Text Example
Text Example
White with #AA7ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7ACC; }
p { color: rgb(170,122,204); }
H1.HeaderClassName
{
color: #AA7ACC;
}
.AnyTagClassName
{
color: #AA7ACC;
}
</style>
background-color css
<style>
a { background-color: #AA7ACC; }
a { background-color: rgb(170,122,204); }
div.DivClassName
{
background-color: #AA7ACC;
}
.BgClassName
{
background-color: #AA7ACC;
}
</style>
border-color css
<style>
span { border-color: #AA7ACC; }
span { border-color: rgb(170,122,204); }
td.TdClassName
{
border-color: #AA7ACC;
}
.TagClassName
{
border-color: #AA7ACC;
}
</style>