Shades of Dark Violet #A411DE
Tints of Dark Violet #A411DE
RGB
CMYK
RGB Variations
Color information
#A411DE (or 0xA411DE) is known color: Dark Violet. HEX triplet: A4, 11 and DE. RGB value is (164,17,222). Sum of RGB (Red+Green+Blue) = 164+17+222=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 17 (7.03% from 255 or 4.22% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #A411DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A411DE is #5BEE21. Grayscale: #535353. Windows color (decimal): -6024738 or 14553508. OLE color: 14553508.
HSL color Cylindrical-coordinate representation of color #A411DE: hue angle of 283.02º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A411DE is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 17 | 222 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.13 |
| HSL | 283.02º | 0.86% | 0.47% | - |
| HSV(B) | 283.02º | 0.92% | 0.87% | - |
| XYZ | 28.7 | 13.57 | 70.21 | - |
| YUV | 84.32 | 205.7 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 17 | 222 | 0.26 | 0.92 | 0 | 0.13 | 283.02 | 0.86 | 0.47 |
| Hex | A4 | 11 | DE | 1A | 5C | 0 | D | 11B | 56 | 2F |
| Octal | 244 | 21 | 336 | 32 | 134 | 0 | 15 | 433 | 126 | 57 |
| Binary | 10100100 | 10001 | 11011110 | 11010 | 1011100 | 0 | 1101 | 100011011 | 1010110 | 101111 |
Color Harmonies of #A411DE
Complementary color
Monochromatic Colors of #A411DE
Black with #A411DE
Text Example
Text Example
White with #A411DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A411DE; }
p { color: rgb(164,17,222); }
H1.HeaderClassName
{
color: #A411DE;
}
.AnyTagClassName
{
color: #A411DE;
}
</style>
background-color css
<style>
a { background-color: #A411DE; }
a { background-color: rgb(164,17,222); }
div.DivClassName
{
background-color: #A411DE;
}
.BgClassName
{
background-color: #A411DE;
}
</style>
border-color css
<style>
span { border-color: #A411DE; }
span { border-color: rgb(164,17,222); }
td.TdClassName
{
border-color: #A411DE;
}
.TagClassName
{
border-color: #A411DE;
}
</style>