Shades of Blue Violet #A03CEF
Tints of Blue Violet #A03CEF
RGB
CMYK
RGB Variations
Color information
#A03CEF (or 0xA03CEF) is known color: Blue Violet. HEX triplet: A0, 3C and EF. RGB value is (160,60,239). Sum of RGB (Red+Green+Blue) = 160+60+239=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #A03CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03CEF is #5FC310. Grayscale: #6D6D6D. Windows color (decimal): -6275857 or 15678624. OLE color: 15678624.
HSL color Cylindrical-coordinate representation of color #A03CEF: hue angle of 273.52º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A03CEF is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 60 | 239 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.06 |
| HSL | 273.52º | 0.85% | 0.59% | - |
| HSV(B) | 273.52º | 0.75% | 0.94% | - |
| XYZ | 31.69 | 16.94 | 83.26 | - |
| YUV | 110.31 | 200.63 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 239 | 0.33 | 0.75 | 0 | 0.06 | 273.52 | 0.85 | 0.59 |
| Hex | A0 | 3C | EF | 21 | 4B | 0 | 6 | 112 | 55 | 3B |
| Octal | 240 | 74 | 357 | 41 | 113 | 0 | 6 | 422 | 125 | 73 |
| Binary | 10100000 | 111100 | 11101111 | 100001 | 1001011 | 0 | 110 | 100010010 | 1010101 | 111011 |
Color Harmonies of #A03CEF
Complementary color
Monochromatic Colors of #A03CEF
Black with #A03CEF
Text Example
Text Example
White with #A03CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03CEF; }
p { color: rgb(160,60,239); }
H1.HeaderClassName
{
color: #A03CEF;
}
.AnyTagClassName
{
color: #A03CEF;
}
</style>
background-color css
<style>
a { background-color: #A03CEF; }
a { background-color: rgb(160,60,239); }
div.DivClassName
{
background-color: #A03CEF;
}
.BgClassName
{
background-color: #A03CEF;
}
</style>
border-color css
<style>
span { border-color: #A03CEF; }
span { border-color: rgb(160,60,239); }
td.TdClassName
{
border-color: #A03CEF;
}
.TagClassName
{
border-color: #A03CEF;
}
</style>