Shades of East Side #AA7AC2
Tints of East Side #AA7AC2
RGB
CMYK
RGB Variations
Color information
#AA7AC2 (or 0xAA7AC2) is known color: East Side. HEX triplet: AA, 7A and C2. RGB value is (170,122,194). Sum of RGB (Red+Green+Blue) = 170+122+194=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA7AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7AC2 is #55853D. Grayscale: #909090. Windows color (decimal): -5604670 or 12745386. OLE color: 12745386.
HSL color Cylindrical-coordinate representation of color #AA7AC2: hue angle of 280º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA7AC2 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 122 | 194 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.24 |
| HSL | 280º | 0.37% | 0.62% | - |
| HSV(B) | 280º | 0.37% | 0.76% | - |
| XYZ | 33.27 | 26.36 | 54.37 | - |
| YUV | 144.56 | 155.9 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 194 | 0.12 | 0.37 | 0 | 0.24 | 280 | 0.37 | 0.62 |
| Hex | AA | 7A | C2 | C | 25 | 0 | 18 | 118 | 25 | 3E |
| Octal | 252 | 172 | 302 | 14 | 45 | 0 | 30 | 430 | 45 | 76 |
| Binary | 10101010 | 1111010 | 11000010 | 1100 | 100101 | 0 | 11000 | 100011000 | 100101 | 111110 |
Color Harmonies of #AA7AC2
Complementary color
Monochromatic Colors of #AA7AC2
Black with #AA7AC2
Text Example
Text Example
White with #AA7AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7AC2; }
p { color: rgb(170,122,194); }
H1.HeaderClassName
{
color: #AA7AC2;
}
.AnyTagClassName
{
color: #AA7AC2;
}
</style>
background-color css
<style>
a { background-color: #AA7AC2; }
a { background-color: rgb(170,122,194); }
div.DivClassName
{
background-color: #AA7AC2;
}
.BgClassName
{
background-color: #AA7AC2;
}
</style>
border-color css
<style>
span { border-color: #AA7AC2; }
span { border-color: rgb(170,122,194); }
td.TdClassName
{
border-color: #AA7AC2;
}
.TagClassName
{
border-color: #AA7AC2;
}
</style>