Shades of Dark Violet #A913D8
Tints of Dark Violet #A913D8
RGB
CMYK
RGB Variations
Color information
#A913D8 (or 0xA913D8) is known color: Dark Violet. HEX triplet: A9, 13 and D8. RGB value is (169,19,216). Sum of RGB (Red+Green+Blue) = 169+19+216=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 19 (7.81% from 255 or 4.70% from 404); Blue value is 216 (84.77% from 255 or 53.47% from 404); Max value from RGB is 216 - color contains mainly: blue. Hex color #A913D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A913D8 is #56EC27. Grayscale: #555555. Windows color (decimal): -5696552 or 14160809. OLE color: 14160809.
HSL color Cylindrical-coordinate representation of color #A913D8: hue angle of 285.69º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A913D8 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 19 | 216 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.15 |
| HSL | 285.69º | 0.84% | 0.46% | - |
| HSV(B) | 285.69º | 0.91% | 0.85% | - |
| XYZ | 28.99 | 13.86 | 66.11 | - |
| YUV | 86.31 | 201.2 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 19 | 216 | 0.22 | 0.91 | 0 | 0.15 | 285.69 | 0.84 | 0.46 |
| Hex | A9 | 13 | D8 | 16 | 5B | 0 | F | 11E | 54 | 2E |
| Octal | 251 | 23 | 330 | 26 | 133 | 0 | 17 | 436 | 124 | 56 |
| Binary | 10101001 | 10011 | 11011000 | 10110 | 1011011 | 0 | 1111 | 100011110 | 1010100 | 101110 |
Color Harmonies of #A913D8
Complementary color
Monochromatic Colors of #A913D8
Black with #A913D8
Text Example
Text Example
White with #A913D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A913D8; }
p { color: rgb(169,19,216); }
H1.HeaderClassName
{
color: #A913D8;
}
.AnyTagClassName
{
color: #A913D8;
}
</style>
background-color css
<style>
a { background-color: #A913D8; }
a { background-color: rgb(169,19,216); }
div.DivClassName
{
background-color: #A913D8;
}
.BgClassName
{
background-color: #A913D8;
}
</style>
border-color css
<style>
span { border-color: #A913D8; }
span { border-color: rgb(169,19,216); }
td.TdClassName
{
border-color: #A913D8;
}
.TagClassName
{
border-color: #A913D8;
}
</style>