Shades of Dark Violet #A917DC
Tints of Dark Violet #A917DC
RGB
CMYK
RGB Variations
Color information
#A917DC (or 0xA917DC) is known color: Dark Violet. HEX triplet: A9, 17 and DC. RGB value is (169,23,220). Sum of RGB (Red+Green+Blue) = 169+23+220=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 23 (9.38% from 255 or 5.58% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #A917DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A917DC is #56E823. Grayscale: #585858. Windows color (decimal): -5695524 or 14423977. OLE color: 14423977.
HSL color Cylindrical-coordinate representation of color #A917DC: hue angle of 284.47º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A917DC is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 23 | 220 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.14 |
| HSL | 284.47º | 0.81% | 0.48% | - |
| HSV(B) | 284.47º | 0.9% | 0.86% | - |
| XYZ | 29.59 | 14.22 | 68.89 | - |
| YUV | 89.11 | 201.87 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 23 | 220 | 0.23 | 0.90 | 0 | 0.14 | 284.47 | 0.81 | 0.48 |
| Hex | A9 | 17 | DC | 17 | 5A | 0 | E | 11C | 51 | 30 |
| Octal | 251 | 27 | 334 | 27 | 132 | 0 | 16 | 434 | 121 | 60 |
| Binary | 10101001 | 10111 | 11011100 | 10111 | 1011010 | 0 | 1110 | 100011100 | 1010001 | 110000 |
Color Harmonies of #A917DC
Complementary color
Monochromatic Colors of #A917DC
Black with #A917DC
Text Example
Text Example
White with #A917DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A917DC; }
p { color: rgb(169,23,220); }
H1.HeaderClassName
{
color: #A917DC;
}
.AnyTagClassName
{
color: #A917DC;
}
</style>
background-color css
<style>
a { background-color: #A917DC; }
a { background-color: rgb(169,23,220); }
div.DivClassName
{
background-color: #A917DC;
}
.BgClassName
{
background-color: #A917DC;
}
</style>
border-color css
<style>
span { border-color: #A917DC; }
span { border-color: rgb(169,23,220); }
td.TdClassName
{
border-color: #A917DC;
}
.TagClassName
{
border-color: #A917DC;
}
</style>