Shades of Dark Violet #AD10C6
Tints of Dark Violet #AD10C6
RGB
CMYK
RGB Variations
Color information
#AD10C6 (or 0xAD10C6) is known color: Dark Violet. HEX triplet: AD, 10 and C6. RGB value is (173,16,198). Sum of RGB (Red+Green+Blue) = 173+16+198=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 198 (77.73% from 255 or 51.16% from 387); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD10C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD10C6 is #52EF39. Grayscale: #535353. Windows color (decimal): -5435194 or 12980397. OLE color: 12980397.
HSL color Cylindrical-coordinate representation of color #AD10C6: hue angle of 291.76º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD10C6 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 16 | 198 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.22 |
| HSL | 291.76º | 0.85% | 0.42% | - |
| HSV(B) | 291.76º | 0.92% | 0.78% | - |
| XYZ | 27.61 | 13.33 | 54.54 | - |
| YUV | 83.69 | 192.51 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 198 | 0.13 | 0.92 | 0 | 0.22 | 291.76 | 0.85 | 0.42 |
| Hex | AD | 10 | C6 | D | 5C | 0 | 16 | 124 | 55 | 2A |
| Octal | 255 | 20 | 306 | 15 | 134 | 0 | 26 | 444 | 125 | 52 |
| Binary | 10101101 | 10000 | 11000110 | 1101 | 1011100 | 0 | 10110 | 100100100 | 1010101 | 101010 |
Color Harmonies of #AD10C6
Complementary color
Monochromatic Colors of #AD10C6
Black with #AD10C6
Text Example
Text Example
White with #AD10C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD10C6; }
p { color: rgb(173,16,198); }
H1.HeaderClassName
{
color: #AD10C6;
}
.AnyTagClassName
{
color: #AD10C6;
}
</style>
background-color css
<style>
a { background-color: #AD10C6; }
a { background-color: rgb(173,16,198); }
div.DivClassName
{
background-color: #AD10C6;
}
.BgClassName
{
background-color: #AD10C6;
}
</style>
border-color css
<style>
span { border-color: #AD10C6; }
span { border-color: rgb(173,16,198); }
td.TdClassName
{
border-color: #AD10C6;
}
.TagClassName
{
border-color: #AD10C6;
}
</style>