Shades of Dark Violet #AD01DA
Tints of Dark Violet #AD01DA
RGB
CMYK
RGB Variations
Color information
#AD01DA (or 0xAD01DA) is known color: Dark Violet. HEX triplet: AD, 01 and DA. RGB value is (173,1,218). Sum of RGB (Red+Green+Blue) = 173+1+218=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD01DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD01DA is #52FE25. Grayscale: #4C4C4C. Windows color (decimal): -5439014 or 14287277. OLE color: 14287277.
HSL color Cylindrical-coordinate representation of color #AD01DA: hue angle of 287.56º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD01DA is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 1 | 218 | - |
| CMYK | 0.21 | 1.00 | 0 | 0.15 |
| HSL | 287.56º | 0.99% | 0.43% | - |
| HSV(B) | 287.56º | 1% | 0.85% | - |
| XYZ | 29.9 | 13.97 | 67.45 | - |
| YUV | 77.17 | 207.48 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 218 | 0.21 | 1.00 | 0 | 0.15 | 287.56 | 0.99 | 0.43 |
| Hex | AD | 1 | DA | 15 | 64 | 0 | F | 120 | 63 | 2B |
| Octal | 255 | 1 | 332 | 25 | 144 | 0 | 17 | 440 | 143 | 53 |
| Binary | 10101101 | 1 | 11011010 | 10101 | 1100100 | 0 | 1111 | 100100000 | 1100011 | 101011 |
Color Harmonies of #AD01DA
Complementary color
Monochromatic Colors of #AD01DA
Black with #AD01DA
Text Example
Text Example
White with #AD01DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD01DA; }
p { color: rgb(173,1,218); }
H1.HeaderClassName
{
color: #AD01DA;
}
.AnyTagClassName
{
color: #AD01DA;
}
</style>
background-color css
<style>
a { background-color: #AD01DA; }
a { background-color: rgb(173,1,218); }
div.DivClassName
{
background-color: #AD01DA;
}
.BgClassName
{
background-color: #AD01DA;
}
</style>
border-color css
<style>
span { border-color: #AD01DA; }
span { border-color: rgb(173,1,218); }
td.TdClassName
{
border-color: #AD01DA;
}
.TagClassName
{
border-color: #AD01DA;
}
</style>