Shades of Dark Violet #AD00CD
Tints of Dark Violet #AD00CD
RGB
CMYK
RGB Variations
Color information
#AD00CD (or 0xAD00CD) is known color: Dark Violet. HEX triplet: AD, 00 and CD. RGB value is (173,0,205). Sum of RGB (Red+Green+Blue) = 173+0+205=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD00CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD00CD is #52FF32. Grayscale: #4A4A4A. Windows color (decimal): -5439283 or 13435053. OLE color: 13435053.
HSL color Cylindrical-coordinate representation of color #AD00CD: hue angle of 290.63º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD00CD is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 0 | 205 | - |
| CMYK | 0.16 | 1 | 0 | 0.20 |
| HSL | 290.63º | 1% | 0.4% | - |
| HSV(B) | 290.63º | 1% | 0.8% | - |
| XYZ | 28.25 | 13.29 | 58.83 | - |
| YUV | 75.1 | 201.31 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 205 | 0.16 | 1 | 0 | 0.20 | 290.63 | 1 | 0.4 |
| Hex | AD | 0 | CD | 10 | 64 | 0 | 14 | 123 | 64 | 28 |
| Octal | 255 | 0 | 315 | 20 | 144 | 0 | 24 | 443 | 144 | 50 |
| Binary | 10101101 | 0 | 11001101 | 10000 | 1100100 | 0 | 10100 | 100100011 | 1100100 | 101000 |
Color Harmonies of #AD00CD
Complementary color
Monochromatic Colors of #AD00CD
Black with #AD00CD
Text Example
Text Example
White with #AD00CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD00CD; }
p { color: rgb(173,0,205); }
H1.HeaderClassName
{
color: #AD00CD;
}
.AnyTagClassName
{
color: #AD00CD;
}
</style>
background-color css
<style>
a { background-color: #AD00CD; }
a { background-color: rgb(173,0,205); }
div.DivClassName
{
background-color: #AD00CD;
}
.BgClassName
{
background-color: #AD00CD;
}
</style>
border-color css
<style>
span { border-color: #AD00CD; }
span { border-color: rgb(173,0,205); }
td.TdClassName
{
border-color: #AD00CD;
}
.TagClassName
{
border-color: #AD00CD;
}
</style>