Shades of Blue Violet #A119ED
Tints of Blue Violet #A119ED
RGB
CMYK
RGB Variations
Color information
#A119ED (or 0xA119ED) is known color: Blue Violet. HEX triplet: A1, 19 and ED. RGB value is (161,25,237). Sum of RGB (Red+Green+Blue) = 161+25+237=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 25 (10.16% from 255 or 5.91% 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 #A119ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A119ED is #5EE612. Grayscale: #595959. Windows color (decimal): -6219283 or 15538593. OLE color: 15538593.
HSL color Cylindrical-coordinate representation of color #A119ED: hue angle of 278.49º 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 #A119ED is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 25 | 237 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.07 |
| HSL | 278.49º | 0.85% | 0.51% | - |
| HSV(B) | 278.49º | 0.89% | 0.93% | - |
| XYZ | 30.33 | 14.39 | 81.3 | - |
| YUV | 89.83 | 211.06 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 25 | 237 | 0.32 | 0.89 | 0 | 0.07 | 278.49 | 0.85 | 0.51 |
| Hex | A1 | 19 | ED | 20 | 59 | 0 | 7 | 116 | 55 | 33 |
| Octal | 241 | 31 | 355 | 40 | 131 | 0 | 7 | 426 | 125 | 63 |
| Binary | 10100001 | 11001 | 11101101 | 100000 | 1011001 | 0 | 111 | 100010110 | 1010101 | 110011 |
Color Harmonies of #A119ED
Complementary color
Monochromatic Colors of #A119ED
Black with #A119ED
Text Example
Text Example
White with #A119ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A119ED; }
p { color: rgb(161,25,237); }
H1.HeaderClassName
{
color: #A119ED;
}
.AnyTagClassName
{
color: #A119ED;
}
</style>
background-color css
<style>
a { background-color: #A119ED; }
a { background-color: rgb(161,25,237); }
div.DivClassName
{
background-color: #A119ED;
}
.BgClassName
{
background-color: #A119ED;
}
</style>
border-color css
<style>
span { border-color: #A119ED; }
span { border-color: rgb(161,25,237); }
td.TdClassName
{
border-color: #A119ED;
}
.TagClassName
{
border-color: #A119ED;
}
</style>