Shades of Dark Violet #AD01DF
Tints of Dark Violet #AD01DF
RGB
CMYK
RGB Variations
Color information
#AD01DF (or 0xAD01DF) is known color: Dark Violet. HEX triplet: AD, 01 and DF. RGB value is (173,1,223). Sum of RGB (Red+Green+Blue) = 173+1+223=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD01DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD01DF is #52FE20. Grayscale: #4D4D4D. Windows color (decimal): -5439009 or 14614957. OLE color: 14614957.
HSL color Cylindrical-coordinate representation of color #AD01DF: hue angle of 286.49º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD01DF is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 1 | 223 | - |
| CMYK | 0.22 | 1.00 | 0 | 0.13 |
| HSL | 286.49º | 0.99% | 0.44% | - |
| HSV(B) | 286.49º | 1% | 0.87% | - |
| XYZ | 30.56 | 14.23 | 70.95 | - |
| YUV | 77.74 | 209.98 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 223 | 0.22 | 1.00 | 0 | 0.13 | 286.49 | 0.99 | 0.44 |
| Hex | AD | 1 | DF | 16 | 64 | 0 | D | 11E | 63 | 2C |
| Octal | 255 | 1 | 337 | 26 | 144 | 0 | 15 | 436 | 143 | 54 |
| Binary | 10101101 | 1 | 11011111 | 10110 | 1100100 | 0 | 1101 | 100011110 | 1100011 | 101100 |
Color Harmonies of #AD01DF
Complementary color
Monochromatic Colors of #AD01DF
Black with #AD01DF
Text Example
Text Example
White with #AD01DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD01DF; }
p { color: rgb(173,1,223); }
H1.HeaderClassName
{
color: #AD01DF;
}
.AnyTagClassName
{
color: #AD01DF;
}
</style>
background-color css
<style>
a { background-color: #AD01DF; }
a { background-color: rgb(173,1,223); }
div.DivClassName
{
background-color: #AD01DF;
}
.BgClassName
{
background-color: #AD01DF;
}
</style>
border-color css
<style>
span { border-color: #AD01DF; }
span { border-color: rgb(173,1,223); }
td.TdClassName
{
border-color: #AD01DF;
}
.TagClassName
{
border-color: #AD01DF;
}
</style>