Shades of Blue Violet #A019ED
Tints of Blue Violet #A019ED
RGB
CMYK
RGB Variations
Color information
#A019ED (or 0xA019ED) is known color: Blue Violet. HEX triplet: A0, 19 and ED. RGB value is (160,25,237). Sum of RGB (Red+Green+Blue) = 160+25+237=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #A019ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A019ED is #5FE612. Grayscale: #585858. Windows color (decimal): -6284819 or 15538592. OLE color: 15538592.
HSL color Cylindrical-coordinate representation of color #A019ED: hue angle of 278.21º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A019ED is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 25 | 237 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.07 |
| HSL | 278.21º | 0.85% | 0.51% | - |
| HSV(B) | 278.21º | 0.89% | 0.93% | - |
| XYZ | 30.13 | 14.28 | 81.29 | - |
| YUV | 89.53 | 211.23 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 237 | 0.32 | 0.89 | 0 | 0.07 | 278.21 | 0.85 | 0.51 |
| Hex | A0 | 19 | ED | 20 | 59 | 0 | 7 | 116 | 55 | 33 |
| Octal | 240 | 31 | 355 | 40 | 131 | 0 | 7 | 426 | 125 | 63 |
| Binary | 10100000 | 11001 | 11101101 | 100000 | 1011001 | 0 | 111 | 100010110 | 1010101 | 110011 |
Color Harmonies of #A019ED
Complementary color
Monochromatic Colors of #A019ED
Black with #A019ED
Text Example
Text Example
White with #A019ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A019ED; }
p { color: rgb(160,25,237); }
H1.HeaderClassName
{
color: #A019ED;
}
.AnyTagClassName
{
color: #A019ED;
}
</style>
background-color css
<style>
a { background-color: #A019ED; }
a { background-color: rgb(160,25,237); }
div.DivClassName
{
background-color: #A019ED;
}
.BgClassName
{
background-color: #A019ED;
}
</style>
border-color css
<style>
span { border-color: #A019ED; }
span { border-color: rgb(160,25,237); }
td.TdClassName
{
border-color: #A019ED;
}
.TagClassName
{
border-color: #A019ED;
}
</style>