Shades of Blue Violet #A424EC
Tints of Blue Violet #A424EC
RGB
CMYK
RGB Variations
Color information
#A424EC (or 0xA424EC) is known color: Blue Violet. HEX triplet: A4, 24 and EC. RGB value is (164,36,236). Sum of RGB (Red+Green+Blue) = 164+36+236=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #A424EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A424EC is #5BDB13. Grayscale: #606060. Windows color (decimal): -6019860 or 15475876. OLE color: 15475876.
HSL color Cylindrical-coordinate representation of color #A424EC: hue angle of 278.4º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A424EC is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 36 | 236 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.07 |
| HSL | 278.4º | 0.84% | 0.53% | - |
| HSV(B) | 278.4º | 0.85% | 0.93% | - |
| XYZ | 31.08 | 15.21 | 80.65 | - |
| YUV | 97.07 | 206.41 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 36 | 236 | 0.31 | 0.85 | 0 | 0.07 | 278.4 | 0.84 | 0.53 |
| Hex | A4 | 24 | EC | 1F | 55 | 0 | 7 | 116 | 54 | 35 |
| Octal | 244 | 44 | 354 | 37 | 125 | 0 | 7 | 426 | 124 | 65 |
| Binary | 10100100 | 100100 | 11101100 | 11111 | 1010101 | 0 | 111 | 100010110 | 1010100 | 110101 |
Color Harmonies of #A424EC
Complementary color
Monochromatic Colors of #A424EC
Black with #A424EC
Text Example
Text Example
White with #A424EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A424EC; }
p { color: rgb(164,36,236); }
H1.HeaderClassName
{
color: #A424EC;
}
.AnyTagClassName
{
color: #A424EC;
}
</style>
background-color css
<style>
a { background-color: #A424EC; }
a { background-color: rgb(164,36,236); }
div.DivClassName
{
background-color: #A424EC;
}
.BgClassName
{
background-color: #A424EC;
}
</style>
border-color css
<style>
span { border-color: #A424EC; }
span { border-color: rgb(164,36,236); }
td.TdClassName
{
border-color: #A424EC;
}
.TagClassName
{
border-color: #A424EC;
}
</style>