Shades of Dark Violet #AD13DC
Tints of Dark Violet #AD13DC
RGB
CMYK
RGB Variations
Color information
#AD13DC (or 0xAD13DC) is known color: Dark Violet. HEX triplet: AD, 13 and DC. RGB value is (173,19,220). Sum of RGB (Red+Green+Blue) = 173+19+220=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 19 (7.81% from 255 or 4.61% 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 #AD13DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD13DC is #52EC23. Grayscale: #575757. Windows color (decimal): -5434404 or 14422957. OLE color: 14422957.
HSL color Cylindrical-coordinate representation of color #AD13DC: hue angle of 285.97º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD13DC is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 19 | 220 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.14 |
| HSL | 285.97º | 0.84% | 0.47% | - |
| HSV(B) | 285.97º | 0.91% | 0.86% | - |
| XYZ | 30.38 | 14.52 | 68.91 | - |
| YUV | 87.96 | 202.52 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 220 | 0.21 | 0.91 | 0 | 0.14 | 285.97 | 0.84 | 0.47 |
| Hex | AD | 13 | DC | 15 | 5B | 0 | E | 11E | 54 | 2F |
| Octal | 255 | 23 | 334 | 25 | 133 | 0 | 16 | 436 | 124 | 57 |
| Binary | 10101101 | 10011 | 11011100 | 10101 | 1011011 | 0 | 1110 | 100011110 | 1010100 | 101111 |
Color Harmonies of #AD13DC
Complementary color
Monochromatic Colors of #AD13DC
Black with #AD13DC
Text Example
Text Example
White with #AD13DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD13DC; }
p { color: rgb(173,19,220); }
H1.HeaderClassName
{
color: #AD13DC;
}
.AnyTagClassName
{
color: #AD13DC;
}
</style>
background-color css
<style>
a { background-color: #AD13DC; }
a { background-color: rgb(173,19,220); }
div.DivClassName
{
background-color: #AD13DC;
}
.BgClassName
{
background-color: #AD13DC;
}
</style>
border-color css
<style>
span { border-color: #AD13DC; }
span { border-color: rgb(173,19,220); }
td.TdClassName
{
border-color: #AD13DC;
}
.TagClassName
{
border-color: #AD13DC;
}
</style>