Shades of Blue Violet #A03CF3
Tints of Blue Violet #A03CF3
RGB
CMYK
RGB Variations
Color information
#A03CF3 (or 0xA03CF3) is known color: Blue Violet. HEX triplet: A0, 3C and F3. RGB value is (160,60,243). Sum of RGB (Red+Green+Blue) = 160+60+243=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 243 (95.31% from 255 or 52.48% from 463); Max value from RGB is 243 - color contains mainly: blue. Hex color #A03CF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03CF3 is #5FC30C. Grayscale: #6E6E6E. Windows color (decimal): -6275853 or 15940768. OLE color: 15940768.
HSL color Cylindrical-coordinate representation of color #A03CF3: hue angle of 272.79º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A03CF3 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 60 | 243 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.05 |
| HSL | 272.79º | 0.88% | 0.59% | - |
| HSV(B) | 272.79º | 0.75% | 0.95% | - |
| XYZ | 32.29 | 17.18 | 86.41 | - |
| YUV | 110.76 | 202.63 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 243 | 0.34 | 0.75 | 0 | 0.05 | 272.79 | 0.88 | 0.59 |
| Hex | A0 | 3C | F3 | 22 | 4B | 0 | 5 | 111 | 58 | 3B |
| Octal | 240 | 74 | 363 | 42 | 113 | 0 | 5 | 421 | 130 | 73 |
| Binary | 10100000 | 111100 | 11110011 | 100010 | 1001011 | 0 | 101 | 100010001 | 1011000 | 111011 |
Color Harmonies of #A03CF3
Complementary color
Monochromatic Colors of #A03CF3
Black with #A03CF3
Text Example
Text Example
White with #A03CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03CF3; }
p { color: rgb(160,60,243); }
H1.HeaderClassName
{
color: #A03CF3;
}
.AnyTagClassName
{
color: #A03CF3;
}
</style>
background-color css
<style>
a { background-color: #A03CF3; }
a { background-color: rgb(160,60,243); }
div.DivClassName
{
background-color: #A03CF3;
}
.BgClassName
{
background-color: #A03CF3;
}
</style>
border-color css
<style>
span { border-color: #A03CF3; }
span { border-color: rgb(160,60,243); }
td.TdClassName
{
border-color: #A03CF3;
}
.TagClassName
{
border-color: #A03CF3;
}
</style>