Shades of East Side #AA74BF
Tints of East Side #AA74BF
RGB
CMYK
RGB Variations
Color information
#AA74BF (or 0xAA74BF) is known color: East Side. HEX triplet: AA, 74 and BF. RGB value is (170,116,191). Sum of RGB (Red+Green+Blue) = 170+116+191=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA74BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA74BF is #558B40. Grayscale: #8C8C8C. Windows color (decimal): -5606209 or 12547242. OLE color: 12547242.
HSL color Cylindrical-coordinate representation of color #AA74BF: hue angle of 283.2º 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 #AA74BF is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 116 | 191 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.25 |
| HSL | 283.2º | 0.37% | 0.6% | - |
| HSV(B) | 283.2º | 0.39% | 0.75% | - |
| XYZ | 32.23 | 24.8 | 52.38 | - |
| YUV | 140.7 | 156.39 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 191 | 0.11 | 0.39 | 0 | 0.25 | 283.2 | 0.37 | 0.6 |
| Hex | AA | 74 | BF | B | 27 | 0 | 19 | 11B | 25 | 3C |
| Octal | 252 | 164 | 277 | 13 | 47 | 0 | 31 | 433 | 45 | 74 |
| Binary | 10101010 | 1110100 | 10111111 | 1011 | 100111 | 0 | 11001 | 100011011 | 100101 | 111100 |
Color Harmonies of #AA74BF
Complementary color
Monochromatic Colors of #AA74BF
Black with #AA74BF
Text Example
Text Example
White with #AA74BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA74BF; }
p { color: rgb(170,116,191); }
H1.HeaderClassName
{
color: #AA74BF;
}
.AnyTagClassName
{
color: #AA74BF;
}
</style>
background-color css
<style>
a { background-color: #AA74BF; }
a { background-color: rgb(170,116,191); }
div.DivClassName
{
background-color: #AA74BF;
}
.BgClassName
{
background-color: #AA74BF;
}
</style>
border-color css
<style>
span { border-color: #AA74BF; }
span { border-color: rgb(170,116,191); }
td.TdClassName
{
border-color: #AA74BF;
}
.TagClassName
{
border-color: #AA74BF;
}
</style>