Shades of Blue Violet #A024F3
Tints of Blue Violet #A024F3
RGB
CMYK
RGB Variations
Color information
#A024F3 (or 0xA024F3) is known color: Blue Violet. HEX triplet: A0, 24 and F3. RGB value is (160,36,243). Sum of RGB (Red+Green+Blue) = 160+36+243=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 36 (14.45% from 255 or 8.20% from 439); Blue value is 243 (95.31% from 255 or 55.35% from 439); Max value from RGB is 243 - color contains mainly: blue. Hex color #A024F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A024F3 is #5FDB0C. Grayscale: #5F5F5F. Windows color (decimal): -6281997 or 15934624. OLE color: 15934624.
HSL color Cylindrical-coordinate representation of color #A024F3: hue angle of 275.94º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A024F3 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 36 | 243 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.05 |
| HSL | 275.94º | 0.9% | 0.55% | - |
| HSV(B) | 275.94º | 0.85% | 0.95% | - |
| XYZ | 31.31 | 15.21 | 86.08 | - |
| YUV | 96.67 | 210.58 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 243 | 0.34 | 0.85 | 0 | 0.05 | 275.94 | 0.9 | 0.55 |
| Hex | A0 | 24 | F3 | 22 | 55 | 0 | 5 | 114 | 5A | 37 |
| Octal | 240 | 44 | 363 | 42 | 125 | 0 | 5 | 424 | 132 | 67 |
| Binary | 10100000 | 100100 | 11110011 | 100010 | 1010101 | 0 | 101 | 100010100 | 1011010 | 110111 |
Color Harmonies of #A024F3
Complementary color
Monochromatic Colors of #A024F3
Black with #A024F3
Text Example
Text Example
White with #A024F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A024F3; }
p { color: rgb(160,36,243); }
H1.HeaderClassName
{
color: #A024F3;
}
.AnyTagClassName
{
color: #A024F3;
}
</style>
background-color css
<style>
a { background-color: #A024F3; }
a { background-color: rgb(160,36,243); }
div.DivClassName
{
background-color: #A024F3;
}
.BgClassName
{
background-color: #A024F3;
}
</style>
border-color css
<style>
span { border-color: #A024F3; }
span { border-color: rgb(160,36,243); }
td.TdClassName
{
border-color: #A024F3;
}
.TagClassName
{
border-color: #A024F3;
}
</style>