Shades of Blue Violet #A01FF2
Tints of Blue Violet #A01FF2
RGB
CMYK
RGB Variations
Color information
#A01FF2 (or 0xA01FF2) is known color: Blue Violet. HEX triplet: A0, 1F and F2. RGB value is (160,31,242). Sum of RGB (Red+Green+Blue) = 160+31+242=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 31 (12.5% from 255 or 7.16% from 433); Blue value is 242 (94.92% from 255 or 55.89% from 433); Max value from RGB is 242 - color contains mainly: blue. Hex color #A01FF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01FF2 is #5FE00D. Grayscale: #5C5C5C. Windows color (decimal): -6283278 or 15867808. OLE color: 15867808.
HSL color Cylindrical-coordinate representation of color #A01FF2: hue angle of 276.68º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A01FF2 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 31 | 242 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.05 |
| HSL | 276.68º | 0.89% | 0.54% | - |
| HSV(B) | 276.68º | 0.87% | 0.95% | - |
| XYZ | 31.01 | 14.86 | 85.24 | - |
| YUV | 93.63 | 211.74 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 31 | 242 | 0.34 | 0.87 | 0 | 0.05 | 276.68 | 0.89 | 0.54 |
| Hex | A0 | 1F | F2 | 22 | 57 | 0 | 5 | 115 | 59 | 36 |
| Octal | 240 | 37 | 362 | 42 | 127 | 0 | 5 | 425 | 131 | 66 |
| Binary | 10100000 | 11111 | 11110010 | 100010 | 1010111 | 0 | 101 | 100010101 | 1011001 | 110110 |
Color Harmonies of #A01FF2
Complementary color
Monochromatic Colors of #A01FF2
Black with #A01FF2
Text Example
Text Example
White with #A01FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01FF2; }
p { color: rgb(160,31,242); }
H1.HeaderClassName
{
color: #A01FF2;
}
.AnyTagClassName
{
color: #A01FF2;
}
</style>
background-color css
<style>
a { background-color: #A01FF2; }
a { background-color: rgb(160,31,242); }
div.DivClassName
{
background-color: #A01FF2;
}
.BgClassName
{
background-color: #A01FF2;
}
</style>
border-color css
<style>
span { border-color: #A01FF2; }
span { border-color: rgb(160,31,242); }
td.TdClassName
{
border-color: #A01FF2;
}
.TagClassName
{
border-color: #A01FF2;
}
</style>