Shades of Blue Violet #A03FEF
Tints of Blue Violet #A03FEF
RGB
CMYK
RGB Variations
Color information
#A03FEF (or 0xA03FEF) is known color: Blue Violet. HEX triplet: A0, 3F and EF. RGB value is (160,63,239). Sum of RGB (Red+Green+Blue) = 160+63+239=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #A03FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03FEF is #5FC010. Grayscale: #6F6F6F. Windows color (decimal): -6275089 or 15679392. OLE color: 15679392.
HSL color Cylindrical-coordinate representation of color #A03FEF: hue angle of 273.07º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A03FEF is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 63 | 239 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.06 |
| HSL | 273.07º | 0.85% | 0.59% | - |
| HSV(B) | 273.07º | 0.74% | 0.94% | - |
| XYZ | 31.85 | 17.26 | 83.31 | - |
| YUV | 112.07 | 199.64 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 239 | 0.33 | 0.74 | 0 | 0.06 | 273.07 | 0.85 | 0.59 |
| Hex | A0 | 3F | EF | 21 | 4A | 0 | 6 | 111 | 55 | 3B |
| Octal | 240 | 77 | 357 | 41 | 112 | 0 | 6 | 421 | 125 | 73 |
| Binary | 10100000 | 111111 | 11101111 | 100001 | 1001010 | 0 | 110 | 100010001 | 1010101 | 111011 |
Color Harmonies of #A03FEF
Complementary color
Monochromatic Colors of #A03FEF
Black with #A03FEF
Text Example
Text Example
White with #A03FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03FEF; }
p { color: rgb(160,63,239); }
H1.HeaderClassName
{
color: #A03FEF;
}
.AnyTagClassName
{
color: #A03FEF;
}
</style>
background-color css
<style>
a { background-color: #A03FEF; }
a { background-color: rgb(160,63,239); }
div.DivClassName
{
background-color: #A03FEF;
}
.BgClassName
{
background-color: #A03FEF;
}
</style>
border-color css
<style>
span { border-color: #A03FEF; }
span { border-color: rgb(160,63,239); }
td.TdClassName
{
border-color: #A03FEF;
}
.TagClassName
{
border-color: #A03FEF;
}
</style>