Shades of East Side #AA77C2
Tints of East Side #AA77C2
RGB
CMYK
RGB Variations
Color information
#AA77C2 (or 0xAA77C2) is known color: East Side. HEX triplet: AA, 77 and C2. RGB value is (170,119,194). Sum of RGB (Red+Green+Blue) = 170+119+194=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA77C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA77C2 is #55883D. Grayscale: #8E8E8E. Windows color (decimal): -5605438 or 12744618. OLE color: 12744618.
HSL color Cylindrical-coordinate representation of color #AA77C2: hue angle of 280.8º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA77C2 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 119 | 194 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.24 |
| HSL | 280.8º | 0.38% | 0.61% | - |
| HSV(B) | 280.8º | 0.39% | 0.76% | - |
| XYZ | 32.91 | 25.63 | 54.25 | - |
| YUV | 142.8 | 156.9 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 194 | 0.12 | 0.39 | 0 | 0.24 | 280.8 | 0.38 | 0.61 |
| Hex | AA | 77 | C2 | C | 27 | 0 | 18 | 119 | 26 | 3D |
| Octal | 252 | 167 | 302 | 14 | 47 | 0 | 30 | 431 | 46 | 75 |
| Binary | 10101010 | 1110111 | 11000010 | 1100 | 100111 | 0 | 11000 | 100011001 | 100110 | 111101 |
Color Harmonies of #AA77C2
Complementary color
Monochromatic Colors of #AA77C2
Black with #AA77C2
Text Example
Text Example
White with #AA77C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA77C2; }
p { color: rgb(170,119,194); }
H1.HeaderClassName
{
color: #AA77C2;
}
.AnyTagClassName
{
color: #AA77C2;
}
</style>
background-color css
<style>
a { background-color: #AA77C2; }
a { background-color: rgb(170,119,194); }
div.DivClassName
{
background-color: #AA77C2;
}
.BgClassName
{
background-color: #AA77C2;
}
</style>
border-color css
<style>
span { border-color: #AA77C2; }
span { border-color: rgb(170,119,194); }
td.TdClassName
{
border-color: #AA77C2;
}
.TagClassName
{
border-color: #AA77C2;
}
</style>