Shades of Dark Violet #A400D9
Tints of Dark Violet #A400D9
RGB
CMYK
RGB Variations
Color information
#A400D9 (or 0xA400D9) is known color: Dark Violet. HEX triplet: A4, 00 and D9. RGB value is (164,0,217). Sum of RGB (Red+Green+Blue) = 164+0+217=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 217 (85.16% from 255 or 56.96% from 381); Max value from RGB is 217 - color contains mainly: blue. Hex color #A400D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A400D9 is #5BFF26. Grayscale: #494949. Windows color (decimal): -6029095 or 14221476. OLE color: 14221476.
HSL color Cylindrical-coordinate representation of color #A400D9: hue angle of 285.35º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A400D9 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 0 | 217 | - |
| CMYK | 0.24 | 1 | 0 | 0.15 |
| HSL | 285.35º | 1% | 0.43% | - |
| HSV(B) | 285.35º | 1% | 0.85% | - |
| XYZ | 27.83 | 12.9 | 66.67 | - |
| YUV | 73.77 | 208.83 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 217 | 0.24 | 1 | 0 | 0.15 | 285.35 | 1 | 0.43 |
| Hex | A4 | 0 | D9 | 18 | 64 | 0 | F | 11D | 64 | 2B |
| Octal | 244 | 0 | 331 | 30 | 144 | 0 | 17 | 435 | 144 | 53 |
| Binary | 10100100 | 0 | 11011001 | 11000 | 1100100 | 0 | 1111 | 100011101 | 1100100 | 101011 |
Color Harmonies of #A400D9
Complementary color
Monochromatic Colors of #A400D9
Black with #A400D9
Text Example
Text Example
White with #A400D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A400D9; }
p { color: rgb(164,0,217); }
H1.HeaderClassName
{
color: #A400D9;
}
.AnyTagClassName
{
color: #A400D9;
}
</style>
background-color css
<style>
a { background-color: #A400D9; }
a { background-color: rgb(164,0,217); }
div.DivClassName
{
background-color: #A400D9;
}
.BgClassName
{
background-color: #A400D9;
}
</style>
border-color css
<style>
span { border-color: #A400D9; }
span { border-color: rgb(164,0,217); }
td.TdClassName
{
border-color: #A400D9;
}
.TagClassName
{
border-color: #A400D9;
}
</style>