Shades of Blue Violet #A03FED
Tints of Blue Violet #A03FED
RGB
CMYK
RGB Variations
Color information
#A03FED (or 0xA03FED) is known color: Blue Violet. HEX triplet: A0, 3F and ED. RGB value is (160,63,237). Sum of RGB (Red+Green+Blue) = 160+63+237=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #A03FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03FED is #5FC012. Grayscale: #6F6F6F. Windows color (decimal): -6275091 or 15548320. OLE color: 15548320.
HSL color Cylindrical-coordinate representation of color #A03FED: hue angle of 273.45º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A03FED is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 63 | 237 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.07 |
| HSL | 273.45º | 0.83% | 0.59% | - |
| HSV(B) | 273.45º | 0.73% | 0.93% | - |
| XYZ | 31.56 | 17.14 | 81.77 | - |
| YUV | 111.84 | 198.64 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 237 | 0.32 | 0.73 | 0 | 0.07 | 273.45 | 0.83 | 0.59 |
| Hex | A0 | 3F | ED | 20 | 49 | 0 | 7 | 111 | 53 | 3B |
| Octal | 240 | 77 | 355 | 40 | 111 | 0 | 7 | 421 | 123 | 73 |
| Binary | 10100000 | 111111 | 11101101 | 100000 | 1001001 | 0 | 111 | 100010001 | 1010011 | 111011 |
Color Harmonies of #A03FED
Complementary color
Monochromatic Colors of #A03FED
Black with #A03FED
Text Example
Text Example
White with #A03FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03FED; }
p { color: rgb(160,63,237); }
H1.HeaderClassName
{
color: #A03FED;
}
.AnyTagClassName
{
color: #A03FED;
}
</style>
background-color css
<style>
a { background-color: #A03FED; }
a { background-color: rgb(160,63,237); }
div.DivClassName
{
background-color: #A03FED;
}
.BgClassName
{
background-color: #A03FED;
}
</style>
border-color css
<style>
span { border-color: #A03FED; }
span { border-color: rgb(160,63,237); }
td.TdClassName
{
border-color: #A03FED;
}
.TagClassName
{
border-color: #A03FED;
}
</style>