Shades of Dark Violet #AD13DA
Tints of Dark Violet #AD13DA
RGB
CMYK
RGB Variations
Color information
#AD13DA (or 0xAD13DA) is known color: Dark Violet. HEX triplet: AD, 13 and DA. RGB value is (173,19,218). Sum of RGB (Red+Green+Blue) = 173+19+218=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 19 (7.81% from 255 or 4.63% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD13DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD13DA is #52EC25. Grayscale: #575757. Windows color (decimal): -5434406 or 14291885. OLE color: 14291885.
HSL color Cylindrical-coordinate representation of color #AD13DA: hue angle of 286.43º 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 #AD13DA is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 19 | 218 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.15 |
| HSL | 286.43º | 0.84% | 0.46% | - |
| HSV(B) | 286.43º | 0.91% | 0.85% | - |
| XYZ | 30.12 | 14.41 | 67.52 | - |
| YUV | 87.73 | 201.52 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 218 | 0.21 | 0.91 | 0 | 0.15 | 286.43 | 0.84 | 0.46 |
| Hex | AD | 13 | DA | 15 | 5B | 0 | F | 11E | 54 | 2E |
| Octal | 255 | 23 | 332 | 25 | 133 | 0 | 17 | 436 | 124 | 56 |
| Binary | 10101101 | 10011 | 11011010 | 10101 | 1011011 | 0 | 1111 | 100011110 | 1010100 | 101110 |
Color Harmonies of #AD13DA
Complementary color
Monochromatic Colors of #AD13DA
Black with #AD13DA
Text Example
Text Example
White with #AD13DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD13DA; }
p { color: rgb(173,19,218); }
H1.HeaderClassName
{
color: #AD13DA;
}
.AnyTagClassName
{
color: #AD13DA;
}
</style>
background-color css
<style>
a { background-color: #AD13DA; }
a { background-color: rgb(173,19,218); }
div.DivClassName
{
background-color: #AD13DA;
}
.BgClassName
{
background-color: #AD13DA;
}
</style>
border-color css
<style>
span { border-color: #AD13DA; }
span { border-color: rgb(173,19,218); }
td.TdClassName
{
border-color: #AD13DA;
}
.TagClassName
{
border-color: #AD13DA;
}
</style>