Shades of Dark Violet #A404E9
Tints of Dark Violet #A404E9
RGB
CMYK
RGB Variations
Color information
#A404E9 (or 0xA404E9) is known color: Dark Violet. HEX triplet: A4, 04 and E9. RGB value is (164,4,233). Sum of RGB (Red+Green+Blue) = 164+4+233=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 233 (91.41% from 255 or 58.10% from 401); Max value from RGB is 233 - color contains mainly: blue. Hex color #A404E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A404E9 is #5BFB16. Grayscale: #4D4D4D. Windows color (decimal): -6028055 or 15271076. OLE color: 15271076.
HSL color Cylindrical-coordinate representation of color #A404E9: hue angle of 281.92º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A404E9 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 4 | 233 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.09 |
| HSL | 281.92º | 0.97% | 0.46% | - |
| HSV(B) | 281.92º | 0.98% | 0.91% | - |
| XYZ | 30.06 | 13.86 | 78.18 | - |
| YUV | 77.95 | 215.51 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 4 | 233 | 0.30 | 0.98 | 0 | 0.09 | 281.92 | 0.97 | 0.46 |
| Hex | A4 | 4 | E9 | 1E | 62 | 0 | 9 | 11A | 61 | 2E |
| Octal | 244 | 4 | 351 | 36 | 142 | 0 | 11 | 432 | 141 | 56 |
| Binary | 10100100 | 100 | 11101001 | 11110 | 1100010 | 0 | 1001 | 100011010 | 1100001 | 101110 |
Color Harmonies of #A404E9
Complementary color
Monochromatic Colors of #A404E9
Black with #A404E9
Text Example
Text Example
White with #A404E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A404E9; }
p { color: rgb(164,4,233); }
H1.HeaderClassName
{
color: #A404E9;
}
.AnyTagClassName
{
color: #A404E9;
}
</style>
background-color css
<style>
a { background-color: #A404E9; }
a { background-color: rgb(164,4,233); }
div.DivClassName
{
background-color: #A404E9;
}
.BgClassName
{
background-color: #A404E9;
}
</style>
border-color css
<style>
span { border-color: #A404E9; }
span { border-color: rgb(164,4,233); }
td.TdClassName
{
border-color: #A404E9;
}
.TagClassName
{
border-color: #A404E9;
}
</style>