Shades of Dark Violet #AD0CD5
Tints of Dark Violet #AD0CD5
RGB
CMYK
RGB Variations
Color information
#AD0CD5 (or 0xAD0CD5) is known color: Dark Violet. HEX triplet: AD, 0C and D5. RGB value is (173,12,213). Sum of RGB (Red+Green+Blue) = 173+12+213=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 213 (83.59% from 255 or 53.52% from 398); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD0CD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CD5 is #52F32A. Grayscale: #525252. Windows color (decimal): -5436203 or 13962413. OLE color: 13962413.
HSL color Cylindrical-coordinate representation of color #AD0CD5: hue angle of 288.06º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0CD5 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 12 | 213 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.16 |
| HSL | 288.06º | 0.89% | 0.44% | - |
| HSV(B) | 288.06º | 0.94% | 0.84% | - |
| XYZ | 29.38 | 13.95 | 64.1 | - |
| YUV | 83.05 | 201.34 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 213 | 0.19 | 0.94 | 0 | 0.16 | 288.06 | 0.89 | 0.44 |
| Hex | AD | C | D5 | 13 | 5E | 0 | 10 | 120 | 59 | 2C |
| Octal | 255 | 14 | 325 | 23 | 136 | 0 | 20 | 440 | 131 | 54 |
| Binary | 10101101 | 1100 | 11010101 | 10011 | 1011110 | 0 | 10000 | 100100000 | 1011001 | 101100 |
Color Harmonies of #AD0CD5
Complementary color
Monochromatic Colors of #AD0CD5
Black with #AD0CD5
Text Example
Text Example
White with #AD0CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0CD5; }
p { color: rgb(173,12,213); }
H1.HeaderClassName
{
color: #AD0CD5;
}
.AnyTagClassName
{
color: #AD0CD5;
}
</style>
background-color css
<style>
a { background-color: #AD0CD5; }
a { background-color: rgb(173,12,213); }
div.DivClassName
{
background-color: #AD0CD5;
}
.BgClassName
{
background-color: #AD0CD5;
}
</style>
border-color css
<style>
span { border-color: #AD0CD5; }
span { border-color: rgb(173,12,213); }
td.TdClassName
{
border-color: #AD0CD5;
}
.TagClassName
{
border-color: #AD0CD5;
}
</style>