Shades of Dark Violet #AD00CF
Tints of Dark Violet #AD00CF
RGB
CMYK
RGB Variations
Color information
#AD00CF (or 0xAD00CF) is known color: Dark Violet. HEX triplet: AD, 00 and CF. RGB value is (173,0,207). Sum of RGB (Red+Green+Blue) = 173+0+207=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD00CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD00CF is #52FF30. Grayscale: #4A4A4A. Windows color (decimal): -5439281 or 13566125. OLE color: 13566125.
HSL color Cylindrical-coordinate representation of color #AD00CF: hue angle of 290.14º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD00CF is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 0 | 207 | - |
| CMYK | 0.16 | 1 | 0 | 0.19 |
| HSL | 290.14º | 1% | 0.41% | - |
| HSV(B) | 290.14º | 1% | 0.81% | - |
| XYZ | 28.5 | 13.39 | 60.11 | - |
| YUV | 75.33 | 202.31 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 207 | 0.16 | 1 | 0 | 0.19 | 290.14 | 1 | 0.41 |
| Hex | AD | 0 | CF | 10 | 64 | 0 | 13 | 122 | 64 | 29 |
| Octal | 255 | 0 | 317 | 20 | 144 | 0 | 23 | 442 | 144 | 51 |
| Binary | 10101101 | 0 | 11001111 | 10000 | 1100100 | 0 | 10011 | 100100010 | 1100100 | 101001 |
Color Harmonies of #AD00CF
Complementary color
Monochromatic Colors of #AD00CF
Black with #AD00CF
Text Example
Text Example
White with #AD00CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD00CF; }
p { color: rgb(173,0,207); }
H1.HeaderClassName
{
color: #AD00CF;
}
.AnyTagClassName
{
color: #AD00CF;
}
</style>
background-color css
<style>
a { background-color: #AD00CF; }
a { background-color: rgb(173,0,207); }
div.DivClassName
{
background-color: #AD00CF;
}
.BgClassName
{
background-color: #AD00CF;
}
</style>
border-color css
<style>
span { border-color: #AD00CF; }
span { border-color: rgb(173,0,207); }
td.TdClassName
{
border-color: #AD00CF;
}
.TagClassName
{
border-color: #AD00CF;
}
</style>