Shades of East Side #AA7CB1
Tints of East Side #AA7CB1
RGB
CMYK
RGB Variations
Color information
#AA7CB1 (or 0xAA7CB1) is known color: East Side. HEX triplet: AA, 7C and B1. RGB value is (170,124,177). Sum of RGB (Red+Green+Blue) = 170+124+177=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA7CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7CB1 is #55834E. Grayscale: #8F8F8F. Windows color (decimal): -5604175 or 11631786. OLE color: 11631786.
HSL color Cylindrical-coordinate representation of color #AA7CB1: hue angle of 292.08º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA7CB1 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 124 | 177 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.31 |
| HSL | 292.08º | 0.25% | 0.59% | - |
| HSV(B) | 292.08º | 0.3% | 0.69% | - |
| XYZ | 31.72 | 26.14 | 44.97 | - |
| YUV | 143.8 | 146.74 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 177 | 0.04 | 0.30 | 0 | 0.31 | 292.08 | 0.25 | 0.59 |
| Hex | AA | 7C | B1 | 4 | 1E | 0 | 1F | 124 | 19 | 3B |
| Octal | 252 | 174 | 261 | 4 | 36 | 0 | 37 | 444 | 31 | 73 |
| Binary | 10101010 | 1111100 | 10110001 | 100 | 11110 | 0 | 11111 | 100100100 | 11001 | 111011 |
Color Harmonies of #AA7CB1
Complementary color
Monochromatic Colors of #AA7CB1
Black with #AA7CB1
Text Example
Text Example
White with #AA7CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7CB1; }
p { color: rgb(170,124,177); }
H1.HeaderClassName
{
color: #AA7CB1;
}
.AnyTagClassName
{
color: #AA7CB1;
}
</style>
background-color css
<style>
a { background-color: #AA7CB1; }
a { background-color: rgb(170,124,177); }
div.DivClassName
{
background-color: #AA7CB1;
}
.BgClassName
{
background-color: #AA7CB1;
}
</style>
border-color css
<style>
span { border-color: #AA7CB1; }
span { border-color: rgb(170,124,177); }
td.TdClassName
{
border-color: #AA7CB1;
}
.TagClassName
{
border-color: #AA7CB1;
}
</style>