Shades of Blue Violet #A01AED
Tints of Blue Violet #A01AED
RGB
CMYK
RGB Variations
Color information
#A01AED (or 0xA01AED) is known color: Blue Violet. HEX triplet: A0, 1A and ED. RGB value is (160,26,237). Sum of RGB (Red+Green+Blue) = 160+26+237=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 26 (10.55% from 255 or 6.15% from 423); Blue value is 237 (92.97% from 255 or 56.03% from 423); Max value from RGB is 237 - color contains mainly: blue. Hex color #A01AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01AED is #5FE512. Grayscale: #595959. Windows color (decimal): -6284563 or 15538848. OLE color: 15538848.
HSL color Cylindrical-coordinate representation of color #A01AED: hue angle of 278.1º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01AED is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 26 | 237 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.07 |
| HSL | 278.1º | 0.85% | 0.52% | - |
| HSV(B) | 278.1º | 0.89% | 0.93% | - |
| XYZ | 30.15 | 14.33 | 81.3 | - |
| YUV | 90.12 | 210.89 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 26 | 237 | 0.32 | 0.89 | 0 | 0.07 | 278.1 | 0.85 | 0.52 |
| Hex | A0 | 1A | ED | 20 | 59 | 0 | 7 | 116 | 55 | 34 |
| Octal | 240 | 32 | 355 | 40 | 131 | 0 | 7 | 426 | 125 | 64 |
| Binary | 10100000 | 11010 | 11101101 | 100000 | 1011001 | 0 | 111 | 100010110 | 1010101 | 110100 |
Color Harmonies of #A01AED
Complementary color
Monochromatic Colors of #A01AED
Black with #A01AED
Text Example
Text Example
White with #A01AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01AED; }
p { color: rgb(160,26,237); }
H1.HeaderClassName
{
color: #A01AED;
}
.AnyTagClassName
{
color: #A01AED;
}
</style>
background-color css
<style>
a { background-color: #A01AED; }
a { background-color: rgb(160,26,237); }
div.DivClassName
{
background-color: #A01AED;
}
.BgClassName
{
background-color: #A01AED;
}
</style>
border-color css
<style>
span { border-color: #A01AED; }
span { border-color: rgb(160,26,237); }
td.TdClassName
{
border-color: #A01AED;
}
.TagClassName
{
border-color: #A01AED;
}
</style>