Shades of Blue Violet #A01CE0
Tints of Blue Violet #A01CE0
RGB
CMYK
RGB Variations
Color information
#A01CE0 (or 0xA01CE0) is known color: Blue Violet. HEX triplet: A0, 1C and E0. RGB value is (160,28,224). Sum of RGB (Red+Green+Blue) = 160+28+224=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 224 (87.89% from 255 or 54.37% from 412); Max value from RGB is 224 - color contains mainly: blue. Hex color #A01CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01CE0 is #5FE31F. Grayscale: #595959. Windows color (decimal): -6284064 or 14687392. OLE color: 14687392.
HSL color Cylindrical-coordinate representation of color #A01CE0: hue angle of 280.41º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01CE0 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 28 | 224 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.12 |
| HSL | 280.41º | 0.78% | 0.49% | - |
| HSV(B) | 280.41º | 0.88% | 0.88% | - |
| XYZ | 28.37 | 13.69 | 71.67 | - |
| YUV | 89.81 | 203.73 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 28 | 224 | 0.29 | 0.88 | 0 | 0.12 | 280.41 | 0.78 | 0.49 |
| Hex | A0 | 1C | E0 | 1D | 58 | 0 | C | 118 | 4E | 31 |
| Octal | 240 | 34 | 340 | 35 | 130 | 0 | 14 | 430 | 116 | 61 |
| Binary | 10100000 | 11100 | 11100000 | 11101 | 1011000 | 0 | 1100 | 100011000 | 1001110 | 110001 |
Color Harmonies of #A01CE0
Complementary color
Monochromatic Colors of #A01CE0
Black with #A01CE0
Text Example
Text Example
White with #A01CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01CE0; }
p { color: rgb(160,28,224); }
H1.HeaderClassName
{
color: #A01CE0;
}
.AnyTagClassName
{
color: #A01CE0;
}
</style>
background-color css
<style>
a { background-color: #A01CE0; }
a { background-color: rgb(160,28,224); }
div.DivClassName
{
background-color: #A01CE0;
}
.BgClassName
{
background-color: #A01CE0;
}
</style>
border-color css
<style>
span { border-color: #A01CE0; }
span { border-color: rgb(160,28,224); }
td.TdClassName
{
border-color: #A01CE0;
}
.TagClassName
{
border-color: #A01CE0;
}
</style>