Shades of Dark Violet #AD0DC3
Tints of Dark Violet #AD0DC3
RGB
CMYK
RGB Variations
Color information
#AD0DC3 (or 0xAD0DC3) is known color: Dark Violet. HEX triplet: AD, 0D and C3. RGB value is (173,13,195). Sum of RGB (Red+Green+Blue) = 173+13+195=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 195 (76.56% from 255 or 51.18% from 381); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD0DC3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DC3 is #52F23C. Grayscale: #515151. Windows color (decimal): -5435965 or 12783021. OLE color: 12783021.
HSL color Cylindrical-coordinate representation of color #AD0DC3: hue angle of 292.75º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0DC3 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 13 | 195 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.24 |
| HSL | 292.75º | 0.88% | 0.41% | - |
| HSV(B) | 292.75º | 0.93% | 0.76% | - |
| XYZ | 27.23 | 13.11 | 52.73 | - |
| YUV | 81.59 | 192.01 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 195 | 0.11 | 0.93 | 0 | 0.24 | 292.75 | 0.88 | 0.41 |
| Hex | AD | D | C3 | B | 5D | 0 | 18 | 125 | 58 | 29 |
| Octal | 255 | 15 | 303 | 13 | 135 | 0 | 30 | 445 | 130 | 51 |
| Binary | 10101101 | 1101 | 11000011 | 1011 | 1011101 | 0 | 11000 | 100100101 | 1011000 | 101001 |
Color Harmonies of #AD0DC3
Complementary color
Monochromatic Colors of #AD0DC3
Black with #AD0DC3
Text Example
Text Example
White with #AD0DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0DC3; }
p { color: rgb(173,13,195); }
H1.HeaderClassName
{
color: #AD0DC3;
}
.AnyTagClassName
{
color: #AD0DC3;
}
</style>
background-color css
<style>
a { background-color: #AD0DC3; }
a { background-color: rgb(173,13,195); }
div.DivClassName
{
background-color: #AD0DC3;
}
.BgClassName
{
background-color: #AD0DC3;
}
</style>
border-color css
<style>
span { border-color: #AD0DC3; }
span { border-color: rgb(173,13,195); }
td.TdClassName
{
border-color: #AD0DC3;
}
.TagClassName
{
border-color: #AD0DC3;
}
</style>