Shades of Dark Violet #A414DF
Tints of Dark Violet #A414DF
RGB
CMYK
RGB Variations
Color information
#A414DF (or 0xA414DF) is known color: Dark Violet. HEX triplet: A4, 14 and DF. RGB value is (164,20,223). Sum of RGB (Red+Green+Blue) = 164+20+223=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #A414DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A414DF is #5BEB20. Grayscale: #555555. Windows color (decimal): -6023969 or 14619812. OLE color: 14619812.
HSL color Cylindrical-coordinate representation of color #A414DF: hue angle of 282.56º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A414DF is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 20 | 223 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.13 |
| HSL | 282.56º | 0.84% | 0.48% | - |
| HSV(B) | 282.56º | 0.91% | 0.87% | - |
| XYZ | 28.88 | 13.72 | 70.94 | - |
| YUV | 86.2 | 205.21 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 20 | 223 | 0.26 | 0.91 | 0 | 0.13 | 282.56 | 0.84 | 0.48 |
| Hex | A4 | 14 | DF | 1A | 5B | 0 | D | 11B | 54 | 30 |
| Octal | 244 | 24 | 337 | 32 | 133 | 0 | 15 | 433 | 124 | 60 |
| Binary | 10100100 | 10100 | 11011111 | 11010 | 1011011 | 0 | 1101 | 100011011 | 1010100 | 110000 |
Color Harmonies of #A414DF
Complementary color
Monochromatic Colors of #A414DF
Black with #A414DF
Text Example
Text Example
White with #A414DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A414DF; }
p { color: rgb(164,20,223); }
H1.HeaderClassName
{
color: #A414DF;
}
.AnyTagClassName
{
color: #A414DF;
}
</style>
background-color css
<style>
a { background-color: #A414DF; }
a { background-color: rgb(164,20,223); }
div.DivClassName
{
background-color: #A414DF;
}
.BgClassName
{
background-color: #A414DF;
}
</style>
border-color css
<style>
span { border-color: #A414DF; }
span { border-color: rgb(164,20,223); }
td.TdClassName
{
border-color: #A414DF;
}
.TagClassName
{
border-color: #A414DF;
}
</style>