Shades of Blue Violet #A01EFF
Tints of Blue Violet #A01EFF
RGB
CMYK
RGB Variations
Color information
#A01EFF (or 0xA01EFF) is known color: Blue Violet. HEX triplet: A0, 1E and FF. RGB value is (160,30,255). Sum of RGB (Red+Green+Blue) = 160+30+255=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 30 (12.11% from 255 or 6.74% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #A01EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01EFF is #5FE100. Grayscale: #5D5D5D. Windows color (decimal): -6283521 or 16719520. OLE color: 16719520.
HSL color Cylindrical-coordinate representation of color #A01EFF: hue angle of 274.67º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01EFF is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 30 | 255 | - |
| CMYK | 0.37 | 0.88 | 0 | 0 |
| HSL | 274.67º | 1% | 0.56% | - |
| HSV(B) | 274.67º | 0.88% | 1% | - |
| XYZ | 33.01 | 15.62 | 95.88 | - |
| YUV | 94.52 | 218.57 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 30 | 255 | 0.37 | 0.88 | 0 | 0 | 274.67 | 1 | 0.56 |
| Hex | A0 | 1E | FF | 25 | 58 | 0 | 0 | 113 | 64 | 38 |
| Octal | 240 | 36 | 377 | 45 | 130 | 0 | 0 | 423 | 144 | 70 |
| Binary | 10100000 | 11110 | 11111111 | 100101 | 1011000 | 0 | 0 | 100010011 | 1100100 | 111000 |
Color Harmonies of #A01EFF
Complementary color
Monochromatic Colors of #A01EFF
Black with #A01EFF
Text Example
Text Example
White with #A01EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01EFF; }
p { color: rgb(160,30,255); }
H1.HeaderClassName
{
color: #A01EFF;
}
.AnyTagClassName
{
color: #A01EFF;
}
</style>
background-color css
<style>
a { background-color: #A01EFF; }
a { background-color: rgb(160,30,255); }
div.DivClassName
{
background-color: #A01EFF;
}
.BgClassName
{
background-color: #A01EFF;
}
</style>
border-color css
<style>
span { border-color: #A01EFF; }
span { border-color: rgb(160,30,255); }
td.TdClassName
{
border-color: #A01EFF;
}
.TagClassName
{
border-color: #A01EFF;
}
</style>