Shades of East Side #AA73BC
Tints of East Side #AA73BC
RGB
CMYK
RGB Variations
Color information
#AA73BC (or 0xAA73BC) is known color: East Side. HEX triplet: AA, 73 and BC. RGB value is (170,115,188). Sum of RGB (Red+Green+Blue) = 170+115+188=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA73BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73BC is #558C43. Grayscale: #8B8B8B. Windows color (decimal): -5606468 or 12350378. OLE color: 12350378.
HSL color Cylindrical-coordinate representation of color #AA73BC: hue angle of 285.21º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA73BC is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 115 | 188 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.26 |
| HSL | 285.21º | 0.35% | 0.59% | - |
| HSV(B) | 285.21º | 0.39% | 0.74% | - |
| XYZ | 31.79 | 24.44 | 50.62 | - |
| YUV | 139.77 | 155.22 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 188 | 0.10 | 0.39 | 0 | 0.26 | 285.21 | 0.35 | 0.59 |
| Hex | AA | 73 | BC | A | 27 | 0 | 1A | 11D | 23 | 3B |
| Octal | 252 | 163 | 274 | 12 | 47 | 0 | 32 | 435 | 43 | 73 |
| Binary | 10101010 | 1110011 | 10111100 | 1010 | 100111 | 0 | 11010 | 100011101 | 100011 | 111011 |
Color Harmonies of #AA73BC
Complementary color
Monochromatic Colors of #AA73BC
Black with #AA73BC
Text Example
Text Example
White with #AA73BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA73BC; }
p { color: rgb(170,115,188); }
H1.HeaderClassName
{
color: #AA73BC;
}
.AnyTagClassName
{
color: #AA73BC;
}
</style>
background-color css
<style>
a { background-color: #AA73BC; }
a { background-color: rgb(170,115,188); }
div.DivClassName
{
background-color: #AA73BC;
}
.BgClassName
{
background-color: #AA73BC;
}
</style>
border-color css
<style>
span { border-color: #AA73BC; }
span { border-color: rgb(170,115,188); }
td.TdClassName
{
border-color: #AA73BC;
}
.TagClassName
{
border-color: #AA73BC;
}
</style>