Shades of Blue Violet #AA24E9
Tints of Blue Violet #AA24E9
RGB
CMYK
RGB Variations
Color information
#AA24E9 (or 0xAA24E9) is known color: Blue Violet. HEX triplet: AA, 24 and E9. RGB value is (170,36,233). Sum of RGB (Red+Green+Blue) = 170+36+233=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 36 (14.45% from 255 or 8.20% from 439); Blue value is 233 (91.41% from 255 or 53.08% from 439); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA24E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA24E9 is #55DB16. Grayscale: #616161. Windows color (decimal): -5626647 or 15279274. OLE color: 15279274.
HSL color Cylindrical-coordinate representation of color #AA24E9: hue angle of 280.81º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA24E9 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 36 | 233 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.09 |
| HSL | 280.81º | 0.82% | 0.53% | - |
| HSV(B) | 280.81º | 0.85% | 0.91% | - |
| XYZ | 31.92 | 15.69 | 78.44 | - |
| YUV | 98.52 | 203.89 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 233 | 0.27 | 0.85 | 0 | 0.09 | 280.81 | 0.82 | 0.53 |
| Hex | AA | 24 | E9 | 1B | 55 | 0 | 9 | 119 | 52 | 35 |
| Octal | 252 | 44 | 351 | 33 | 125 | 0 | 11 | 431 | 122 | 65 |
| Binary | 10101010 | 100100 | 11101001 | 11011 | 1010101 | 0 | 1001 | 100011001 | 1010010 | 110101 |
Color Harmonies of #AA24E9
Complementary color
Monochromatic Colors of #AA24E9
Black with #AA24E9
Text Example
Text Example
White with #AA24E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA24E9; }
p { color: rgb(170,36,233); }
H1.HeaderClassName
{
color: #AA24E9;
}
.AnyTagClassName
{
color: #AA24E9;
}
</style>
background-color css
<style>
a { background-color: #AA24E9; }
a { background-color: rgb(170,36,233); }
div.DivClassName
{
background-color: #AA24E9;
}
.BgClassName
{
background-color: #AA24E9;
}
</style>
border-color css
<style>
span { border-color: #AA24E9; }
span { border-color: rgb(170,36,233); }
td.TdClassName
{
border-color: #AA24E9;
}
.TagClassName
{
border-color: #AA24E9;
}
</style>