Shades of Blue Violet #A03CF1
Tints of Blue Violet #A03CF1
RGB
CMYK
RGB Variations
Color information
#A03CF1 (or 0xA03CF1) is known color: Blue Violet. HEX triplet: A0, 3C and F1. RGB value is (160,60,241). Sum of RGB (Red+Green+Blue) = 160+60+241=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #A03CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03CF1 is #5FC30E. Grayscale: #6D6D6D. Windows color (decimal): -6275855 or 15809696. OLE color: 15809696.
HSL color Cylindrical-coordinate representation of color #A03CF1: hue angle of 273.15º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A03CF1 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 60 | 241 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.05 |
| HSL | 273.15º | 0.87% | 0.59% | - |
| HSV(B) | 273.15º | 0.75% | 0.95% | - |
| XYZ | 31.99 | 17.06 | 84.83 | - |
| YUV | 110.53 | 201.63 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 241 | 0.34 | 0.75 | 0 | 0.05 | 273.15 | 0.87 | 0.59 |
| Hex | A0 | 3C | F1 | 22 | 4B | 0 | 5 | 111 | 57 | 3B |
| Octal | 240 | 74 | 361 | 42 | 113 | 0 | 5 | 421 | 127 | 73 |
| Binary | 10100000 | 111100 | 11110001 | 100010 | 1001011 | 0 | 101 | 100010001 | 1010111 | 111011 |
Color Harmonies of #A03CF1
Complementary color
Monochromatic Colors of #A03CF1
Black with #A03CF1
Text Example
Text Example
White with #A03CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03CF1; }
p { color: rgb(160,60,241); }
H1.HeaderClassName
{
color: #A03CF1;
}
.AnyTagClassName
{
color: #A03CF1;
}
</style>
background-color css
<style>
a { background-color: #A03CF1; }
a { background-color: rgb(160,60,241); }
div.DivClassName
{
background-color: #A03CF1;
}
.BgClassName
{
background-color: #A03CF1;
}
</style>
border-color css
<style>
span { border-color: #A03CF1; }
span { border-color: rgb(160,60,241); }
td.TdClassName
{
border-color: #A03CF1;
}
.TagClassName
{
border-color: #A03CF1;
}
</style>