Shades of Blue Violet #AA24FA
Tints of Blue Violet #AA24FA
RGB
CMYK
RGB Variations
Color information
#AA24FA (or 0xAA24FA) is known color: Blue Violet. HEX triplet: AA, 24 and FA. RGB value is (170,36,250). Sum of RGB (Red+Green+Blue) = 170+36+250=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 36 (14.45% from 255 or 7.89% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA24FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA24FA is #55DB05. Grayscale: #636363. Windows color (decimal): -5626630 or 16393386. OLE color: 16393386.
HSL color Cylindrical-coordinate representation of color #AA24FA: hue angle of 277.57º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA24FA is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 36 | 250 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.02 |
| HSL | 277.57º | 0.96% | 0.56% | - |
| HSV(B) | 277.57º | 0.86% | 0.98% | - |
| XYZ | 34.46 | 16.71 | 91.85 | - |
| YUV | 100.46 | 212.39 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 250 | 0.32 | 0.86 | 0 | 0.02 | 277.57 | 0.96 | 0.56 |
| Hex | AA | 24 | FA | 20 | 56 | 0 | 2 | 116 | 60 | 38 |
| Octal | 252 | 44 | 372 | 40 | 126 | 0 | 2 | 426 | 140 | 70 |
| Binary | 10101010 | 100100 | 11111010 | 100000 | 1010110 | 0 | 10 | 100010110 | 1100000 | 111000 |
Color Harmonies of #AA24FA
Complementary color
Monochromatic Colors of #AA24FA
Black with #AA24FA
Text Example
Text Example
White with #AA24FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA24FA; }
p { color: rgb(170,36,250); }
H1.HeaderClassName
{
color: #AA24FA;
}
.AnyTagClassName
{
color: #AA24FA;
}
</style>
background-color css
<style>
a { background-color: #AA24FA; }
a { background-color: rgb(170,36,250); }
div.DivClassName
{
background-color: #AA24FA;
}
.BgClassName
{
background-color: #AA24FA;
}
</style>
border-color css
<style>
span { border-color: #AA24FA; }
span { border-color: rgb(170,36,250); }
td.TdClassName
{
border-color: #AA24FA;
}
.TagClassName
{
border-color: #AA24FA;
}
</style>