Shades of Blue Violet #A01CF1
Tints of Blue Violet #A01CF1
RGB
CMYK
RGB Variations
Color information
#A01CF1 (or 0xA01CF1) is known color: Blue Violet. HEX triplet: A0, 1C and F1. RGB value is (160,28,241). Sum of RGB (Red+Green+Blue) = 160+28+241=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #A01CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01CF1 is #5FE30E. Grayscale: #5B5B5B. Windows color (decimal): -6284047 or 15801504. OLE color: 15801504.
HSL color Cylindrical-coordinate representation of color #A01CF1: hue angle of 277.18º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01CF1 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 28 | 241 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.05 |
| HSL | 277.18º | 0.88% | 0.53% | - |
| HSV(B) | 277.18º | 0.88% | 0.95% | - |
| XYZ | 30.79 | 14.65 | 84.42 | - |
| YUV | 91.75 | 212.23 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 28 | 241 | 0.34 | 0.88 | 0 | 0.05 | 277.18 | 0.88 | 0.53 |
| Hex | A0 | 1C | F1 | 22 | 58 | 0 | 5 | 115 | 58 | 35 |
| Octal | 240 | 34 | 361 | 42 | 130 | 0 | 5 | 425 | 130 | 65 |
| Binary | 10100000 | 11100 | 11110001 | 100010 | 1011000 | 0 | 101 | 100010101 | 1011000 | 110101 |
Color Harmonies of #A01CF1
Complementary color
Monochromatic Colors of #A01CF1
Black with #A01CF1
Text Example
Text Example
White with #A01CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01CF1; }
p { color: rgb(160,28,241); }
H1.HeaderClassName
{
color: #A01CF1;
}
.AnyTagClassName
{
color: #A01CF1;
}
</style>
background-color css
<style>
a { background-color: #A01CF1; }
a { background-color: rgb(160,28,241); }
div.DivClassName
{
background-color: #A01CF1;
}
.BgClassName
{
background-color: #A01CF1;
}
</style>
border-color css
<style>
span { border-color: #A01CF1; }
span { border-color: rgb(160,28,241); }
td.TdClassName
{
border-color: #A01CF1;
}
.TagClassName
{
border-color: #A01CF1;
}
</style>