Shades of Dark Violet #AD0FDC
Tints of Dark Violet #AD0FDC
RGB
CMYK
RGB Variations
Color information
#AD0FDC (or 0xAD0FDC) is known color: Dark Violet. HEX triplet: AD, 0F and DC. RGB value is (173,15,220). Sum of RGB (Red+Green+Blue) = 173+15+220=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD0FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0FDC is #52F023. Grayscale: #545454. Windows color (decimal): -5435428 or 14421933. OLE color: 14421933.
HSL color Cylindrical-coordinate representation of color #AD0FDC: hue angle of 286.24º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0FDC is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 15 | 220 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.14 |
| HSL | 286.24º | 0.87% | 0.46% | - |
| HSV(B) | 286.24º | 0.93% | 0.86% | - |
| XYZ | 30.32 | 14.39 | 68.89 | - |
| YUV | 85.61 | 203.85 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 220 | 0.21 | 0.93 | 0 | 0.14 | 286.24 | 0.87 | 0.46 |
| Hex | AD | F | DC | 15 | 5D | 0 | E | 11E | 57 | 2E |
| Octal | 255 | 17 | 334 | 25 | 135 | 0 | 16 | 436 | 127 | 56 |
| Binary | 10101101 | 1111 | 11011100 | 10101 | 1011101 | 0 | 1110 | 100011110 | 1010111 | 101110 |
Color Harmonies of #AD0FDC
Complementary color
Monochromatic Colors of #AD0FDC
Black with #AD0FDC
Text Example
Text Example
White with #AD0FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0FDC; }
p { color: rgb(173,15,220); }
H1.HeaderClassName
{
color: #AD0FDC;
}
.AnyTagClassName
{
color: #AD0FDC;
}
</style>
background-color css
<style>
a { background-color: #AD0FDC; }
a { background-color: rgb(173,15,220); }
div.DivClassName
{
background-color: #AD0FDC;
}
.BgClassName
{
background-color: #AD0FDC;
}
</style>
border-color css
<style>
span { border-color: #AD0FDC; }
span { border-color: rgb(173,15,220); }
td.TdClassName
{
border-color: #AD0FDC;
}
.TagClassName
{
border-color: #AD0FDC;
}
</style>