Shades of Dark Violet #AD0DCB
Tints of Dark Violet #AD0DCB
RGB
CMYK
RGB Variations
Color information
#AD0DCB (or 0xAD0DCB) is known color: Dark Violet. HEX triplet: AD, 0D and CB. RGB value is (173,13,203). Sum of RGB (Red+Green+Blue) = 173+13+203=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD0DCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DCB is #52F234. Grayscale: #515151. Windows color (decimal): -5435957 or 13307309. OLE color: 13307309.
HSL color Cylindrical-coordinate representation of color #AD0DCB: hue angle of 290.53º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0DCB is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 13 | 203 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.20 |
| HSL | 290.53º | 0.88% | 0.42% | - |
| HSV(B) | 290.53º | 0.94% | 0.8% | - |
| XYZ | 28.16 | 13.48 | 57.62 | - |
| YUV | 82.5 | 196.01 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 203 | 0.15 | 0.94 | 0 | 0.20 | 290.53 | 0.88 | 0.42 |
| Hex | AD | D | CB | F | 5E | 0 | 14 | 123 | 58 | 2A |
| Octal | 255 | 15 | 313 | 17 | 136 | 0 | 24 | 443 | 130 | 52 |
| Binary | 10101101 | 1101 | 11001011 | 1111 | 1011110 | 0 | 10100 | 100100011 | 1011000 | 101010 |
Color Harmonies of #AD0DCB
Complementary color
Monochromatic Colors of #AD0DCB
Black with #AD0DCB
Text Example
Text Example
White with #AD0DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0DCB; }
p { color: rgb(173,13,203); }
H1.HeaderClassName
{
color: #AD0DCB;
}
.AnyTagClassName
{
color: #AD0DCB;
}
</style>
background-color css
<style>
a { background-color: #AD0DCB; }
a { background-color: rgb(173,13,203); }
div.DivClassName
{
background-color: #AD0DCB;
}
.BgClassName
{
background-color: #AD0DCB;
}
</style>
border-color css
<style>
span { border-color: #AD0DCB; }
span { border-color: rgb(173,13,203); }
td.TdClassName
{
border-color: #AD0DCB;
}
.TagClassName
{
border-color: #AD0DCB;
}
</style>