Shades of East Side #AA7DCC
Tints of East Side #AA7DCC
RGB
CMYK
RGB Variations
Color information
#AA7DCC (or 0xAA7DCC) is known color: East Side. HEX triplet: AA, 7D and CC. RGB value is (170,125,204). Sum of RGB (Red+Green+Blue) = 170+125+204=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA7DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7DCC is #558233. Grayscale: #939393. Windows color (decimal): -5603892 or 13401514. OLE color: 13401514.
HSL color Cylindrical-coordinate representation of color #AA7DCC: hue angle of 274.18º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA7DCC is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 125 | 204 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.2 |
| HSL | 274.18º | 0.44% | 0.65% | - |
| HSV(B) | 274.18º | 0.39% | 0.8% | - |
| XYZ | 34.81 | 27.57 | 60.61 | - |
| YUV | 147.46 | 159.91 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 204 | 0.17 | 0.39 | 0 | 0.2 | 274.18 | 0.44 | 0.65 |
| Hex | AA | 7D | CC | 11 | 27 | 0 | 14 | 112 | 2C | 41 |
| Octal | 252 | 175 | 314 | 21 | 47 | 0 | 24 | 422 | 54 | 101 |
| Binary | 10101010 | 1111101 | 11001100 | 10001 | 100111 | 0 | 10100 | 100010010 | 101100 | 1000001 |
Color Harmonies of #AA7DCC
Complementary color
Monochromatic Colors of #AA7DCC
Black with #AA7DCC
Text Example
Text Example
White with #AA7DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7DCC; }
p { color: rgb(170,125,204); }
H1.HeaderClassName
{
color: #AA7DCC;
}
.AnyTagClassName
{
color: #AA7DCC;
}
</style>
background-color css
<style>
a { background-color: #AA7DCC; }
a { background-color: rgb(170,125,204); }
div.DivClassName
{
background-color: #AA7DCC;
}
.BgClassName
{
background-color: #AA7DCC;
}
</style>
border-color css
<style>
span { border-color: #AA7DCC; }
span { border-color: rgb(170,125,204); }
td.TdClassName
{
border-color: #AA7DCC;
}
.TagClassName
{
border-color: #AA7DCC;
}
</style>