Shades of Dark Violet #AD00DF
Tints of Dark Violet #AD00DF
RGB
CMYK
RGB Variations
Color information
#AD00DF (or 0xAD00DF) is known color: Dark Violet. HEX triplet: AD, 00 and DF. RGB value is (173,0,223). Sum of RGB (Red+Green+Blue) = 173+0+223=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD00DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD00DF is #52FF20. Grayscale: #4C4C4C. Windows color (decimal): -5439265 or 14614701. OLE color: 14614701.
HSL color Cylindrical-coordinate representation of color #AD00DF: hue angle of 286.55º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD00DF is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 0 | 223 | - |
| CMYK | 0.22 | 1 | 0 | 0.13 |
| HSL | 286.55º | 1% | 0.44% | - |
| HSV(B) | 286.55º | 1% | 0.87% | - |
| XYZ | 30.55 | 14.21 | 70.94 | - |
| YUV | 77.15 | 210.31 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 223 | 0.22 | 1 | 0 | 0.13 | 286.55 | 1 | 0.44 |
| Hex | AD | 0 | DF | 16 | 64 | 0 | D | 11F | 64 | 2C |
| Octal | 255 | 0 | 337 | 26 | 144 | 0 | 15 | 437 | 144 | 54 |
| Binary | 10101101 | 0 | 11011111 | 10110 | 1100100 | 0 | 1101 | 100011111 | 1100100 | 101100 |
Color Harmonies of #AD00DF
Complementary color
Monochromatic Colors of #AD00DF
Black with #AD00DF
Text Example
Text Example
White with #AD00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD00DF; }
p { color: rgb(173,0,223); }
H1.HeaderClassName
{
color: #AD00DF;
}
.AnyTagClassName
{
color: #AD00DF;
}
</style>
background-color css
<style>
a { background-color: #AD00DF; }
a { background-color: rgb(173,0,223); }
div.DivClassName
{
background-color: #AD00DF;
}
.BgClassName
{
background-color: #AD00DF;
}
</style>
border-color css
<style>
span { border-color: #AD00DF; }
span { border-color: rgb(173,0,223); }
td.TdClassName
{
border-color: #AD00DF;
}
.TagClassName
{
border-color: #AD00DF;
}
</style>