Shades of Blue Violet #A03EFF
Tints of Blue Violet #A03EFF
RGB
CMYK
RGB Variations
Color information
#A03EFF (or 0xA03EFF) is known color: Blue Violet. HEX triplet: A0, 3E and FF. RGB value is (160,62,255). Sum of RGB (Red+Green+Blue) = 160+62+255=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 62 (24.61% from 255 or 13.00% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #A03EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03EFF is #5FC100. Grayscale: #707070. Windows color (decimal): -6275329 or 16727712. OLE color: 16727712.
HSL color Cylindrical-coordinate representation of color #A03EFF: hue angle of 270.47º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A03EFF is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 62 | 255 | - |
| CMYK | 0.37 | 0.76 | 0 | 0 |
| HSL | 270.47º | 1% | 0.62% | - |
| HSV(B) | 270.47º | 0.76% | 1% | - |
| XYZ | 34.27 | 18.14 | 96.3 | - |
| YUV | 113.3 | 207.97 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 62 | 255 | 0.37 | 0.76 | 0 | 0 | 270.47 | 1 | 0.62 |
| Hex | A0 | 3E | FF | 25 | 4C | 0 | 0 | 10E | 64 | 3E |
| Octal | 240 | 76 | 377 | 45 | 114 | 0 | 0 | 416 | 144 | 76 |
| Binary | 10100000 | 111110 | 11111111 | 100101 | 1001100 | 0 | 0 | 100001110 | 1100100 | 111110 |
Color Harmonies of #A03EFF
Complementary color
Monochromatic Colors of #A03EFF
Black with #A03EFF
Text Example
Text Example
White with #A03EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03EFF; }
p { color: rgb(160,62,255); }
H1.HeaderClassName
{
color: #A03EFF;
}
.AnyTagClassName
{
color: #A03EFF;
}
</style>
background-color css
<style>
a { background-color: #A03EFF; }
a { background-color: rgb(160,62,255); }
div.DivClassName
{
background-color: #A03EFF;
}
.BgClassName
{
background-color: #A03EFF;
}
</style>
border-color css
<style>
span { border-color: #A03EFF; }
span { border-color: rgb(160,62,255); }
td.TdClassName
{
border-color: #A03EFF;
}
.TagClassName
{
border-color: #A03EFF;
}
</style>