Shades of East Side #AA74BA
Tints of East Side #AA74BA
RGB
CMYK
RGB Variations
Color information
#AA74BA (or 0xAA74BA) is known color: East Side. HEX triplet: AA, 74 and BA. RGB value is (170,116,186). Sum of RGB (Red+Green+Blue) = 170+116+186=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA74BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA74BA is #558B45. Grayscale: #8B8B8B. Windows color (decimal): -5606214 or 12219562. OLE color: 12219562.
HSL color Cylindrical-coordinate representation of color #AA74BA: hue angle of 286.29º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA74BA is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 116 | 186 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.27 |
| HSL | 286.29º | 0.34% | 0.59% | - |
| HSV(B) | 286.29º | 0.38% | 0.73% | - |
| XYZ | 31.69 | 24.58 | 49.53 | - |
| YUV | 140.13 | 153.89 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 186 | 0.09 | 0.38 | 0 | 0.27 | 286.29 | 0.34 | 0.59 |
| Hex | AA | 74 | BA | 9 | 26 | 0 | 1B | 11E | 22 | 3B |
| Octal | 252 | 164 | 272 | 11 | 46 | 0 | 33 | 436 | 42 | 73 |
| Binary | 10101010 | 1110100 | 10111010 | 1001 | 100110 | 0 | 11011 | 100011110 | 100010 | 111011 |
Color Harmonies of #AA74BA
Complementary color
Monochromatic Colors of #AA74BA
Black with #AA74BA
Text Example
Text Example
White with #AA74BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA74BA; }
p { color: rgb(170,116,186); }
H1.HeaderClassName
{
color: #AA74BA;
}
.AnyTagClassName
{
color: #AA74BA;
}
</style>
background-color css
<style>
a { background-color: #AA74BA; }
a { background-color: rgb(170,116,186); }
div.DivClassName
{
background-color: #AA74BA;
}
.BgClassName
{
background-color: #AA74BA;
}
</style>
border-color css
<style>
span { border-color: #AA74BA; }
span { border-color: rgb(170,116,186); }
td.TdClassName
{
border-color: #AA74BA;
}
.TagClassName
{
border-color: #AA74BA;
}
</style>