Shades of Dark Violet #AD0FD1
Tints of Dark Violet #AD0FD1
RGB
CMYK
RGB Variations
Color information
#AD0FD1 (or 0xAD0FD1) is known color: Dark Violet. HEX triplet: AD, 0F and D1. RGB value is (173,15,209). Sum of RGB (Red+Green+Blue) = 173+15+209=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 209 (82.03% from 255 or 52.64% from 397); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD0FD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0FD1 is #52F02E. Grayscale: #535353. Windows color (decimal): -5435439 or 13701037. OLE color: 13701037.
HSL color Cylindrical-coordinate representation of color #AD0FD1: hue angle of 288.87º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0FD1 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 15 | 209 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.18 |
| HSL | 288.87º | 0.87% | 0.44% | - |
| HSV(B) | 288.87º | 0.93% | 0.82% | - |
| XYZ | 28.91 | 13.83 | 61.47 | - |
| YUV | 84.36 | 198.35 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 209 | 0.17 | 0.93 | 0 | 0.18 | 288.87 | 0.87 | 0.44 |
| Hex | AD | F | D1 | 11 | 5D | 0 | 12 | 121 | 57 | 2C |
| Octal | 255 | 17 | 321 | 21 | 135 | 0 | 22 | 441 | 127 | 54 |
| Binary | 10101101 | 1111 | 11010001 | 10001 | 1011101 | 0 | 10010 | 100100001 | 1010111 | 101100 |
Color Harmonies of #AD0FD1
Complementary color
Monochromatic Colors of #AD0FD1
Black with #AD0FD1
Text Example
Text Example
White with #AD0FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0FD1; }
p { color: rgb(173,15,209); }
H1.HeaderClassName
{
color: #AD0FD1;
}
.AnyTagClassName
{
color: #AD0FD1;
}
</style>
background-color css
<style>
a { background-color: #AD0FD1; }
a { background-color: rgb(173,15,209); }
div.DivClassName
{
background-color: #AD0FD1;
}
.BgClassName
{
background-color: #AD0FD1;
}
</style>
border-color css
<style>
span { border-color: #AD0FD1; }
span { border-color: rgb(173,15,209); }
td.TdClassName
{
border-color: #AD0FD1;
}
.TagClassName
{
border-color: #AD0FD1;
}
</style>