Shades of Dark Violet #AD13DF
Tints of Dark Violet #AD13DF
RGB
CMYK
RGB Variations
Color information
#AD13DF (or 0xAD13DF) is known color: Dark Violet. HEX triplet: AD, 13 and DF. RGB value is (173,19,223). Sum of RGB (Red+Green+Blue) = 173+19+223=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD13DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD13DF is #52EC20. Grayscale: #575757. Windows color (decimal): -5434401 or 14619565. OLE color: 14619565.
HSL color Cylindrical-coordinate representation of color #AD13DF: hue angle of 285.29º 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 #AD13DF is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 19 | 223 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.13 |
| HSL | 285.29º | 0.84% | 0.47% | - |
| HSV(B) | 285.29º | 0.91% | 0.87% | - |
| XYZ | 30.79 | 14.68 | 71.02 | - |
| YUV | 88.3 | 204.02 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 223 | 0.22 | 0.91 | 0 | 0.13 | 285.29 | 0.84 | 0.47 |
| Hex | AD | 13 | DF | 16 | 5B | 0 | D | 11D | 54 | 2F |
| Octal | 255 | 23 | 337 | 26 | 133 | 0 | 15 | 435 | 124 | 57 |
| Binary | 10101101 | 10011 | 11011111 | 10110 | 1011011 | 0 | 1101 | 100011101 | 1010100 | 101111 |
Color Harmonies of #AD13DF
Complementary color
Monochromatic Colors of #AD13DF
Black with #AD13DF
Text Example
Text Example
White with #AD13DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD13DF; }
p { color: rgb(173,19,223); }
H1.HeaderClassName
{
color: #AD13DF;
}
.AnyTagClassName
{
color: #AD13DF;
}
</style>
background-color css
<style>
a { background-color: #AD13DF; }
a { background-color: rgb(173,19,223); }
div.DivClassName
{
background-color: #AD13DF;
}
.BgClassName
{
background-color: #AD13DF;
}
</style>
border-color css
<style>
span { border-color: #AD13DF; }
span { border-color: rgb(173,19,223); }
td.TdClassName
{
border-color: #AD13DF;
}
.TagClassName
{
border-color: #AD13DF;
}
</style>