Shades of Blue Violet #A03EFB
Tints of Blue Violet #A03EFB
RGB
CMYK
RGB Variations
Color information
#A03EFB (or 0xA03EFB) is known color: Blue Violet. HEX triplet: A0, 3E and FB. RGB value is (160,62,251). Sum of RGB (Red+Green+Blue) = 160+62+251=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 62 (24.61% from 255 or 13.11% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #A03EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03EFB is #5FC104. Grayscale: #707070. Windows color (decimal): -6275333 or 16465568. OLE color: 16465568.
HSL color Cylindrical-coordinate representation of color #A03EFB: hue angle of 271.11º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A03EFB is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 62 | 251 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.02 |
| HSL | 271.11º | 0.96% | 0.61% | - |
| HSV(B) | 271.11º | 0.75% | 0.98% | - |
| XYZ | 33.63 | 17.88 | 92.95 | - |
| YUV | 112.85 | 205.97 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 62 | 251 | 0.36 | 0.75 | 0 | 0.02 | 271.11 | 0.96 | 0.61 |
| Hex | A0 | 3E | FB | 24 | 4B | 0 | 2 | 10F | 60 | 3D |
| Octal | 240 | 76 | 373 | 44 | 113 | 0 | 2 | 417 | 140 | 75 |
| Binary | 10100000 | 111110 | 11111011 | 100100 | 1001011 | 0 | 10 | 100001111 | 1100000 | 111101 |
Color Harmonies of #A03EFB
Complementary color
Monochromatic Colors of #A03EFB
Black with #A03EFB
Text Example
Text Example
White with #A03EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03EFB; }
p { color: rgb(160,62,251); }
H1.HeaderClassName
{
color: #A03EFB;
}
.AnyTagClassName
{
color: #A03EFB;
}
</style>
background-color css
<style>
a { background-color: #A03EFB; }
a { background-color: rgb(160,62,251); }
div.DivClassName
{
background-color: #A03EFB;
}
.BgClassName
{
background-color: #A03EFB;
}
</style>
border-color css
<style>
span { border-color: #A03EFB; }
span { border-color: rgb(160,62,251); }
td.TdClassName
{
border-color: #A03EFB;
}
.TagClassName
{
border-color: #A03EFB;
}
</style>