Shades of East Side #AA7ABA
Tints of East Side #AA7ABA
RGB
CMYK
RGB Variations
Color information
#AA7ABA (or 0xAA7ABA) is known color: East Side. HEX triplet: AA, 7A and BA. RGB value is (170,122,186). Sum of RGB (Red+Green+Blue) = 170+122+186=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA7ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7ABA is #558545. Grayscale: #8F8F8F. Windows color (decimal): -5604678 or 12221098. OLE color: 12221098.
HSL color Cylindrical-coordinate representation of color #AA7ABA: hue angle of 285º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7ABA is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 122 | 186 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.27 |
| HSL | 285º | 0.32% | 0.6% | - |
| HSV(B) | 285º | 0.34% | 0.73% | - |
| XYZ | 32.4 | 26.01 | 49.77 | - |
| YUV | 143.65 | 151.9 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 186 | 0.09 | 0.34 | 0 | 0.27 | 285 | 0.32 | 0.6 |
| Hex | AA | 7A | BA | 9 | 22 | 0 | 1B | 11D | 20 | 3C |
| Octal | 252 | 172 | 272 | 11 | 42 | 0 | 33 | 435 | 40 | 74 |
| Binary | 10101010 | 1111010 | 10111010 | 1001 | 100010 | 0 | 11011 | 100011101 | 100000 | 111100 |
Color Harmonies of #AA7ABA
Complementary color
Monochromatic Colors of #AA7ABA
Black with #AA7ABA
Text Example
Text Example
White with #AA7ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7ABA; }
p { color: rgb(170,122,186); }
H1.HeaderClassName
{
color: #AA7ABA;
}
.AnyTagClassName
{
color: #AA7ABA;
}
</style>
background-color css
<style>
a { background-color: #AA7ABA; }
a { background-color: rgb(170,122,186); }
div.DivClassName
{
background-color: #AA7ABA;
}
.BgClassName
{
background-color: #AA7ABA;
}
</style>
border-color css
<style>
span { border-color: #AA7ABA; }
span { border-color: rgb(170,122,186); }
td.TdClassName
{
border-color: #AA7ABA;
}
.TagClassName
{
border-color: #AA7ABA;
}
</style>