Shades of East Side #AA7DCD
Tints of East Side #AA7DCD
RGB
CMYK
RGB Variations
Color information
#AA7DCD (or 0xAA7DCD) is known color: East Side. HEX triplet: AA, 7D and CD. RGB value is (170,125,205). Sum of RGB (Red+Green+Blue) = 170+125+205=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA7DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7DCD is #558232. Grayscale: #939393. Windows color (decimal): -5603891 or 13467050. OLE color: 13467050.
HSL color Cylindrical-coordinate representation of color #AA7DCD: hue angle of 273.75º 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 #AA7DCD is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 125 | 205 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.20 |
| HSL | 273.75º | 0.44% | 0.65% | - |
| HSV(B) | 273.75º | 0.39% | 0.8% | - |
| XYZ | 34.93 | 27.62 | 61.25 | - |
| YUV | 147.58 | 160.41 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 205 | 0.17 | 0.39 | 0 | 0.20 | 273.75 | 0.44 | 0.65 |
| Hex | AA | 7D | CD | 11 | 27 | 0 | 14 | 112 | 2C | 41 |
| Octal | 252 | 175 | 315 | 21 | 47 | 0 | 24 | 422 | 54 | 101 |
| Binary | 10101010 | 1111101 | 11001101 | 10001 | 100111 | 0 | 10100 | 100010010 | 101100 | 1000001 |
Color Harmonies of #AA7DCD
Complementary color
Monochromatic Colors of #AA7DCD
Black with #AA7DCD
Text Example
Text Example
White with #AA7DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7DCD; }
p { color: rgb(170,125,205); }
H1.HeaderClassName
{
color: #AA7DCD;
}
.AnyTagClassName
{
color: #AA7DCD;
}
</style>
background-color css
<style>
a { background-color: #AA7DCD; }
a { background-color: rgb(170,125,205); }
div.DivClassName
{
background-color: #AA7DCD;
}
.BgClassName
{
background-color: #AA7DCD;
}
</style>
border-color css
<style>
span { border-color: #AA7DCD; }
span { border-color: rgb(170,125,205); }
td.TdClassName
{
border-color: #AA7DCD;
}
.TagClassName
{
border-color: #AA7DCD;
}
</style>