Shades of Blue Violet #A419E6
Tints of Blue Violet #A419E6
RGB
CMYK
RGB Variations
Color information
#A419E6 (or 0xA419E6) is known color: Blue Violet. HEX triplet: A4, 19 and E6. RGB value is (164,25,230). Sum of RGB (Red+Green+Blue) = 164+25+230=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 230 (90.23% from 255 or 54.89% from 419); Max value from RGB is 230 - color contains mainly: blue. Hex color #A419E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A419E6 is #5BE619. Grayscale: #595959. Windows color (decimal): -6022682 or 15079844. OLE color: 15079844.
HSL color Cylindrical-coordinate representation of color #A419E6: hue angle of 280.68º 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 #A419E6 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 25 | 230 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.10 |
| HSL | 280.68º | 0.8% | 0.5% | - |
| HSV(B) | 280.68º | 0.89% | 0.9% | - |
| XYZ | 29.94 | 14.3 | 76.05 | - |
| YUV | 89.93 | 207.05 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 25 | 230 | 0.29 | 0.89 | 0 | 0.10 | 280.68 | 0.8 | 0.5 |
| Hex | A4 | 19 | E6 | 1D | 59 | 0 | A | 119 | 50 | 32 |
| Octal | 244 | 31 | 346 | 35 | 131 | 0 | 12 | 431 | 120 | 62 |
| Binary | 10100100 | 11001 | 11100110 | 11101 | 1011001 | 0 | 1010 | 100011001 | 1010000 | 110010 |
Color Harmonies of #A419E6
Complementary color
Monochromatic Colors of #A419E6
Black with #A419E6
Text Example
Text Example
White with #A419E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A419E6; }
p { color: rgb(164,25,230); }
H1.HeaderClassName
{
color: #A419E6;
}
.AnyTagClassName
{
color: #A419E6;
}
</style>
background-color css
<style>
a { background-color: #A419E6; }
a { background-color: rgb(164,25,230); }
div.DivClassName
{
background-color: #A419E6;
}
.BgClassName
{
background-color: #A419E6;
}
</style>
border-color css
<style>
span { border-color: #A419E6; }
span { border-color: rgb(164,25,230); }
td.TdClassName
{
border-color: #A419E6;
}
.TagClassName
{
border-color: #A419E6;
}
</style>