Shades of Blue Violet #A03EFC
Tints of Blue Violet #A03EFC
RGB
CMYK
RGB Variations
Color information
#A03EFC (or 0xA03EFC) is known color: Blue Violet. HEX triplet: A0, 3E and FC. RGB value is (160,62,252). Sum of RGB (Red+Green+Blue) = 160+62+252=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 62 (24.61% from 255 or 13.08% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #A03EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03EFC is #5FC103. Grayscale: #707070. Windows color (decimal): -6275332 or 16531104. OLE color: 16531104.
HSL color Cylindrical-coordinate representation of color #A03EFC: hue angle of 270.95º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A03EFC is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 62 | 252 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.01 |
| HSL | 270.95º | 0.97% | 0.62% | - |
| HSV(B) | 270.95º | 0.75% | 0.99% | - |
| XYZ | 33.79 | 17.95 | 93.78 | - |
| YUV | 112.96 | 206.47 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 62 | 252 | 0.37 | 0.75 | 0 | 0.01 | 270.95 | 0.97 | 0.62 |
| Hex | A0 | 3E | FC | 25 | 4B | 0 | 1 | 10F | 61 | 3E |
| Octal | 240 | 76 | 374 | 45 | 113 | 0 | 1 | 417 | 141 | 76 |
| Binary | 10100000 | 111110 | 11111100 | 100101 | 1001011 | 0 | 1 | 100001111 | 1100001 | 111110 |
Color Harmonies of #A03EFC
Complementary color
Monochromatic Colors of #A03EFC
Black with #A03EFC
Text Example
Text Example
White with #A03EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03EFC; }
p { color: rgb(160,62,252); }
H1.HeaderClassName
{
color: #A03EFC;
}
.AnyTagClassName
{
color: #A03EFC;
}
</style>
background-color css
<style>
a { background-color: #A03EFC; }
a { background-color: rgb(160,62,252); }
div.DivClassName
{
background-color: #A03EFC;
}
.BgClassName
{
background-color: #A03EFC;
}
</style>
border-color css
<style>
span { border-color: #A03EFC; }
span { border-color: rgb(160,62,252); }
td.TdClassName
{
border-color: #A03EFC;
}
.TagClassName
{
border-color: #A03EFC;
}
</style>