Shades of Blue Violet #A03FFC
Tints of Blue Violet #A03FFC
RGB
CMYK
RGB Variations
Color information
#A03FFC (or 0xA03FFC) is known color: Blue Violet. HEX triplet: A0, 3F and FC. RGB value is (160,63,252). Sum of RGB (Red+Green+Blue) = 160+63+252=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #A03FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03FFC is #5FC003. Grayscale: #707070. Windows color (decimal): -6275076 or 16531360. OLE color: 16531360.
HSL color Cylindrical-coordinate representation of color #A03FFC: hue angle of 270.79º 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 #A03FFC is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 63 | 252 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.01 |
| HSL | 270.79º | 0.97% | 0.62% | - |
| HSV(B) | 270.79º | 0.75% | 0.99% | - |
| XYZ | 33.85 | 18.06 | 93.8 | - |
| YUV | 113.55 | 206.14 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 252 | 0.37 | 0.75 | 0 | 0.01 | 270.79 | 0.97 | 0.62 |
| Hex | A0 | 3F | FC | 25 | 4B | 0 | 1 | 10F | 61 | 3E |
| Octal | 240 | 77 | 374 | 45 | 113 | 0 | 1 | 417 | 141 | 76 |
| Binary | 10100000 | 111111 | 11111100 | 100101 | 1001011 | 0 | 1 | 100001111 | 1100001 | 111110 |
Color Harmonies of #A03FFC
Complementary color
Monochromatic Colors of #A03FFC
Black with #A03FFC
Text Example
Text Example
White with #A03FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03FFC; }
p { color: rgb(160,63,252); }
H1.HeaderClassName
{
color: #A03FFC;
}
.AnyTagClassName
{
color: #A03FFC;
}
</style>
background-color css
<style>
a { background-color: #A03FFC; }
a { background-color: rgb(160,63,252); }
div.DivClassName
{
background-color: #A03FFC;
}
.BgClassName
{
background-color: #A03FFC;
}
</style>
border-color css
<style>
span { border-color: #A03FFC; }
span { border-color: rgb(160,63,252); }
td.TdClassName
{
border-color: #A03FFC;
}
.TagClassName
{
border-color: #A03FFC;
}
</style>