Shades of East Side #AA74BE
Tints of East Side #AA74BE
RGB
CMYK
RGB Variations
Color information
#AA74BE (or 0xAA74BE) is known color: East Side. HEX triplet: AA, 74 and BE. RGB value is (170,116,190). Sum of RGB (Red+Green+Blue) = 170+116+190=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA74BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA74BE is #558B41. Grayscale: #8C8C8C. Windows color (decimal): -5606210 or 12481706. OLE color: 12481706.
HSL color Cylindrical-coordinate representation of color #AA74BE: hue angle of 283.78º degrees, saturation: 0.36, 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 #AA74BE is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 116 | 190 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.25 |
| HSL | 283.78º | 0.36% | 0.6% | - |
| HSV(B) | 283.78º | 0.39% | 0.75% | - |
| XYZ | 32.12 | 24.75 | 51.8 | - |
| YUV | 140.58 | 155.89 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 190 | 0.11 | 0.39 | 0 | 0.25 | 283.78 | 0.36 | 0.6 |
| Hex | AA | 74 | BE | B | 27 | 0 | 19 | 11C | 24 | 3C |
| Octal | 252 | 164 | 276 | 13 | 47 | 0 | 31 | 434 | 44 | 74 |
| Binary | 10101010 | 1110100 | 10111110 | 1011 | 100111 | 0 | 11001 | 100011100 | 100100 | 111100 |
Color Harmonies of #AA74BE
Complementary color
Monochromatic Colors of #AA74BE
Black with #AA74BE
Text Example
Text Example
White with #AA74BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA74BE; }
p { color: rgb(170,116,190); }
H1.HeaderClassName
{
color: #AA74BE;
}
.AnyTagClassName
{
color: #AA74BE;
}
</style>
background-color css
<style>
a { background-color: #AA74BE; }
a { background-color: rgb(170,116,190); }
div.DivClassName
{
background-color: #AA74BE;
}
.BgClassName
{
background-color: #AA74BE;
}
</style>
border-color css
<style>
span { border-color: #AA74BE; }
span { border-color: rgb(170,116,190); }
td.TdClassName
{
border-color: #AA74BE;
}
.TagClassName
{
border-color: #AA74BE;
}
</style>