Shades of Dark Violet #A404ED
Tints of Dark Violet #A404ED
RGB
CMYK
RGB Variations
Color information
#A404ED (or 0xA404ED) is known color: Dark Violet. HEX triplet: A4, 04 and ED. RGB value is (164,4,237). Sum of RGB (Red+Green+Blue) = 164+4+237=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 4 (1.95% from 255 or 0.99% from 405); Blue value is 237 (92.97% from 255 or 58.52% from 405); Max value from RGB is 237 - color contains mainly: blue. Hex color #A404ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A404ED is #5BFB12. Grayscale: #4D4D4D. Windows color (decimal): -6028051 or 15533220. OLE color: 15533220.
HSL color Cylindrical-coordinate representation of color #A404ED: hue angle of 281.2º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A404ED is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 4 | 237 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.07 |
| HSL | 281.2º | 0.97% | 0.47% | - |
| HSV(B) | 281.2º | 0.98% | 0.93% | - |
| XYZ | 30.64 | 14.09 | 81.23 | - |
| YUV | 78.4 | 217.51 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 4 | 237 | 0.31 | 0.98 | 0 | 0.07 | 281.2 | 0.97 | 0.47 |
| Hex | A4 | 4 | ED | 1F | 62 | 0 | 7 | 119 | 61 | 2F |
| Octal | 244 | 4 | 355 | 37 | 142 | 0 | 7 | 431 | 141 | 57 |
| Binary | 10100100 | 100 | 11101101 | 11111 | 1100010 | 0 | 111 | 100011001 | 1100001 | 101111 |
Color Harmonies of #A404ED
Complementary color
Monochromatic Colors of #A404ED
Black with #A404ED
Text Example
Text Example
White with #A404ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A404ED; }
p { color: rgb(164,4,237); }
H1.HeaderClassName
{
color: #A404ED;
}
.AnyTagClassName
{
color: #A404ED;
}
</style>
background-color css
<style>
a { background-color: #A404ED; }
a { background-color: rgb(164,4,237); }
div.DivClassName
{
background-color: #A404ED;
}
.BgClassName
{
background-color: #A404ED;
}
</style>
border-color css
<style>
span { border-color: #A404ED; }
span { border-color: rgb(164,4,237); }
td.TdClassName
{
border-color: #A404ED;
}
.TagClassName
{
border-color: #A404ED;
}
</style>