Shades of Blue Violet #A424ED
Tints of Blue Violet #A424ED
RGB
CMYK
RGB Variations
Color information
#A424ED (or 0xA424ED) is known color: Blue Violet. HEX triplet: A4, 24 and ED. RGB value is (164,36,237). Sum of RGB (Red+Green+Blue) = 164+36+237=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #A424ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A424ED is #5BDB12. Grayscale: #606060. Windows color (decimal): -6019859 or 15541412. OLE color: 15541412.
HSL color Cylindrical-coordinate representation of color #A424ED: hue angle of 278.21º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A424ED is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 36 | 237 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.07 |
| HSL | 278.21º | 0.85% | 0.54% | - |
| HSV(B) | 278.21º | 0.85% | 0.93% | - |
| XYZ | 31.23 | 15.27 | 81.42 | - |
| YUV | 97.19 | 206.91 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 36 | 237 | 0.31 | 0.85 | 0 | 0.07 | 278.21 | 0.85 | 0.54 |
| Hex | A4 | 24 | ED | 1F | 55 | 0 | 7 | 116 | 55 | 36 |
| Octal | 244 | 44 | 355 | 37 | 125 | 0 | 7 | 426 | 125 | 66 |
| Binary | 10100100 | 100100 | 11101101 | 11111 | 1010101 | 0 | 111 | 100010110 | 1010101 | 110110 |
Color Harmonies of #A424ED
Complementary color
Monochromatic Colors of #A424ED
Black with #A424ED
Text Example
Text Example
White with #A424ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A424ED; }
p { color: rgb(164,36,237); }
H1.HeaderClassName
{
color: #A424ED;
}
.AnyTagClassName
{
color: #A424ED;
}
</style>
background-color css
<style>
a { background-color: #A424ED; }
a { background-color: rgb(164,36,237); }
div.DivClassName
{
background-color: #A424ED;
}
.BgClassName
{
background-color: #A424ED;
}
</style>
border-color css
<style>
span { border-color: #A424ED; }
span { border-color: rgb(164,36,237); }
td.TdClassName
{
border-color: #A424ED;
}
.TagClassName
{
border-color: #A424ED;
}
</style>