Shades of Dark Violet #A917D8
Tints of Dark Violet #A917D8
RGB
CMYK
RGB Variations
Color information
#A917D8 (or 0xA917D8) is known color: Dark Violet. HEX triplet: A9, 17 and D8. RGB value is (169,23,216). Sum of RGB (Red+Green+Blue) = 169+23+216=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 216 (84.77% from 255 or 52.94% from 408); Max value from RGB is 216 - color contains mainly: blue. Hex color #A917D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A917D8 is #56E827. Grayscale: #585858. Windows color (decimal): -5695528 or 14161833. OLE color: 14161833.
HSL color Cylindrical-coordinate representation of color #A917D8: hue angle of 285.39º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A917D8 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 23 | 216 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.15 |
| HSL | 285.39º | 0.81% | 0.47% | - |
| HSV(B) | 285.39º | 0.89% | 0.85% | - |
| XYZ | 29.06 | 14.01 | 66.14 | - |
| YUV | 88.66 | 199.87 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 23 | 216 | 0.22 | 0.89 | 0 | 0.15 | 285.39 | 0.81 | 0.47 |
| Hex | A9 | 17 | D8 | 16 | 59 | 0 | F | 11D | 51 | 2F |
| Octal | 251 | 27 | 330 | 26 | 131 | 0 | 17 | 435 | 121 | 57 |
| Binary | 10101001 | 10111 | 11011000 | 10110 | 1011001 | 0 | 1111 | 100011101 | 1010001 | 101111 |
Color Harmonies of #A917D8
Complementary color
Monochromatic Colors of #A917D8
Black with #A917D8
Text Example
Text Example
White with #A917D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A917D8; }
p { color: rgb(169,23,216); }
H1.HeaderClassName
{
color: #A917D8;
}
.AnyTagClassName
{
color: #A917D8;
}
</style>
background-color css
<style>
a { background-color: #A917D8; }
a { background-color: rgb(169,23,216); }
div.DivClassName
{
background-color: #A917D8;
}
.BgClassName
{
background-color: #A917D8;
}
</style>
border-color css
<style>
span { border-color: #A917D8; }
span { border-color: rgb(169,23,216); }
td.TdClassName
{
border-color: #A917D8;
}
.TagClassName
{
border-color: #A917D8;
}
</style>