Shades of Blue Violet #A420E6
Tints of Blue Violet #A420E6
RGB
CMYK
RGB Variations
Color information
#A420E6 (or 0xA420E6) is known color: Blue Violet. HEX triplet: A4, 20 and E6. RGB value is (164,32,230). Sum of RGB (Red+Green+Blue) = 164+32+230=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 32 (12.89% from 255 or 7.51% from 426); Blue value is 230 (90.23% from 255 or 53.99% from 426); Max value from RGB is 230 - color contains mainly: blue. Hex color #A420E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A420E6 is #5BDF19. Grayscale: #5D5D5D. Windows color (decimal): -6020890 or 15081636. OLE color: 15081636.
HSL color Cylindrical-coordinate representation of color #A420E6: hue angle of 280º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A420E6 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 32 | 230 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.10 |
| HSL | 280º | 0.8% | 0.51% | - |
| HSV(B) | 280º | 0.86% | 0.9% | - |
| XYZ | 30.11 | 14.64 | 76.1 | - |
| YUV | 94.04 | 204.73 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 32 | 230 | 0.29 | 0.86 | 0 | 0.10 | 280 | 0.8 | 0.51 |
| Hex | A4 | 20 | E6 | 1D | 56 | 0 | A | 118 | 50 | 33 |
| Octal | 244 | 40 | 346 | 35 | 126 | 0 | 12 | 430 | 120 | 63 |
| Binary | 10100100 | 100000 | 11100110 | 11101 | 1010110 | 0 | 1010 | 100011000 | 1010000 | 110011 |
Color Harmonies of #A420E6
Complementary color
Monochromatic Colors of #A420E6
Black with #A420E6
Text Example
Text Example
White with #A420E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A420E6; }
p { color: rgb(164,32,230); }
H1.HeaderClassName
{
color: #A420E6;
}
.AnyTagClassName
{
color: #A420E6;
}
</style>
background-color css
<style>
a { background-color: #A420E6; }
a { background-color: rgb(164,32,230); }
div.DivClassName
{
background-color: #A420E6;
}
.BgClassName
{
background-color: #A420E6;
}
</style>
border-color css
<style>
span { border-color: #A420E6; }
span { border-color: rgb(164,32,230); }
td.TdClassName
{
border-color: #A420E6;
}
.TagClassName
{
border-color: #A420E6;
}
</style>