Shades of Dark Violet #A404D2
Tints of Dark Violet #A404D2
RGB
CMYK
RGB Variations
Color information
#A404D2 (or 0xA404D2) is known color: Dark Violet. HEX triplet: A4, 04 and D2. RGB value is (164,4,210). Sum of RGB (Red+Green+Blue) = 164+4+210=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 210 (82.42% from 255 or 55.56% from 378); Max value from RGB is 210 - color contains mainly: blue. Hex color #A404D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A404D2 is #5BFB2D. Grayscale: #4A4A4A. Windows color (decimal): -6028078 or 13763748. OLE color: 13763748.
HSL color Cylindrical-coordinate representation of color #A404D2: hue angle of 286.6º 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 #A404D2 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 4 | 210 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.18 |
| HSL | 286.6º | 0.96% | 0.42% | - |
| HSV(B) | 286.6º | 0.98% | 0.82% | - |
| XYZ | 26.99 | 12.63 | 61.99 | - |
| YUV | 75.32 | 204.01 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 4 | 210 | 0.22 | 0.98 | 0 | 0.18 | 286.6 | 0.96 | 0.42 |
| Hex | A4 | 4 | D2 | 16 | 62 | 0 | 12 | 11F | 60 | 2A |
| Octal | 244 | 4 | 322 | 26 | 142 | 0 | 22 | 437 | 140 | 52 |
| Binary | 10100100 | 100 | 11010010 | 10110 | 1100010 | 0 | 10010 | 100011111 | 1100000 | 101010 |
Color Harmonies of #A404D2
Complementary color
Monochromatic Colors of #A404D2
Black with #A404D2
Text Example
Text Example
White with #A404D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A404D2; }
p { color: rgb(164,4,210); }
H1.HeaderClassName
{
color: #A404D2;
}
.AnyTagClassName
{
color: #A404D2;
}
</style>
background-color css
<style>
a { background-color: #A404D2; }
a { background-color: rgb(164,4,210); }
div.DivClassName
{
background-color: #A404D2;
}
.BgClassName
{
background-color: #A404D2;
}
</style>
border-color css
<style>
span { border-color: #A404D2; }
span { border-color: rgb(164,4,210); }
td.TdClassName
{
border-color: #A404D2;
}
.TagClassName
{
border-color: #A404D2;
}
</style>