Shades of East Side #AA7CBE
Tints of East Side #AA7CBE
RGB
CMYK
RGB Variations
Color information
#AA7CBE (or 0xAA7CBE) is known color: East Side. HEX triplet: AA, 7C and BE. RGB value is (170,124,190). Sum of RGB (Red+Green+Blue) = 170+124+190=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA7CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7CBE is #558341. Grayscale: #919191. Windows color (decimal): -5604162 or 12483754. OLE color: 12483754.
HSL color Cylindrical-coordinate representation of color #AA7CBE: hue angle of 281.82º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA7CBE is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 124 | 190 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.25 |
| HSL | 281.82º | 0.34% | 0.62% | - |
| HSV(B) | 281.82º | 0.35% | 0.75% | - |
| XYZ | 33.08 | 26.68 | 52.12 | - |
| YUV | 145.28 | 153.24 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 190 | 0.11 | 0.35 | 0 | 0.25 | 281.82 | 0.34 | 0.62 |
| Hex | AA | 7C | BE | B | 23 | 0 | 19 | 11A | 22 | 3E |
| Octal | 252 | 174 | 276 | 13 | 43 | 0 | 31 | 432 | 42 | 76 |
| Binary | 10101010 | 1111100 | 10111110 | 1011 | 100011 | 0 | 11001 | 100011010 | 100010 | 111110 |
Color Harmonies of #AA7CBE
Complementary color
Monochromatic Colors of #AA7CBE
Black with #AA7CBE
Text Example
Text Example
White with #AA7CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7CBE; }
p { color: rgb(170,124,190); }
H1.HeaderClassName
{
color: #AA7CBE;
}
.AnyTagClassName
{
color: #AA7CBE;
}
</style>
background-color css
<style>
a { background-color: #AA7CBE; }
a { background-color: rgb(170,124,190); }
div.DivClassName
{
background-color: #AA7CBE;
}
.BgClassName
{
background-color: #AA7CBE;
}
</style>
border-color css
<style>
span { border-color: #AA7CBE; }
span { border-color: rgb(170,124,190); }
td.TdClassName
{
border-color: #AA7CBE;
}
.TagClassName
{
border-color: #AA7CBE;
}
</style>