Shades of Blue Violet #A03FEB
Tints of Blue Violet #A03FEB
RGB
CMYK
RGB Variations
Color information
#A03FEB (or 0xA03FEB) is known color: Blue Violet. HEX triplet: A0, 3F and EB. RGB value is (160,63,235). Sum of RGB (Red+Green+Blue) = 160+63+235=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 63 (25% from 255 or 13.76% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #A03FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03FEB is #5FC014. Grayscale: #6F6F6F. Windows color (decimal): -6275093 or 15417248. OLE color: 15417248.
HSL color Cylindrical-coordinate representation of color #A03FEB: hue angle of 273.84º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A03FEB is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 63 | 235 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.08 |
| HSL | 273.84º | 0.81% | 0.58% | - |
| HSV(B) | 273.84º | 0.73% | 0.92% | - |
| XYZ | 31.27 | 17.03 | 80.24 | - |
| YUV | 111.61 | 197.64 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 235 | 0.32 | 0.73 | 0 | 0.08 | 273.84 | 0.81 | 0.58 |
| Hex | A0 | 3F | EB | 20 | 49 | 0 | 8 | 112 | 51 | 3A |
| Octal | 240 | 77 | 353 | 40 | 111 | 0 | 10 | 422 | 121 | 72 |
| Binary | 10100000 | 111111 | 11101011 | 100000 | 1001001 | 0 | 1000 | 100010010 | 1010001 | 111010 |
Color Harmonies of #A03FEB
Complementary color
Monochromatic Colors of #A03FEB
Black with #A03FEB
Text Example
Text Example
White with #A03FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03FEB; }
p { color: rgb(160,63,235); }
H1.HeaderClassName
{
color: #A03FEB;
}
.AnyTagClassName
{
color: #A03FEB;
}
</style>
background-color css
<style>
a { background-color: #A03FEB; }
a { background-color: rgb(160,63,235); }
div.DivClassName
{
background-color: #A03FEB;
}
.BgClassName
{
background-color: #A03FEB;
}
</style>
border-color css
<style>
span { border-color: #A03FEB; }
span { border-color: rgb(160,63,235); }
td.TdClassName
{
border-color: #A03FEB;
}
.TagClassName
{
border-color: #A03FEB;
}
</style>