Shades of Blue Violet #AA24EC
Tints of Blue Violet #AA24EC
RGB
CMYK
RGB Variations
Color information
#AA24EC (or 0xAA24EC) is known color: Blue Violet. HEX triplet: AA, 24 and EC. RGB value is (170,36,236). Sum of RGB (Red+Green+Blue) = 170+36+236=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 36 (14.45% from 255 or 8.14% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA24EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA24EC is #55DB13. Grayscale: #626262. Windows color (decimal): -5626644 or 15475882. OLE color: 15475882.
HSL color Cylindrical-coordinate representation of color #AA24EC: hue angle of 280.2º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA24EC is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 36 | 236 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.07 |
| HSL | 280.2º | 0.84% | 0.53% | - |
| HSV(B) | 280.2º | 0.85% | 0.93% | - |
| XYZ | 32.35 | 15.86 | 80.71 | - |
| YUV | 98.87 | 205.39 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 236 | 0.28 | 0.85 | 0 | 0.07 | 280.2 | 0.84 | 0.53 |
| Hex | AA | 24 | EC | 1C | 55 | 0 | 7 | 118 | 54 | 35 |
| Octal | 252 | 44 | 354 | 34 | 125 | 0 | 7 | 430 | 124 | 65 |
| Binary | 10101010 | 100100 | 11101100 | 11100 | 1010101 | 0 | 111 | 100011000 | 1010100 | 110101 |
Color Harmonies of #AA24EC
Complementary color
Monochromatic Colors of #AA24EC
Black with #AA24EC
Text Example
Text Example
White with #AA24EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA24EC; }
p { color: rgb(170,36,236); }
H1.HeaderClassName
{
color: #AA24EC;
}
.AnyTagClassName
{
color: #AA24EC;
}
</style>
background-color css
<style>
a { background-color: #AA24EC; }
a { background-color: rgb(170,36,236); }
div.DivClassName
{
background-color: #AA24EC;
}
.BgClassName
{
background-color: #AA24EC;
}
</style>
border-color css
<style>
span { border-color: #AA24EC; }
span { border-color: rgb(170,36,236); }
td.TdClassName
{
border-color: #AA24EC;
}
.TagClassName
{
border-color: #AA24EC;
}
</style>