Shades of East Side #AA7ACE
Tints of East Side #AA7ACE
RGB
CMYK
RGB Variations
Color information
#AA7ACE (or 0xAA7ACE) is known color: East Side. HEX triplet: AA, 7A and CE. RGB value is (170,122,206). Sum of RGB (Red+Green+Blue) = 170+122+206=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA7ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7ACE is #558531. Grayscale: #919191. Windows color (decimal): -5604658 or 13531818. OLE color: 13531818.
HSL color Cylindrical-coordinate representation of color #AA7ACE: hue angle of 274.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA7ACE is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 122 | 206 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.19 |
| HSL | 274.29º | 0.46% | 0.64% | - |
| HSV(B) | 274.29º | 0.41% | 0.81% | - |
| XYZ | 34.68 | 26.92 | 61.76 | - |
| YUV | 145.93 | 161.9 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 206 | 0.17 | 0.41 | 0 | 0.19 | 274.29 | 0.46 | 0.64 |
| Hex | AA | 7A | CE | 11 | 29 | 0 | 13 | 112 | 2E | 40 |
| Octal | 252 | 172 | 316 | 21 | 51 | 0 | 23 | 422 | 56 | 100 |
| Binary | 10101010 | 1111010 | 11001110 | 10001 | 101001 | 0 | 10011 | 100010010 | 101110 | 1000000 |
Color Harmonies of #AA7ACE
Complementary color
Monochromatic Colors of #AA7ACE
Black with #AA7ACE
Text Example
Text Example
White with #AA7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7ACE; }
p { color: rgb(170,122,206); }
H1.HeaderClassName
{
color: #AA7ACE;
}
.AnyTagClassName
{
color: #AA7ACE;
}
</style>
background-color css
<style>
a { background-color: #AA7ACE; }
a { background-color: rgb(170,122,206); }
div.DivClassName
{
background-color: #AA7ACE;
}
.BgClassName
{
background-color: #AA7ACE;
}
</style>
border-color css
<style>
span { border-color: #AA7ACE; }
span { border-color: rgb(170,122,206); }
td.TdClassName
{
border-color: #AA7ACE;
}
.TagClassName
{
border-color: #AA7ACE;
}
</style>