Shades of Dark Violet #AD0BCD
Tints of Dark Violet #AD0BCD
RGB
CMYK
RGB Variations
Color information
#AD0BCD (or 0xAD0BCD) is known color: Dark Violet. HEX triplet: AD, 0B and CD. RGB value is (173,11,205). Sum of RGB (Red+Green+Blue) = 173+11+205=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 11 (4.69% from 255 or 2.83% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD0BCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0BCD is #52F432. Grayscale: #505050. Windows color (decimal): -5436467 or 13437869. OLE color: 13437869.
HSL color Cylindrical-coordinate representation of color #AD0BCD: hue angle of 290.1º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0BCD is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 11 | 205 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.20 |
| HSL | 290.1º | 0.9% | 0.42% | - |
| HSV(B) | 290.1º | 0.95% | 0.8% | - |
| XYZ | 28.37 | 13.53 | 58.87 | - |
| YUV | 81.55 | 197.67 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 205 | 0.16 | 0.95 | 0 | 0.20 | 290.1 | 0.9 | 0.42 |
| Hex | AD | B | CD | 10 | 5F | 0 | 14 | 122 | 5A | 2A |
| Octal | 255 | 13 | 315 | 20 | 137 | 0 | 24 | 442 | 132 | 52 |
| Binary | 10101101 | 1011 | 11001101 | 10000 | 1011111 | 0 | 10100 | 100100010 | 1011010 | 101010 |
Color Harmonies of #AD0BCD
Complementary color
Monochromatic Colors of #AD0BCD
Black with #AD0BCD
Text Example
Text Example
White with #AD0BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BCD; }
p { color: rgb(173,11,205); }
H1.HeaderClassName
{
color: #AD0BCD;
}
.AnyTagClassName
{
color: #AD0BCD;
}
</style>
background-color css
<style>
a { background-color: #AD0BCD; }
a { background-color: rgb(173,11,205); }
div.DivClassName
{
background-color: #AD0BCD;
}
.BgClassName
{
background-color: #AD0BCD;
}
</style>
border-color css
<style>
span { border-color: #AD0BCD; }
span { border-color: rgb(173,11,205); }
td.TdClassName
{
border-color: #AD0BCD;
}
.TagClassName
{
border-color: #AD0BCD;
}
</style>