Shades of Blue Violet #A024FD
Tints of Blue Violet #A024FD
RGB
CMYK
RGB Variations
Color information
#A024FD (or 0xA024FD) is known color: Blue Violet. HEX triplet: A0, 24 and FD. RGB value is (160,36,253). Sum of RGB (Red+Green+Blue) = 160+36+253=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 36 (14.45% from 255 or 8.02% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #A024FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A024FD is #5FDB02. Grayscale: #616161. Windows color (decimal): -6281987 or 16589984. OLE color: 16589984.
HSL color Cylindrical-coordinate representation of color #A024FD: hue angle of 274.29º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A024FD is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 36 | 253 | - |
| CMYK | 0.37 | 0.86 | 0 | 0.01 |
| HSL | 274.29º | 0.98% | 0.57% | - |
| HSV(B) | 274.29º | 0.86% | 0.99% | - |
| XYZ | 32.86 | 15.83 | 94.25 | - |
| YUV | 97.81 | 215.58 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 253 | 0.37 | 0.86 | 0 | 0.01 | 274.29 | 0.98 | 0.57 |
| Hex | A0 | 24 | FD | 25 | 56 | 0 | 1 | 112 | 62 | 39 |
| Octal | 240 | 44 | 375 | 45 | 126 | 0 | 1 | 422 | 142 | 71 |
| Binary | 10100000 | 100100 | 11111101 | 100101 | 1010110 | 0 | 1 | 100010010 | 1100010 | 111001 |
Color Harmonies of #A024FD
Complementary color
Monochromatic Colors of #A024FD
Black with #A024FD
Text Example
Text Example
White with #A024FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A024FD; }
p { color: rgb(160,36,253); }
H1.HeaderClassName
{
color: #A024FD;
}
.AnyTagClassName
{
color: #A024FD;
}
</style>
background-color css
<style>
a { background-color: #A024FD; }
a { background-color: rgb(160,36,253); }
div.DivClassName
{
background-color: #A024FD;
}
.BgClassName
{
background-color: #A024FD;
}
</style>
border-color css
<style>
span { border-color: #A024FD; }
span { border-color: rgb(160,36,253); }
td.TdClassName
{
border-color: #A024FD;
}
.TagClassName
{
border-color: #A024FD;
}
</style>