Shades of East Side #AA7CB7
Tints of East Side #AA7CB7
RGB
CMYK
RGB Variations
Color information
#AA7CB7 (or 0xAA7CB7) is known color: East Side. HEX triplet: AA, 7C and B7. RGB value is (170,124,183). Sum of RGB (Red+Green+Blue) = 170+124+183=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA7CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7CB7 is #558348. Grayscale: #909090. Windows color (decimal): -5604169 or 12025002. OLE color: 12025002.
HSL color Cylindrical-coordinate representation of color #AA7CB7: hue angle of 286.78º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA7CB7 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 124 | 183 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.28 |
| HSL | 286.78º | 0.29% | 0.6% | - |
| HSV(B) | 286.78º | 0.32% | 0.72% | - |
| XYZ | 32.33 | 26.38 | 48.19 | - |
| YUV | 144.48 | 149.74 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 183 | 0.07 | 0.32 | 0 | 0.28 | 286.78 | 0.29 | 0.6 |
| Hex | AA | 7C | B7 | 7 | 20 | 0 | 1C | 11F | 1D | 3C |
| Octal | 252 | 174 | 267 | 7 | 40 | 0 | 34 | 437 | 35 | 74 |
| Binary | 10101010 | 1111100 | 10110111 | 111 | 100000 | 0 | 11100 | 100011111 | 11101 | 111100 |
Color Harmonies of #AA7CB7
Complementary color
Monochromatic Colors of #AA7CB7
Black with #AA7CB7
Text Example
Text Example
White with #AA7CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7CB7; }
p { color: rgb(170,124,183); }
H1.HeaderClassName
{
color: #AA7CB7;
}
.AnyTagClassName
{
color: #AA7CB7;
}
</style>
background-color css
<style>
a { background-color: #AA7CB7; }
a { background-color: rgb(170,124,183); }
div.DivClassName
{
background-color: #AA7CB7;
}
.BgClassName
{
background-color: #AA7CB7;
}
</style>
border-color css
<style>
span { border-color: #AA7CB7; }
span { border-color: rgb(170,124,183); }
td.TdClassName
{
border-color: #AA7CB7;
}
.TagClassName
{
border-color: #AA7CB7;
}
</style>