Shades of Dark Violet #A417DD
Tints of Dark Violet #A417DD
RGB
CMYK
RGB Variations
Color information
#A417DD (or 0xA417DD) is known color: Dark Violet. HEX triplet: A4, 17 and DD. RGB value is (164,23,221). Sum of RGB (Red+Green+Blue) = 164+23+221=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #A417DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A417DD is #5BE822. Grayscale: #575757. Windows color (decimal): -6023203 or 14489508. OLE color: 14489508.
HSL color Cylindrical-coordinate representation of color #A417DD: hue angle of 282.73º 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 #A417DD is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 23 | 221 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.13 |
| HSL | 282.73º | 0.81% | 0.48% | - |
| HSV(B) | 282.73º | 0.9% | 0.87% | - |
| XYZ | 28.67 | 13.73 | 69.55 | - |
| YUV | 87.73 | 203.21 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 23 | 221 | 0.26 | 0.90 | 0 | 0.13 | 282.73 | 0.81 | 0.48 |
| Hex | A4 | 17 | DD | 1A | 5A | 0 | D | 11B | 51 | 30 |
| Octal | 244 | 27 | 335 | 32 | 132 | 0 | 15 | 433 | 121 | 60 |
| Binary | 10100100 | 10111 | 11011101 | 11010 | 1011010 | 0 | 1101 | 100011011 | 1010001 | 110000 |
Color Harmonies of #A417DD
Complementary color
Monochromatic Colors of #A417DD
Black with #A417DD
Text Example
Text Example
White with #A417DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A417DD; }
p { color: rgb(164,23,221); }
H1.HeaderClassName
{
color: #A417DD;
}
.AnyTagClassName
{
color: #A417DD;
}
</style>
background-color css
<style>
a { background-color: #A417DD; }
a { background-color: rgb(164,23,221); }
div.DivClassName
{
background-color: #A417DD;
}
.BgClassName
{
background-color: #A417DD;
}
</style>
border-color css
<style>
span { border-color: #A417DD; }
span { border-color: rgb(164,23,221); }
td.TdClassName
{
border-color: #A417DD;
}
.TagClassName
{
border-color: #A417DD;
}
</style>