Shades of East Side #AA7DB7
Tints of East Side #AA7DB7
RGB
CMYK
RGB Variations
Color information
#AA7DB7 (or 0xAA7DB7) is known color: East Side. HEX triplet: AA, 7D and B7. RGB value is (170,125,183). Sum of RGB (Red+Green+Blue) = 170+125+183=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA7DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7DB7 is #558248. Grayscale: #909090. Windows color (decimal): -5603913 or 12025258. OLE color: 12025258.
HSL color Cylindrical-coordinate representation of color #AA7DB7: hue angle of 286.55º 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 #AA7DB7 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 125 | 183 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.28 |
| HSL | 286.55º | 0.29% | 0.6% | - |
| HSV(B) | 286.55º | 0.32% | 0.72% | - |
| XYZ | 32.46 | 26.63 | 48.23 | - |
| YUV | 145.07 | 149.41 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 183 | 0.07 | 0.32 | 0 | 0.28 | 286.55 | 0.29 | 0.6 |
| Hex | AA | 7D | B7 | 7 | 20 | 0 | 1C | 11F | 1D | 3C |
| Octal | 252 | 175 | 267 | 7 | 40 | 0 | 34 | 437 | 35 | 74 |
| Binary | 10101010 | 1111101 | 10110111 | 111 | 100000 | 0 | 11100 | 100011111 | 11101 | 111100 |
Color Harmonies of #AA7DB7
Complementary color
Monochromatic Colors of #AA7DB7
Black with #AA7DB7
Text Example
Text Example
White with #AA7DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7DB7; }
p { color: rgb(170,125,183); }
H1.HeaderClassName
{
color: #AA7DB7;
}
.AnyTagClassName
{
color: #AA7DB7;
}
</style>
background-color css
<style>
a { background-color: #AA7DB7; }
a { background-color: rgb(170,125,183); }
div.DivClassName
{
background-color: #AA7DB7;
}
.BgClassName
{
background-color: #AA7DB7;
}
</style>
border-color css
<style>
span { border-color: #AA7DB7; }
span { border-color: rgb(170,125,183); }
td.TdClassName
{
border-color: #AA7DB7;
}
.TagClassName
{
border-color: #AA7DB7;
}
</style>