Shades of Blue Violet #A01AF0
Tints of Blue Violet #A01AF0
RGB
CMYK
RGB Variations
Color information
#A01AF0 (or 0xA01AF0) is known color: Blue Violet. HEX triplet: A0, 1A and F0. RGB value is (160,26,240). Sum of RGB (Red+Green+Blue) = 160+26+240=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 26 (10.55% from 255 or 6.10% from 426); Blue value is 240 (94.14% from 255 or 56.34% from 426); Max value from RGB is 240 - color contains mainly: blue. Hex color #A01AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01AF0 is #5FE50F. Grayscale: #595959. Windows color (decimal): -6284560 or 15735456. OLE color: 15735456.
HSL color Cylindrical-coordinate representation of color #A01AF0: hue angle of 277.57º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01AF0 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 26 | 240 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.06 |
| HSL | 277.57º | 0.88% | 0.52% | - |
| HSV(B) | 277.57º | 0.89% | 0.94% | - |
| XYZ | 30.59 | 14.5 | 83.63 | - |
| YUV | 90.46 | 212.39 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 26 | 240 | 0.33 | 0.89 | 0 | 0.06 | 277.57 | 0.88 | 0.52 |
| Hex | A0 | 1A | F0 | 21 | 59 | 0 | 6 | 116 | 58 | 34 |
| Octal | 240 | 32 | 360 | 41 | 131 | 0 | 6 | 426 | 130 | 64 |
| Binary | 10100000 | 11010 | 11110000 | 100001 | 1011001 | 0 | 110 | 100010110 | 1011000 | 110100 |
Color Harmonies of #A01AF0
Complementary color
Monochromatic Colors of #A01AF0
Black with #A01AF0
Text Example
Text Example
White with #A01AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01AF0; }
p { color: rgb(160,26,240); }
H1.HeaderClassName
{
color: #A01AF0;
}
.AnyTagClassName
{
color: #A01AF0;
}
</style>
background-color css
<style>
a { background-color: #A01AF0; }
a { background-color: rgb(160,26,240); }
div.DivClassName
{
background-color: #A01AF0;
}
.BgClassName
{
background-color: #A01AF0;
}
</style>
border-color css
<style>
span { border-color: #A01AF0; }
span { border-color: rgb(160,26,240); }
td.TdClassName
{
border-color: #A01AF0;
}
.TagClassName
{
border-color: #A01AF0;
}
</style>