Shades of Dark Violet #AD13DD
Tints of Dark Violet #AD13DD
RGB
CMYK
RGB Variations
Color information
#AD13DD (or 0xAD13DD) is known color: Dark Violet. HEX triplet: AD, 13 and DD. RGB value is (173,19,221). Sum of RGB (Red+Green+Blue) = 173+19+221=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 19 (7.81% from 255 or 4.60% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD13DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD13DD is #52EC22. Grayscale: #575757. Windows color (decimal): -5434403 or 14488493. OLE color: 14488493.
HSL color Cylindrical-coordinate representation of color #AD13DD: hue angle of 285.74º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD13DD is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 19 | 221 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.13 |
| HSL | 285.74º | 0.84% | 0.47% | - |
| HSV(B) | 285.74º | 0.91% | 0.87% | - |
| XYZ | 30.52 | 14.57 | 69.61 | - |
| YUV | 88.07 | 203.02 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 221 | 0.22 | 0.91 | 0 | 0.13 | 285.74 | 0.84 | 0.47 |
| Hex | AD | 13 | DD | 16 | 5B | 0 | D | 11E | 54 | 2F |
| Octal | 255 | 23 | 335 | 26 | 133 | 0 | 15 | 436 | 124 | 57 |
| Binary | 10101101 | 10011 | 11011101 | 10110 | 1011011 | 0 | 1101 | 100011110 | 1010100 | 101111 |
Color Harmonies of #AD13DD
Complementary color
Monochromatic Colors of #AD13DD
Black with #AD13DD
Text Example
Text Example
White with #AD13DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD13DD; }
p { color: rgb(173,19,221); }
H1.HeaderClassName
{
color: #AD13DD;
}
.AnyTagClassName
{
color: #AD13DD;
}
</style>
background-color css
<style>
a { background-color: #AD13DD; }
a { background-color: rgb(173,19,221); }
div.DivClassName
{
background-color: #AD13DD;
}
.BgClassName
{
background-color: #AD13DD;
}
</style>
border-color css
<style>
span { border-color: #AD13DD; }
span { border-color: rgb(173,19,221); }
td.TdClassName
{
border-color: #AD13DD;
}
.TagClassName
{
border-color: #AD13DD;
}
</style>