Shades of Blue Violet #A419E8
Tints of Blue Violet #A419E8
RGB
CMYK
RGB Variations
Color information
#A419E8 (or 0xA419E8) is known color: Blue Violet. HEX triplet: A4, 19 and E8. RGB value is (164,25,232). Sum of RGB (Red+Green+Blue) = 164+25+232=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 232 (91.02% from 255 or 55.11% from 421); Max value from RGB is 232 - color contains mainly: blue. Hex color #A419E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A419E8 is #5BE617. Grayscale: #595959. Windows color (decimal): -6022680 or 15210916. OLE color: 15210916.
HSL color Cylindrical-coordinate representation of color #A419E8: hue angle of 280.29º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A419E8 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 25 | 232 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.09 |
| HSL | 280.29º | 0.82% | 0.5% | - |
| HSV(B) | 280.29º | 0.89% | 0.91% | - |
| XYZ | 30.22 | 14.41 | 77.53 | - |
| YUV | 90.16 | 208.05 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 25 | 232 | 0.29 | 0.89 | 0 | 0.09 | 280.29 | 0.82 | 0.5 |
| Hex | A4 | 19 | E8 | 1D | 59 | 0 | 9 | 118 | 52 | 32 |
| Octal | 244 | 31 | 350 | 35 | 131 | 0 | 11 | 430 | 122 | 62 |
| Binary | 10100100 | 11001 | 11101000 | 11101 | 1011001 | 0 | 1001 | 100011000 | 1010010 | 110010 |
Color Harmonies of #A419E8
Complementary color
Monochromatic Colors of #A419E8
Black with #A419E8
Text Example
Text Example
White with #A419E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A419E8; }
p { color: rgb(164,25,232); }
H1.HeaderClassName
{
color: #A419E8;
}
.AnyTagClassName
{
color: #A419E8;
}
</style>
background-color css
<style>
a { background-color: #A419E8; }
a { background-color: rgb(164,25,232); }
div.DivClassName
{
background-color: #A419E8;
}
.BgClassName
{
background-color: #A419E8;
}
</style>
border-color css
<style>
span { border-color: #A419E8; }
span { border-color: rgb(164,25,232); }
td.TdClassName
{
border-color: #A419E8;
}
.TagClassName
{
border-color: #A419E8;
}
</style>