Shades of Blue Violet #A119E6
Tints of Blue Violet #A119E6
RGB
CMYK
RGB Variations
Color information
#A119E6 (or 0xA119E6) is known color: Blue Violet. HEX triplet: A1, 19 and E6. RGB value is (161,25,230). Sum of RGB (Red+Green+Blue) = 161+25+230=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 230 (90.23% from 255 or 55.29% from 416); Max value from RGB is 230 - color contains mainly: blue. Hex color #A119E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A119E6 is #5EE619. Grayscale: #585858. Windows color (decimal): -6219290 or 15079841. OLE color: 15079841.
HSL color Cylindrical-coordinate representation of color #A119E6: hue angle of 279.8º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A119E6 is Cyan = 0.3, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 25 | 230 | - |
| CMYK | 0.3 | 0.89 | 0 | 0.10 |
| HSL | 279.8º | 0.8% | 0.5% | - |
| HSV(B) | 279.8º | 0.89% | 0.9% | - |
| XYZ | 29.33 | 13.99 | 76.02 | - |
| YUV | 89.03 | 207.56 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 25 | 230 | 0.3 | 0.89 | 0 | 0.10 | 279.8 | 0.8 | 0.5 |
| Hex | A1 | 19 | E6 | 1E | 59 | 0 | A | 118 | 50 | 32 |
| Octal | 241 | 31 | 346 | 36 | 131 | 0 | 12 | 430 | 120 | 62 |
| Binary | 10100001 | 11001 | 11100110 | 11110 | 1011001 | 0 | 1010 | 100011000 | 1010000 | 110010 |
Color Harmonies of #A119E6
Complementary color
Monochromatic Colors of #A119E6
Black with #A119E6
Text Example
Text Example
White with #A119E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A119E6; }
p { color: rgb(161,25,230); }
H1.HeaderClassName
{
color: #A119E6;
}
.AnyTagClassName
{
color: #A119E6;
}
</style>
background-color css
<style>
a { background-color: #A119E6; }
a { background-color: rgb(161,25,230); }
div.DivClassName
{
background-color: #A119E6;
}
.BgClassName
{
background-color: #A119E6;
}
</style>
border-color css
<style>
span { border-color: #A119E6; }
span { border-color: rgb(161,25,230); }
td.TdClassName
{
border-color: #A119E6;
}
.TagClassName
{
border-color: #A119E6;
}
</style>