Shades of Dark Violet #A411DA
Tints of Dark Violet #A411DA
RGB
CMYK
RGB Variations
Color information
#A411DA (or 0xA411DA) is known color: Dark Violet. HEX triplet: A4, 11 and DA. RGB value is (164,17,218). Sum of RGB (Red+Green+Blue) = 164+17+218=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #A411DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A411DA is #5BEE25. Grayscale: #535353. Windows color (decimal): -6024742 or 14291364. OLE color: 14291364.
HSL color Cylindrical-coordinate representation of color #A411DA: hue angle of 283.88º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A411DA is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 17 | 218 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.15 |
| HSL | 283.88º | 0.86% | 0.46% | - |
| HSV(B) | 283.88º | 0.92% | 0.85% | - |
| XYZ | 28.17 | 13.36 | 67.42 | - |
| YUV | 83.87 | 203.7 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 17 | 218 | 0.25 | 0.92 | 0 | 0.15 | 283.88 | 0.86 | 0.46 |
| Hex | A4 | 11 | DA | 19 | 5C | 0 | F | 11C | 56 | 2E |
| Octal | 244 | 21 | 332 | 31 | 134 | 0 | 17 | 434 | 126 | 56 |
| Binary | 10100100 | 10001 | 11011010 | 11001 | 1011100 | 0 | 1111 | 100011100 | 1010110 | 101110 |
Color Harmonies of #A411DA
Complementary color
Monochromatic Colors of #A411DA
Black with #A411DA
Text Example
Text Example
White with #A411DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A411DA; }
p { color: rgb(164,17,218); }
H1.HeaderClassName
{
color: #A411DA;
}
.AnyTagClassName
{
color: #A411DA;
}
</style>
background-color css
<style>
a { background-color: #A411DA; }
a { background-color: rgb(164,17,218); }
div.DivClassName
{
background-color: #A411DA;
}
.BgClassName
{
background-color: #A411DA;
}
</style>
border-color css
<style>
span { border-color: #A411DA; }
span { border-color: rgb(164,17,218); }
td.TdClassName
{
border-color: #A411DA;
}
.TagClassName
{
border-color: #A411DA;
}
</style>