Shades of Dark Violet #A404E6
Tints of Dark Violet #A404E6
RGB
CMYK
RGB Variations
Color information
#A404E6 (or 0xA404E6) is known color: Dark Violet. HEX triplet: A4, 04 and E6. RGB value is (164,4,230). Sum of RGB (Red+Green+Blue) = 164+4+230=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 230 (90.23% from 255 or 57.79% from 398); Max value from RGB is 230 - color contains mainly: blue. Hex color #A404E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A404E6 is #5BFB19. Grayscale: #4C4C4C. Windows color (decimal): -6028058 or 15074468. OLE color: 15074468.
HSL color Cylindrical-coordinate representation of color #A404E6: hue angle of 282.48º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A404E6 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 4 | 230 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.10 |
| HSL | 282.48º | 0.97% | 0.46% | - |
| HSV(B) | 282.48º | 0.98% | 0.9% | - |
| XYZ | 29.64 | 13.69 | 75.94 | - |
| YUV | 77.6 | 214.01 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 4 | 230 | 0.29 | 0.98 | 0 | 0.10 | 282.48 | 0.97 | 0.46 |
| Hex | A4 | 4 | E6 | 1D | 62 | 0 | A | 11A | 61 | 2E |
| Octal | 244 | 4 | 346 | 35 | 142 | 0 | 12 | 432 | 141 | 56 |
| Binary | 10100100 | 100 | 11100110 | 11101 | 1100010 | 0 | 1010 | 100011010 | 1100001 | 101110 |
Color Harmonies of #A404E6
Complementary color
Monochromatic Colors of #A404E6
Black with #A404E6
Text Example
Text Example
White with #A404E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A404E6; }
p { color: rgb(164,4,230); }
H1.HeaderClassName
{
color: #A404E6;
}
.AnyTagClassName
{
color: #A404E6;
}
</style>
background-color css
<style>
a { background-color: #A404E6; }
a { background-color: rgb(164,4,230); }
div.DivClassName
{
background-color: #A404E6;
}
.BgClassName
{
background-color: #A404E6;
}
</style>
border-color css
<style>
span { border-color: #A404E6; }
span { border-color: rgb(164,4,230); }
td.TdClassName
{
border-color: #A404E6;
}
.TagClassName
{
border-color: #A404E6;
}
</style>