Shades of Dark Violet #A413DF
Tints of Dark Violet #A413DF
RGB
CMYK
RGB Variations
Color information
#A413DF (or 0xA413DF) is known color: Dark Violet. HEX triplet: A4, 13 and DF. RGB value is (164,19,223). Sum of RGB (Red+Green+Blue) = 164+19+223=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #A413DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A413DF is #5BEC20. Grayscale: #545454. Windows color (decimal): -6024225 or 14619556. OLE color: 14619556.
HSL color Cylindrical-coordinate representation of color #A413DF: hue angle of 282.65º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A413DF is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 19 | 223 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.13 |
| HSL | 282.65º | 0.84% | 0.47% | - |
| HSV(B) | 282.65º | 0.91% | 0.87% | - |
| XYZ | 28.86 | 13.69 | 70.93 | - |
| YUV | 85.61 | 205.54 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 19 | 223 | 0.26 | 0.91 | 0 | 0.13 | 282.65 | 0.84 | 0.47 |
| Hex | A4 | 13 | DF | 1A | 5B | 0 | D | 11B | 54 | 2F |
| Octal | 244 | 23 | 337 | 32 | 133 | 0 | 15 | 433 | 124 | 57 |
| Binary | 10100100 | 10011 | 11011111 | 11010 | 1011011 | 0 | 1101 | 100011011 | 1010100 | 101111 |
Color Harmonies of #A413DF
Complementary color
Monochromatic Colors of #A413DF
Black with #A413DF
Text Example
Text Example
White with #A413DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A413DF; }
p { color: rgb(164,19,223); }
H1.HeaderClassName
{
color: #A413DF;
}
.AnyTagClassName
{
color: #A413DF;
}
</style>
background-color css
<style>
a { background-color: #A413DF; }
a { background-color: rgb(164,19,223); }
div.DivClassName
{
background-color: #A413DF;
}
.BgClassName
{
background-color: #A413DF;
}
</style>
border-color css
<style>
span { border-color: #A413DF; }
span { border-color: rgb(164,19,223); }
td.TdClassName
{
border-color: #A413DF;
}
.TagClassName
{
border-color: #A413DF;
}
</style>