Shades of Blue Violet #A03EED
Tints of Blue Violet #A03EED
RGB
CMYK
RGB Variations
Color information
#A03EED (or 0xA03EED) is known color: Blue Violet. HEX triplet: A0, 3E and ED. RGB value is (160,62,237). Sum of RGB (Red+Green+Blue) = 160+62+237=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 62 (24.61% from 255 or 13.51% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #A03EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03EED is #5FC112. Grayscale: #6E6E6E. Windows color (decimal): -6275347 or 15548064. OLE color: 15548064.
HSL color Cylindrical-coordinate representation of color #A03EED: hue angle of 273.6º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A03EED is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 62 | 237 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.07 |
| HSL | 273.6º | 0.83% | 0.59% | - |
| HSV(B) | 273.6º | 0.74% | 0.93% | - |
| XYZ | 31.51 | 17.03 | 81.75 | - |
| YUV | 111.25 | 198.97 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 62 | 237 | 0.32 | 0.74 | 0 | 0.07 | 273.6 | 0.83 | 0.59 |
| Hex | A0 | 3E | ED | 20 | 4A | 0 | 7 | 112 | 53 | 3B |
| Octal | 240 | 76 | 355 | 40 | 112 | 0 | 7 | 422 | 123 | 73 |
| Binary | 10100000 | 111110 | 11101101 | 100000 | 1001010 | 0 | 111 | 100010010 | 1010011 | 111011 |
Color Harmonies of #A03EED
Complementary color
Monochromatic Colors of #A03EED
Black with #A03EED
Text Example
Text Example
White with #A03EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03EED; }
p { color: rgb(160,62,237); }
H1.HeaderClassName
{
color: #A03EED;
}
.AnyTagClassName
{
color: #A03EED;
}
</style>
background-color css
<style>
a { background-color: #A03EED; }
a { background-color: rgb(160,62,237); }
div.DivClassName
{
background-color: #A03EED;
}
.BgClassName
{
background-color: #A03EED;
}
</style>
border-color css
<style>
span { border-color: #A03EED; }
span { border-color: rgb(160,62,237); }
td.TdClassName
{
border-color: #A03EED;
}
.TagClassName
{
border-color: #A03EED;
}
</style>