Shades of Blue Violet #A01DF0
Tints of Blue Violet #A01DF0
RGB
CMYK
RGB Variations
Color information
#A01DF0 (or 0xA01DF0) is known color: Blue Violet. HEX triplet: A0, 1D and F0. RGB value is (160,29,240). Sum of RGB (Red+Green+Blue) = 160+29+240=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 29 (11.72% from 255 or 6.76% from 429); Blue value is 240 (94.14% from 255 or 55.94% from 429); Max value from RGB is 240 - color contains mainly: blue. Hex color #A01DF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01DF0 is #5FE20F. Grayscale: #5B5B5B. Windows color (decimal): -6283792 or 15736224. OLE color: 15736224.
HSL color Cylindrical-coordinate representation of color #A01DF0: hue angle of 277.25º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01DF0 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 29 | 240 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.06 |
| HSL | 277.25º | 0.88% | 0.53% | - |
| HSV(B) | 277.25º | 0.88% | 0.94% | - |
| XYZ | 30.66 | 14.64 | 83.65 | - |
| YUV | 92.22 | 211.4 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 29 | 240 | 0.33 | 0.88 | 0 | 0.06 | 277.25 | 0.88 | 0.53 |
| Hex | A0 | 1D | F0 | 21 | 58 | 0 | 6 | 115 | 58 | 35 |
| Octal | 240 | 35 | 360 | 41 | 130 | 0 | 6 | 425 | 130 | 65 |
| Binary | 10100000 | 11101 | 11110000 | 100001 | 1011000 | 0 | 110 | 100010101 | 1011000 | 110101 |
Color Harmonies of #A01DF0
Complementary color
Monochromatic Colors of #A01DF0
Black with #A01DF0
Text Example
Text Example
White with #A01DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01DF0; }
p { color: rgb(160,29,240); }
H1.HeaderClassName
{
color: #A01DF0;
}
.AnyTagClassName
{
color: #A01DF0;
}
</style>
background-color css
<style>
a { background-color: #A01DF0; }
a { background-color: rgb(160,29,240); }
div.DivClassName
{
background-color: #A01DF0;
}
.BgClassName
{
background-color: #A01DF0;
}
</style>
border-color css
<style>
span { border-color: #A01DF0; }
span { border-color: rgb(160,29,240); }
td.TdClassName
{
border-color: #A01DF0;
}
.TagClassName
{
border-color: #A01DF0;
}
</style>