Shades of Dark Violet #A404D4
Tints of Dark Violet #A404D4
RGB
CMYK
RGB Variations
Color information
#A404D4 (or 0xA404D4) is known color: Dark Violet. HEX triplet: A4, 04 and D4. RGB value is (164,4,212). Sum of RGB (Red+Green+Blue) = 164+4+212=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 4 (1.95% from 255 or 1.05% from 380); Blue value is 212 (83.20% from 255 or 55.79% from 380); Max value from RGB is 212 - color contains mainly: blue. Hex color #A404D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A404D4 is #5BFB2B. Grayscale: #4A4A4A. Windows color (decimal): -6028076 or 13894820. OLE color: 13894820.
HSL color Cylindrical-coordinate representation of color #A404D4: hue angle of 286.15º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A404D4 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 4 | 212 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.17 |
| HSL | 286.15º | 0.96% | 0.42% | - |
| HSV(B) | 286.15º | 0.98% | 0.83% | - |
| XYZ | 27.24 | 12.73 | 63.31 | - |
| YUV | 75.55 | 205.01 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 4 | 212 | 0.23 | 0.98 | 0 | 0.17 | 286.15 | 0.96 | 0.42 |
| Hex | A4 | 4 | D4 | 17 | 62 | 0 | 11 | 11E | 60 | 2A |
| Octal | 244 | 4 | 324 | 27 | 142 | 0 | 21 | 436 | 140 | 52 |
| Binary | 10100100 | 100 | 11010100 | 10111 | 1100010 | 0 | 10001 | 100011110 | 1100000 | 101010 |
Color Harmonies of #A404D4
Complementary color
Monochromatic Colors of #A404D4
Black with #A404D4
Text Example
Text Example
White with #A404D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A404D4; }
p { color: rgb(164,4,212); }
H1.HeaderClassName
{
color: #A404D4;
}
.AnyTagClassName
{
color: #A404D4;
}
</style>
background-color css
<style>
a { background-color: #A404D4; }
a { background-color: rgb(164,4,212); }
div.DivClassName
{
background-color: #A404D4;
}
.BgClassName
{
background-color: #A404D4;
}
</style>
border-color css
<style>
span { border-color: #A404D4; }
span { border-color: rgb(164,4,212); }
td.TdClassName
{
border-color: #A404D4;
}
.TagClassName
{
border-color: #A404D4;
}
</style>