Shades of Dark Violet #A417DF
Tints of Dark Violet #A417DF
RGB
CMYK
RGB Variations
Color information
#A417DF (or 0xA417DF) is known color: Dark Violet. HEX triplet: A4, 17 and DF. RGB value is (164,23,223). Sum of RGB (Red+Green+Blue) = 164+23+223=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #A417DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A417DF is #5BE820. Grayscale: #575757. Windows color (decimal): -6023201 or 14620580. OLE color: 14620580.
HSL color Cylindrical-coordinate representation of color #A417DF: hue angle of 282.3º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A417DF is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 23 | 223 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.13 |
| HSL | 282.3º | 0.81% | 0.48% | - |
| HSV(B) | 282.3º | 0.9% | 0.87% | - |
| XYZ | 28.94 | 13.83 | 70.96 | - |
| YUV | 87.96 | 204.21 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 23 | 223 | 0.26 | 0.90 | 0 | 0.13 | 282.3 | 0.81 | 0.48 |
| Hex | A4 | 17 | DF | 1A | 5A | 0 | D | 11A | 51 | 30 |
| Octal | 244 | 27 | 337 | 32 | 132 | 0 | 15 | 432 | 121 | 60 |
| Binary | 10100100 | 10111 | 11011111 | 11010 | 1011010 | 0 | 1101 | 100011010 | 1010001 | 110000 |
Color Harmonies of #A417DF
Complementary color
Monochromatic Colors of #A417DF
Black with #A417DF
Text Example
Text Example
White with #A417DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A417DF; }
p { color: rgb(164,23,223); }
H1.HeaderClassName
{
color: #A417DF;
}
.AnyTagClassName
{
color: #A417DF;
}
</style>
background-color css
<style>
a { background-color: #A417DF; }
a { background-color: rgb(164,23,223); }
div.DivClassName
{
background-color: #A417DF;
}
.BgClassName
{
background-color: #A417DF;
}
</style>
border-color css
<style>
span { border-color: #A417DF; }
span { border-color: rgb(164,23,223); }
td.TdClassName
{
border-color: #A417DF;
}
.TagClassName
{
border-color: #A417DF;
}
</style>