Shades of Blue Violet #A420E7
Tints of Blue Violet #A420E7
RGB
CMYK
RGB Variations
Color information
#A420E7 (or 0xA420E7) is known color: Blue Violet. HEX triplet: A4, 20 and E7. RGB value is (164,32,231). Sum of RGB (Red+Green+Blue) = 164+32+231=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 32 (12.89% from 255 or 7.49% from 427); Blue value is 231 (90.62% from 255 or 54.10% from 427); Max value from RGB is 231 - color contains mainly: blue. Hex color #A420E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A420E7 is #5BDF18. Grayscale: #5D5D5D. Windows color (decimal): -6020889 or 15147172. OLE color: 15147172.
HSL color Cylindrical-coordinate representation of color #A420E7: hue angle of 279.8º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A420E7 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 32 | 231 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.09 |
| HSL | 279.8º | 0.81% | 0.52% | - |
| HSV(B) | 279.8º | 0.86% | 0.91% | - |
| XYZ | 30.25 | 14.7 | 76.84 | - |
| YUV | 94.15 | 205.23 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 32 | 231 | 0.29 | 0.86 | 0 | 0.09 | 279.8 | 0.81 | 0.52 |
| Hex | A4 | 20 | E7 | 1D | 56 | 0 | 9 | 118 | 51 | 34 |
| Octal | 244 | 40 | 347 | 35 | 126 | 0 | 11 | 430 | 121 | 64 |
| Binary | 10100100 | 100000 | 11100111 | 11101 | 1010110 | 0 | 1001 | 100011000 | 1010001 | 110100 |
Color Harmonies of #A420E7
Complementary color
Monochromatic Colors of #A420E7
Black with #A420E7
Text Example
Text Example
White with #A420E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A420E7; }
p { color: rgb(164,32,231); }
H1.HeaderClassName
{
color: #A420E7;
}
.AnyTagClassName
{
color: #A420E7;
}
</style>
background-color css
<style>
a { background-color: #A420E7; }
a { background-color: rgb(164,32,231); }
div.DivClassName
{
background-color: #A420E7;
}
.BgClassName
{
background-color: #A420E7;
}
</style>
border-color css
<style>
span { border-color: #A420E7; }
span { border-color: rgb(164,32,231); }
td.TdClassName
{
border-color: #A420E7;
}
.TagClassName
{
border-color: #A420E7;
}
</style>