Shades of East Side #AA73BF
Tints of East Side #AA73BF
RGB
CMYK
RGB Variations
Color information
#AA73BF (or 0xAA73BF) is known color: East Side. HEX triplet: AA, 73 and BF. RGB value is (170,115,191). Sum of RGB (Red+Green+Blue) = 170+115+191=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA73BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73BF is #558C40. Grayscale: #8B8B8B. Windows color (decimal): -5606465 or 12546986. OLE color: 12546986.
HSL color Cylindrical-coordinate representation of color #AA73BF: hue angle of 283.42º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA73BF is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 115 | 191 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.25 |
| HSL | 283.42º | 0.37% | 0.6% | - |
| HSV(B) | 283.42º | 0.4% | 0.75% | - |
| XYZ | 32.11 | 24.57 | 52.34 | - |
| YUV | 140.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 191 | 0.11 | 0.40 | 0 | 0.25 | 283.42 | 0.37 | 0.6 |
| Hex | AA | 73 | BF | B | 28 | 0 | 19 | 11B | 25 | 3C |
| Octal | 252 | 163 | 277 | 13 | 50 | 0 | 31 | 433 | 45 | 74 |
| Binary | 10101010 | 1110011 | 10111111 | 1011 | 101000 | 0 | 11001 | 100011011 | 100101 | 111100 |
Color Harmonies of #AA73BF
Complementary color
Monochromatic Colors of #AA73BF
Black with #AA73BF
Text Example
Text Example
White with #AA73BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA73BF; }
p { color: rgb(170,115,191); }
H1.HeaderClassName
{
color: #AA73BF;
}
.AnyTagClassName
{
color: #AA73BF;
}
</style>
background-color css
<style>
a { background-color: #AA73BF; }
a { background-color: rgb(170,115,191); }
div.DivClassName
{
background-color: #AA73BF;
}
.BgClassName
{
background-color: #AA73BF;
}
</style>
border-color css
<style>
span { border-color: #AA73BF; }
span { border-color: rgb(170,115,191); }
td.TdClassName
{
border-color: #AA73BF;
}
.TagClassName
{
border-color: #AA73BF;
}
</style>