Shades of Blue Violet #A01EFB
Tints of Blue Violet #A01EFB
RGB
CMYK
RGB Variations
Color information
#A01EFB (or 0xA01EFB) is known color: Blue Violet. HEX triplet: A0, 1E and FB. RGB value is (160,30,251). Sum of RGB (Red+Green+Blue) = 160+30+251=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 30 (12.11% from 255 or 6.80% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #A01EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01EFB is #5FE104. Grayscale: #5D5D5D. Windows color (decimal): -6283525 or 16457376. OLE color: 16457376.
HSL color Cylindrical-coordinate representation of color #A01EFB: hue angle of 275.29º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01EFB is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 30 | 251 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.02 |
| HSL | 275.29º | 0.97% | 0.55% | - |
| HSV(B) | 275.29º | 0.88% | 0.98% | - |
| XYZ | 32.37 | 15.37 | 92.53 | - |
| YUV | 94.06 | 216.57 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 30 | 251 | 0.36 | 0.88 | 0 | 0.02 | 275.29 | 0.97 | 0.55 |
| Hex | A0 | 1E | FB | 24 | 58 | 0 | 2 | 113 | 61 | 37 |
| Octal | 240 | 36 | 373 | 44 | 130 | 0 | 2 | 423 | 141 | 67 |
| Binary | 10100000 | 11110 | 11111011 | 100100 | 1011000 | 0 | 10 | 100010011 | 1100001 | 110111 |
Color Harmonies of #A01EFB
Complementary color
Monochromatic Colors of #A01EFB
Black with #A01EFB
Text Example
Text Example
White with #A01EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01EFB; }
p { color: rgb(160,30,251); }
H1.HeaderClassName
{
color: #A01EFB;
}
.AnyTagClassName
{
color: #A01EFB;
}
</style>
background-color css
<style>
a { background-color: #A01EFB; }
a { background-color: rgb(160,30,251); }
div.DivClassName
{
background-color: #A01EFB;
}
.BgClassName
{
background-color: #A01EFB;
}
</style>
border-color css
<style>
span { border-color: #A01EFB; }
span { border-color: rgb(160,30,251); }
td.TdClassName
{
border-color: #A01EFB;
}
.TagClassName
{
border-color: #A01EFB;
}
</style>