Shades of East Side #AA73BE
Tints of East Side #AA73BE
RGB
CMYK
RGB Variations
Color information
#AA73BE (or 0xAA73BE) is known color: East Side. HEX triplet: AA, 73 and BE. RGB value is (170,115,190). Sum of RGB (Red+Green+Blue) = 170+115+190=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA73BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73BE is #558C41. Grayscale: #8B8B8B. Windows color (decimal): -5606466 or 12481450. OLE color: 12481450.
HSL color Cylindrical-coordinate representation of color #AA73BE: hue angle of 284º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA73BE is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 115 | 190 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.25 |
| HSL | 284º | 0.37% | 0.6% | - |
| HSV(B) | 284º | 0.39% | 0.75% | - |
| XYZ | 32 | 24.53 | 51.76 | - |
| YUV | 140 | 156.22 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 190 | 0.11 | 0.39 | 0 | 0.25 | 284 | 0.37 | 0.6 |
| Hex | AA | 73 | BE | B | 27 | 0 | 19 | 11C | 25 | 3C |
| Octal | 252 | 163 | 276 | 13 | 47 | 0 | 31 | 434 | 45 | 74 |
| Binary | 10101010 | 1110011 | 10111110 | 1011 | 100111 | 0 | 11001 | 100011100 | 100101 | 111100 |
Color Harmonies of #AA73BE
Complementary color
Monochromatic Colors of #AA73BE
Black with #AA73BE
Text Example
Text Example
White with #AA73BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA73BE; }
p { color: rgb(170,115,190); }
H1.HeaderClassName
{
color: #AA73BE;
}
.AnyTagClassName
{
color: #AA73BE;
}
</style>
background-color css
<style>
a { background-color: #AA73BE; }
a { background-color: rgb(170,115,190); }
div.DivClassName
{
background-color: #AA73BE;
}
.BgClassName
{
background-color: #AA73BE;
}
</style>
border-color css
<style>
span { border-color: #AA73BE; }
span { border-color: rgb(170,115,190); }
td.TdClassName
{
border-color: #AA73BE;
}
.TagClassName
{
border-color: #AA73BE;
}
</style>