Shades of East Side #AA7BBC
Tints of East Side #AA7BBC
RGB
CMYK
RGB Variations
Color information
#AA7BBC (or 0xAA7BBC) is known color: East Side. HEX triplet: AA, 7B and BC. RGB value is (170,123,188). Sum of RGB (Red+Green+Blue) = 170+123+188=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA7BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7BBC is #558443. Grayscale: #909090. Windows color (decimal): -5604420 or 12352426. OLE color: 12352426.
HSL color Cylindrical-coordinate representation of color #AA7BBC: hue angle of 283.38º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA7BBC is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 123 | 188 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.26 |
| HSL | 283.38º | 0.33% | 0.61% | - |
| HSV(B) | 283.38º | 0.35% | 0.74% | - |
| XYZ | 32.74 | 26.34 | 50.94 | - |
| YUV | 144.46 | 152.57 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 188 | 0.10 | 0.35 | 0 | 0.26 | 283.38 | 0.33 | 0.61 |
| Hex | AA | 7B | BC | A | 23 | 0 | 1A | 11B | 21 | 3D |
| Octal | 252 | 173 | 274 | 12 | 43 | 0 | 32 | 433 | 41 | 75 |
| Binary | 10101010 | 1111011 | 10111100 | 1010 | 100011 | 0 | 11010 | 100011011 | 100001 | 111101 |
Color Harmonies of #AA7BBC
Complementary color
Monochromatic Colors of #AA7BBC
Black with #AA7BBC
Text Example
Text Example
White with #AA7BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7BBC; }
p { color: rgb(170,123,188); }
H1.HeaderClassName
{
color: #AA7BBC;
}
.AnyTagClassName
{
color: #AA7BBC;
}
</style>
background-color css
<style>
a { background-color: #AA7BBC; }
a { background-color: rgb(170,123,188); }
div.DivClassName
{
background-color: #AA7BBC;
}
.BgClassName
{
background-color: #AA7BBC;
}
</style>
border-color css
<style>
span { border-color: #AA7BBC; }
span { border-color: rgb(170,123,188); }
td.TdClassName
{
border-color: #AA7BBC;
}
.TagClassName
{
border-color: #AA7BBC;
}
</style>