Shades of Blue Violet #A01CE1
Tints of Blue Violet #A01CE1
RGB
CMYK
RGB Variations
Color information
#A01CE1 (or 0xA01CE1) is known color: Blue Violet. HEX triplet: A0, 1C and E1. RGB value is (160,28,225). Sum of RGB (Red+Green+Blue) = 160+28+225=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 225 (88.28% from 255 or 54.48% from 413); Max value from RGB is 225 - color contains mainly: blue. Hex color #A01CE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01CE1 is #5FE31E. Grayscale: #595959. Windows color (decimal): -6284063 or 14752928. OLE color: 14752928.
HSL color Cylindrical-coordinate representation of color #A01CE1: hue angle of 280.2º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01CE1 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 28 | 225 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.12 |
| HSL | 280.2º | 0.78% | 0.5% | - |
| HSV(B) | 280.2º | 0.88% | 0.88% | - |
| XYZ | 28.5 | 13.74 | 72.38 | - |
| YUV | 89.93 | 204.23 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 28 | 225 | 0.29 | 0.88 | 0 | 0.12 | 280.2 | 0.78 | 0.5 |
| Hex | A0 | 1C | E1 | 1D | 58 | 0 | C | 118 | 4E | 32 |
| Octal | 240 | 34 | 341 | 35 | 130 | 0 | 14 | 430 | 116 | 62 |
| Binary | 10100000 | 11100 | 11100001 | 11101 | 1011000 | 0 | 1100 | 100011000 | 1001110 | 110010 |
Color Harmonies of #A01CE1
Complementary color
Monochromatic Colors of #A01CE1
Black with #A01CE1
Text Example
Text Example
White with #A01CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01CE1; }
p { color: rgb(160,28,225); }
H1.HeaderClassName
{
color: #A01CE1;
}
.AnyTagClassName
{
color: #A01CE1;
}
</style>
background-color css
<style>
a { background-color: #A01CE1; }
a { background-color: rgb(160,28,225); }
div.DivClassName
{
background-color: #A01CE1;
}
.BgClassName
{
background-color: #A01CE1;
}
</style>
border-color css
<style>
span { border-color: #A01CE1; }
span { border-color: rgb(160,28,225); }
td.TdClassName
{
border-color: #A01CE1;
}
.TagClassName
{
border-color: #A01CE1;
}
</style>