Shades of Blue Violet #A01EF1
Tints of Blue Violet #A01EF1
RGB
CMYK
RGB Variations
Color information
#A01EF1 (or 0xA01EF1) is known color: Blue Violet. HEX triplet: A0, 1E and F1. RGB value is (160,30,241). Sum of RGB (Red+Green+Blue) = 160+30+241=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 30 (12.11% from 255 or 6.96% from 431); Blue value is 241 (94.53% from 255 or 55.92% from 431); Max value from RGB is 241 - color contains mainly: blue. Hex color #A01EF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01EF1 is #5FE10E. Grayscale: #5C5C5C. Windows color (decimal): -6283535 or 15802016. OLE color: 15802016.
HSL color Cylindrical-coordinate representation of color #A01EF1: hue angle of 276.97º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01EF1 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 30 | 241 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.05 |
| HSL | 276.97º | 0.88% | 0.53% | - |
| HSV(B) | 276.97º | 0.88% | 0.95% | - |
| XYZ | 30.84 | 14.75 | 84.44 | - |
| YUV | 92.92 | 211.57 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 30 | 241 | 0.34 | 0.88 | 0 | 0.05 | 276.97 | 0.88 | 0.53 |
| Hex | A0 | 1E | F1 | 22 | 58 | 0 | 5 | 115 | 58 | 35 |
| Octal | 240 | 36 | 361 | 42 | 130 | 0 | 5 | 425 | 130 | 65 |
| Binary | 10100000 | 11110 | 11110001 | 100010 | 1011000 | 0 | 101 | 100010101 | 1011000 | 110101 |
Color Harmonies of #A01EF1
Complementary color
Monochromatic Colors of #A01EF1
Black with #A01EF1
Text Example
Text Example
White with #A01EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01EF1; }
p { color: rgb(160,30,241); }
H1.HeaderClassName
{
color: #A01EF1;
}
.AnyTagClassName
{
color: #A01EF1;
}
</style>
background-color css
<style>
a { background-color: #A01EF1; }
a { background-color: rgb(160,30,241); }
div.DivClassName
{
background-color: #A01EF1;
}
.BgClassName
{
background-color: #A01EF1;
}
</style>
border-color css
<style>
span { border-color: #A01EF1; }
span { border-color: rgb(160,30,241); }
td.TdClassName
{
border-color: #A01EF1;
}
.TagClassName
{
border-color: #A01EF1;
}
</style>