Shades of Blue Violet #A03FFE
Tints of Blue Violet #A03FFE
RGB
CMYK
RGB Variations
Color information
#A03FFE (or 0xA03FFE) is known color: Blue Violet. HEX triplet: A0, 3F and FE. RGB value is (160,63,254). Sum of RGB (Red+Green+Blue) = 160+63+254=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #A03FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03FFE is #5FC001. Grayscale: #717171. Windows color (decimal): -6275074 or 16662432. OLE color: 16662432.
HSL color Cylindrical-coordinate representation of color #A03FFE: hue angle of 270.47º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A03FFE is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 63 | 254 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.00 |
| HSL | 270.47º | 0.99% | 0.62% | - |
| HSV(B) | 270.47º | 0.75% | 1% | - |
| XYZ | 34.16 | 18.18 | 95.48 | - |
| YUV | 113.78 | 207.14 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 254 | 0.37 | 0.75 | 0 | 0.00 | 270.47 | 0.99 | 0.62 |
| Hex | A0 | 3F | FE | 25 | 4B | 0 | 0 | 10E | 63 | 3E |
| Octal | 240 | 77 | 376 | 45 | 113 | 0 | 0 | 416 | 143 | 76 |
| Binary | 10100000 | 111111 | 11111110 | 100101 | 1001011 | 0 | 0 | 100001110 | 1100011 | 111110 |
Color Harmonies of #A03FFE
Complementary color
Monochromatic Colors of #A03FFE
Black with #A03FFE
Text Example
Text Example
White with #A03FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03FFE; }
p { color: rgb(160,63,254); }
H1.HeaderClassName
{
color: #A03FFE;
}
.AnyTagClassName
{
color: #A03FFE;
}
</style>
background-color css
<style>
a { background-color: #A03FFE; }
a { background-color: rgb(160,63,254); }
div.DivClassName
{
background-color: #A03FFE;
}
.BgClassName
{
background-color: #A03FFE;
}
</style>
border-color css
<style>
span { border-color: #A03FFE; }
span { border-color: rgb(160,63,254); }
td.TdClassName
{
border-color: #A03FFE;
}
.TagClassName
{
border-color: #A03FFE;
}
</style>