Shades of Dark Violet #A404D1
Tints of Dark Violet #A404D1
RGB
CMYK
RGB Variations
Color information
#A404D1 (or 0xA404D1) is known color: Dark Violet. HEX triplet: A4, 04 and D1. RGB value is (164,4,209). Sum of RGB (Red+Green+Blue) = 164+4+209=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 209 (82.03% from 255 or 55.44% from 377); Max value from RGB is 209 - color contains mainly: blue. Hex color #A404D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A404D1 is #5BFB2E. Grayscale: #4A4A4A. Windows color (decimal): -6028079 or 13698212. OLE color: 13698212.
HSL color Cylindrical-coordinate representation of color #A404D1: hue angle of 286.83º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A404D1 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 4 | 209 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.18 |
| HSL | 286.83º | 0.96% | 0.42% | - |
| HSV(B) | 286.83º | 0.98% | 0.82% | - |
| XYZ | 26.86 | 12.58 | 61.33 | - |
| YUV | 75.21 | 203.51 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 4 | 209 | 0.22 | 0.98 | 0 | 0.18 | 286.83 | 0.96 | 0.42 |
| Hex | A4 | 4 | D1 | 16 | 62 | 0 | 12 | 11F | 60 | 2A |
| Octal | 244 | 4 | 321 | 26 | 142 | 0 | 22 | 437 | 140 | 52 |
| Binary | 10100100 | 100 | 11010001 | 10110 | 1100010 | 0 | 10010 | 100011111 | 1100000 | 101010 |
Color Harmonies of #A404D1
Complementary color
Monochromatic Colors of #A404D1
Black with #A404D1
Text Example
Text Example
White with #A404D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A404D1; }
p { color: rgb(164,4,209); }
H1.HeaderClassName
{
color: #A404D1;
}
.AnyTagClassName
{
color: #A404D1;
}
</style>
background-color css
<style>
a { background-color: #A404D1; }
a { background-color: rgb(164,4,209); }
div.DivClassName
{
background-color: #A404D1;
}
.BgClassName
{
background-color: #A404D1;
}
</style>
border-color css
<style>
span { border-color: #A404D1; }
span { border-color: rgb(164,4,209); }
td.TdClassName
{
border-color: #A404D1;
}
.TagClassName
{
border-color: #A404D1;
}
</style>