Shades of Blue Violet #A024FF
Tints of Blue Violet #A024FF
RGB
CMYK
RGB Variations
Color information
#A024FF (or 0xA024FF) is known color: Blue Violet. HEX triplet: A0, 24 and FF. RGB value is (160,36,255). Sum of RGB (Red+Green+Blue) = 160+36+255=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 36 (14.45% from 255 or 7.98% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #A024FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A024FF is #5FDB00. Grayscale: #616161. Windows color (decimal): -6281985 or 16721056. OLE color: 16721056.
HSL color Cylindrical-coordinate representation of color #A024FF: hue angle of 273.97º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A024FF is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 36 | 255 | - |
| CMYK | 0.37 | 0.86 | 0 | 0 |
| HSL | 273.97º | 1% | 0.57% | - |
| HSV(B) | 273.97º | 0.86% | 1% | - |
| XYZ | 33.18 | 15.96 | 95.94 | - |
| YUV | 98.04 | 216.58 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 255 | 0.37 | 0.86 | 0 | 0 | 273.97 | 1 | 0.57 |
| Hex | A0 | 24 | FF | 25 | 56 | 0 | 0 | 112 | 64 | 39 |
| Octal | 240 | 44 | 377 | 45 | 126 | 0 | 0 | 422 | 144 | 71 |
| Binary | 10100000 | 100100 | 11111111 | 100101 | 1010110 | 0 | 0 | 100010010 | 1100100 | 111001 |
Color Harmonies of #A024FF
Complementary color
Monochromatic Colors of #A024FF
Black with #A024FF
Text Example
Text Example
White with #A024FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A024FF; }
p { color: rgb(160,36,255); }
H1.HeaderClassName
{
color: #A024FF;
}
.AnyTagClassName
{
color: #A024FF;
}
</style>
background-color css
<style>
a { background-color: #A024FF; }
a { background-color: rgb(160,36,255); }
div.DivClassName
{
background-color: #A024FF;
}
.BgClassName
{
background-color: #A024FF;
}
</style>
border-color css
<style>
span { border-color: #A024FF; }
span { border-color: rgb(160,36,255); }
td.TdClassName
{
border-color: #A024FF;
}
.TagClassName
{
border-color: #A024FF;
}
</style>