Shades of East Side #AA7CB9
Tints of East Side #AA7CB9
RGB
CMYK
RGB Variations
Color information
#AA7CB9 (or 0xAA7CB9) is known color: East Side. HEX triplet: AA, 7C and B9. RGB value is (170,124,185). Sum of RGB (Red+Green+Blue) = 170+124+185=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA7CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7CB9 is #558346. Grayscale: #909090. Windows color (decimal): -5604167 or 12156074. OLE color: 12156074.
HSL color Cylindrical-coordinate representation of color #AA7CB9: hue angle of 285.25º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA7CB9 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 124 | 185 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.27 |
| HSL | 285.25º | 0.3% | 0.61% | - |
| HSV(B) | 285.25º | 0.33% | 0.73% | - |
| XYZ | 32.54 | 26.46 | 49.29 | - |
| YUV | 144.71 | 150.74 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 185 | 0.08 | 0.33 | 0 | 0.27 | 285.25 | 0.3 | 0.61 |
| Hex | AA | 7C | B9 | 8 | 21 | 0 | 1B | 11D | 1E | 3D |
| Octal | 252 | 174 | 271 | 10 | 41 | 0 | 33 | 435 | 36 | 75 |
| Binary | 10101010 | 1111100 | 10111001 | 1000 | 100001 | 0 | 11011 | 100011101 | 11110 | 111101 |
Color Harmonies of #AA7CB9
Complementary color
Monochromatic Colors of #AA7CB9
Black with #AA7CB9
Text Example
Text Example
White with #AA7CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7CB9; }
p { color: rgb(170,124,185); }
H1.HeaderClassName
{
color: #AA7CB9;
}
.AnyTagClassName
{
color: #AA7CB9;
}
</style>
background-color css
<style>
a { background-color: #AA7CB9; }
a { background-color: rgb(170,124,185); }
div.DivClassName
{
background-color: #AA7CB9;
}
.BgClassName
{
background-color: #AA7CB9;
}
</style>
border-color css
<style>
span { border-color: #AA7CB9; }
span { border-color: rgb(170,124,185); }
td.TdClassName
{
border-color: #AA7CB9;
}
.TagClassName
{
border-color: #AA7CB9;
}
</style>