Shades of Dark Violet #A411DF
Tints of Dark Violet #A411DF
RGB
CMYK
RGB Variations
Color information
#A411DF (or 0xA411DF) is known color: Dark Violet. HEX triplet: A4, 11 and DF. RGB value is (164,17,223). Sum of RGB (Red+Green+Blue) = 164+17+223=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #A411DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A411DF is #5BEE20. Grayscale: #535353. Windows color (decimal): -6024737 or 14619044. OLE color: 14619044.
HSL color Cylindrical-coordinate representation of color #A411DF: hue angle of 282.82º 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 #A411DF is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 17 | 223 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.13 |
| HSL | 282.82º | 0.86% | 0.47% | - |
| HSV(B) | 282.82º | 0.92% | 0.87% | - |
| XYZ | 28.83 | 13.62 | 70.92 | - |
| YUV | 84.44 | 206.2 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 17 | 223 | 0.26 | 0.92 | 0 | 0.13 | 282.82 | 0.86 | 0.47 |
| Hex | A4 | 11 | DF | 1A | 5C | 0 | D | 11B | 56 | 2F |
| Octal | 244 | 21 | 337 | 32 | 134 | 0 | 15 | 433 | 126 | 57 |
| Binary | 10100100 | 10001 | 11011111 | 11010 | 1011100 | 0 | 1101 | 100011011 | 1010110 | 101111 |
Color Harmonies of #A411DF
Complementary color
Monochromatic Colors of #A411DF
Black with #A411DF
Text Example
Text Example
White with #A411DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A411DF; }
p { color: rgb(164,17,223); }
H1.HeaderClassName
{
color: #A411DF;
}
.AnyTagClassName
{
color: #A411DF;
}
</style>
background-color css
<style>
a { background-color: #A411DF; }
a { background-color: rgb(164,17,223); }
div.DivClassName
{
background-color: #A411DF;
}
.BgClassName
{
background-color: #A411DF;
}
</style>
border-color css
<style>
span { border-color: #A411DF; }
span { border-color: rgb(164,17,223); }
td.TdClassName
{
border-color: #A411DF;
}
.TagClassName
{
border-color: #A411DF;
}
</style>