Shades of Blue Violet #A420ED
Tints of Blue Violet #A420ED
RGB
CMYK
RGB Variations
Color information
#A420ED (or 0xA420ED) is known color: Blue Violet. HEX triplet: A4, 20 and ED. RGB value is (164,32,237). Sum of RGB (Red+Green+Blue) = 164+32+237=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 32 (12.89% from 255 or 7.39% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #A420ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A420ED is #5BDF12. Grayscale: #5E5E5E. Windows color (decimal): -6020883 or 15540388. OLE color: 15540388.
HSL color Cylindrical-coordinate representation of color #A420ED: hue angle of 278.63º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A420ED is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 32 | 237 | - |
| CMYK | 0.31 | 0.86 | 0 | 0.07 |
| HSL | 278.63º | 0.85% | 0.53% | - |
| HSV(B) | 278.63º | 0.86% | 0.93% | - |
| XYZ | 31.11 | 15.04 | 81.38 | - |
| YUV | 94.84 | 208.23 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 32 | 237 | 0.31 | 0.86 | 0 | 0.07 | 278.63 | 0.85 | 0.53 |
| Hex | A4 | 20 | ED | 1F | 56 | 0 | 7 | 117 | 55 | 35 |
| Octal | 244 | 40 | 355 | 37 | 126 | 0 | 7 | 427 | 125 | 65 |
| Binary | 10100100 | 100000 | 11101101 | 11111 | 1010110 | 0 | 111 | 100010111 | 1010101 | 110101 |
Color Harmonies of #A420ED
Complementary color
Monochromatic Colors of #A420ED
Black with #A420ED
Text Example
Text Example
White with #A420ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A420ED; }
p { color: rgb(164,32,237); }
H1.HeaderClassName
{
color: #A420ED;
}
.AnyTagClassName
{
color: #A420ED;
}
</style>
background-color css
<style>
a { background-color: #A420ED; }
a { background-color: rgb(164,32,237); }
div.DivClassName
{
background-color: #A420ED;
}
.BgClassName
{
background-color: #A420ED;
}
</style>
border-color css
<style>
span { border-color: #A420ED; }
span { border-color: rgb(164,32,237); }
td.TdClassName
{
border-color: #A420ED;
}
.TagClassName
{
border-color: #A420ED;
}
</style>