Shades of Medium Purple #AA74E9
Tints of Medium Purple #AA74E9
RGB
CMYK
RGB Variations
Color information
#AA74E9 (or 0xAA74E9) is known color: Medium Purple. HEX triplet: AA, 74 and E9. RGB value is (170,116,233). Sum of RGB (Red+Green+Blue) = 170+116+233=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 233 (91.41% from 255 or 44.89% from 519); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA74E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA74E9 is #558B16. Grayscale: #919191. Windows color (decimal): -5606167 or 15299754. OLE color: 15299754.
HSL color Cylindrical-coordinate representation of color #AA74E9: hue angle of 267.69º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA74E9 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 116 | 233 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.09 |
| HSL | 267.69º | 0.73% | 0.68% | - |
| HSV(B) | 267.69º | 0.5% | 0.91% | - |
| XYZ | 37.53 | 26.92 | 80.31 | - |
| YUV | 145.48 | 177.39 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 233 | 0.27 | 0.50 | 0 | 0.09 | 267.69 | 0.73 | 0.68 |
| Hex | AA | 74 | E9 | 1B | 32 | 0 | 9 | 10C | 49 | 44 |
| Octal | 252 | 164 | 351 | 33 | 62 | 0 | 11 | 414 | 111 | 104 |
| Binary | 10101010 | 1110100 | 11101001 | 11011 | 110010 | 0 | 1001 | 100001100 | 1001001 | 1000100 |
Color Harmonies of #AA74E9
Complementary color
Monochromatic Colors of #AA74E9
Black with #AA74E9
Text Example
Text Example
White with #AA74E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA74E9; }
p { color: rgb(170,116,233); }
H1.HeaderClassName
{
color: #AA74E9;
}
.AnyTagClassName
{
color: #AA74E9;
}
</style>
background-color css
<style>
a { background-color: #AA74E9; }
a { background-color: rgb(170,116,233); }
div.DivClassName
{
background-color: #AA74E9;
}
.BgClassName
{
background-color: #AA74E9;
}
</style>
border-color css
<style>
span { border-color: #AA74E9; }
span { border-color: rgb(170,116,233); }
td.TdClassName
{
border-color: #AA74E9;
}
.TagClassName
{
border-color: #AA74E9;
}
</style>