Shades of Blue Violet #A01DFE
Tints of Blue Violet #A01DFE
RGB
CMYK
RGB Variations
Color information
#A01DFE (or 0xA01DFE) is known color: Blue Violet. HEX triplet: A0, 1D and FE. RGB value is (160,29,254). Sum of RGB (Red+Green+Blue) = 160+29+254=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #A01DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01DFE is #5FE201. Grayscale: #5D5D5D. Windows color (decimal): -6283778 or 16653728. OLE color: 16653728.
HSL color Cylindrical-coordinate representation of color #A01DFE: hue angle of 274.93º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01DFE is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 29 | 254 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.00 |
| HSL | 274.93º | 0.99% | 0.55% | - |
| HSV(B) | 274.93º | 0.89% | 1% | - |
| XYZ | 32.83 | 15.51 | 95.03 | - |
| YUV | 93.82 | 218.4 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 29 | 254 | 0.37 | 0.89 | 0 | 0.00 | 274.93 | 0.99 | 0.55 |
| Hex | A0 | 1D | FE | 25 | 59 | 0 | 0 | 113 | 63 | 37 |
| Octal | 240 | 35 | 376 | 45 | 131 | 0 | 0 | 423 | 143 | 67 |
| Binary | 10100000 | 11101 | 11111110 | 100101 | 1011001 | 0 | 0 | 100010011 | 1100011 | 110111 |
Color Harmonies of #A01DFE
Complementary color
Monochromatic Colors of #A01DFE
Black with #A01DFE
Text Example
Text Example
White with #A01DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01DFE; }
p { color: rgb(160,29,254); }
H1.HeaderClassName
{
color: #A01DFE;
}
.AnyTagClassName
{
color: #A01DFE;
}
</style>
background-color css
<style>
a { background-color: #A01DFE; }
a { background-color: rgb(160,29,254); }
div.DivClassName
{
background-color: #A01DFE;
}
.BgClassName
{
background-color: #A01DFE;
}
</style>
border-color css
<style>
span { border-color: #A01DFE; }
span { border-color: rgb(160,29,254); }
td.TdClassName
{
border-color: #A01DFE;
}
.TagClassName
{
border-color: #A01DFE;
}
</style>