Shades of Dark Violet #AD0CDF
Tints of Dark Violet #AD0CDF
RGB
CMYK
RGB Variations
Color information
#AD0CDF (or 0xAD0CDF) is known color: Dark Violet. HEX triplet: AD, 0C and DF. RGB value is (173,12,223). Sum of RGB (Red+Green+Blue) = 173+12+223=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD0CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CDF is #52F320. Grayscale: #535353. Windows color (decimal): -5436193 or 14617773. OLE color: 14617773.
HSL color Cylindrical-coordinate representation of color #AD0CDF: hue angle of 285.78º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0CDF is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 12 | 223 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.13 |
| HSL | 285.78º | 0.9% | 0.46% | - |
| HSV(B) | 285.78º | 0.95% | 0.87% | - |
| XYZ | 30.68 | 14.47 | 70.99 | - |
| YUV | 84.19 | 206.34 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 223 | 0.22 | 0.95 | 0 | 0.13 | 285.78 | 0.9 | 0.46 |
| Hex | AD | C | DF | 16 | 5F | 0 | D | 11E | 5A | 2E |
| Octal | 255 | 14 | 337 | 26 | 137 | 0 | 15 | 436 | 132 | 56 |
| Binary | 10101101 | 1100 | 11011111 | 10110 | 1011111 | 0 | 1101 | 100011110 | 1011010 | 101110 |
Color Harmonies of #AD0CDF
Complementary color
Monochromatic Colors of #AD0CDF
Black with #AD0CDF
Text Example
Text Example
White with #AD0CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0CDF; }
p { color: rgb(173,12,223); }
H1.HeaderClassName
{
color: #AD0CDF;
}
.AnyTagClassName
{
color: #AD0CDF;
}
</style>
background-color css
<style>
a { background-color: #AD0CDF; }
a { background-color: rgb(173,12,223); }
div.DivClassName
{
background-color: #AD0CDF;
}
.BgClassName
{
background-color: #AD0CDF;
}
</style>
border-color css
<style>
span { border-color: #AD0CDF; }
span { border-color: rgb(173,12,223); }
td.TdClassName
{
border-color: #AD0CDF;
}
.TagClassName
{
border-color: #AD0CDF;
}
</style>