Shades of East Side #AA7FCD
Tints of East Side #AA7FCD
RGB
CMYK
RGB Variations
Color information
#AA7FCD (or 0xAA7FCD) is known color: East Side. HEX triplet: AA, 7F and CD. RGB value is (170,127,205). Sum of RGB (Red+Green+Blue) = 170+127+205=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA7FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7FCD is #558032. Grayscale: #949494. Windows color (decimal): -5603379 or 13467562. OLE color: 13467562.
HSL color Cylindrical-coordinate representation of color #AA7FCD: hue angle of 273.08º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA7FCD is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 127 | 205 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.20 |
| HSL | 273.08º | 0.44% | 0.65% | - |
| HSV(B) | 273.08º | 0.38% | 0.8% | - |
| XYZ | 35.19 | 28.13 | 61.33 | - |
| YUV | 148.75 | 159.75 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 205 | 0.17 | 0.38 | 0 | 0.20 | 273.08 | 0.44 | 0.65 |
| Hex | AA | 7F | CD | 11 | 26 | 0 | 14 | 111 | 2C | 41 |
| Octal | 252 | 177 | 315 | 21 | 46 | 0 | 24 | 421 | 54 | 101 |
| Binary | 10101010 | 1111111 | 11001101 | 10001 | 100110 | 0 | 10100 | 100010001 | 101100 | 1000001 |
Color Harmonies of #AA7FCD
Complementary color
Monochromatic Colors of #AA7FCD
Black with #AA7FCD
Text Example
Text Example
White with #AA7FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7FCD; }
p { color: rgb(170,127,205); }
H1.HeaderClassName
{
color: #AA7FCD;
}
.AnyTagClassName
{
color: #AA7FCD;
}
</style>
background-color css
<style>
a { background-color: #AA7FCD; }
a { background-color: rgb(170,127,205); }
div.DivClassName
{
background-color: #AA7FCD;
}
.BgClassName
{
background-color: #AA7FCD;
}
</style>
border-color css
<style>
span { border-color: #AA7FCD; }
span { border-color: rgb(170,127,205); }
td.TdClassName
{
border-color: #AA7FCD;
}
.TagClassName
{
border-color: #AA7FCD;
}
</style>