Shades of Dark Violet #A119E1
Tints of Dark Violet #A119E1
RGB
CMYK
RGB Variations
Color information
#A119E1 (or 0xA119E1) is known color: Dark Violet. HEX triplet: A1, 19 and E1. RGB value is (161,25,225). Sum of RGB (Red+Green+Blue) = 161+25+225=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 225 (88.28% from 255 or 54.74% from 411); Max value from RGB is 225 - color contains mainly: blue. Hex color #A119E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A119E1 is #5EE61E. Grayscale: #575757. Windows color (decimal): -6219295 or 14752161. OLE color: 14752161.
HSL color Cylindrical-coordinate representation of color #A119E1: hue angle of 280.8º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A119E1 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 25 | 225 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.12 |
| HSL | 280.8º | 0.8% | 0.49% | - |
| HSV(B) | 280.8º | 0.89% | 0.88% | - |
| XYZ | 28.64 | 13.71 | 72.37 | - |
| YUV | 88.46 | 205.06 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 25 | 225 | 0.28 | 0.89 | 0 | 0.12 | 280.8 | 0.8 | 0.49 |
| Hex | A1 | 19 | E1 | 1C | 59 | 0 | C | 119 | 50 | 31 |
| Octal | 241 | 31 | 341 | 34 | 131 | 0 | 14 | 431 | 120 | 61 |
| Binary | 10100001 | 11001 | 11100001 | 11100 | 1011001 | 0 | 1100 | 100011001 | 1010000 | 110001 |
Color Harmonies of #A119E1
Complementary color
Monochromatic Colors of #A119E1
Black with #A119E1
Text Example
Text Example
White with #A119E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A119E1; }
p { color: rgb(161,25,225); }
H1.HeaderClassName
{
color: #A119E1;
}
.AnyTagClassName
{
color: #A119E1;
}
</style>
background-color css
<style>
a { background-color: #A119E1; }
a { background-color: rgb(161,25,225); }
div.DivClassName
{
background-color: #A119E1;
}
.BgClassName
{
background-color: #A119E1;
}
</style>
border-color css
<style>
span { border-color: #A119E1; }
span { border-color: rgb(161,25,225); }
td.TdClassName
{
border-color: #A119E1;
}
.TagClassName
{
border-color: #A119E1;
}
</style>