Shades of Dark Violet #AD01DB
Tints of Dark Violet #AD01DB
RGB
CMYK
RGB Variations
Color information
#AD01DB (or 0xAD01DB) is known color: Dark Violet. HEX triplet: AD, 01 and DB. RGB value is (173,1,219). Sum of RGB (Red+Green+Blue) = 173+1+219=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD01DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD01DB is #52FE24. Grayscale: #4C4C4C. Windows color (decimal): -5439013 or 14352813. OLE color: 14352813.
HSL color Cylindrical-coordinate representation of color #AD01DB: hue angle of 287.34º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD01DB is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 173 | 1 | 219 | - |
CMYK | 0.21 | 1.00 | 0 | 0.14 |
HSL | 287.34º | 0.99% | 0.43% | - |
HSV(B) | 287.34º | 1% | 0.86% | - |
XYZ | 30.03 | 14.02 | 68.14 | - |
YUV | 77.28 | 207.98 | 196.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 1 | 219 | 0.21 | 1.00 | 0 | 0.14 | 287.34 | 0.99 | 0.43 |
Hex | AD | 1 | DB | 15 | 64 | 0 | E | 11F | 63 | 2B |
Octal | 255 | 1 | 333 | 25 | 144 | 0 | 16 | 437 | 143 | 53 |
Binary | 10101101 | 1 | 11011011 | 10101 | 1100100 | 0 | 1110 | 100011111 | 1100011 | 101011 |
Color Harmonies of #AD01DB
Complementary color
Monochromatic Colors of #AD01DB
Black with #AD01DB
Text Example
Text Example
White with #AD01DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD01DB; }
p { color: rgb(173,1,219); }
H1.HeaderClassName
{
color: #AD01DB;
}
.AnyTagClassName
{
color: #AD01DB;
}
</style>
background-color css
<style>
a { background-color: #AD01DB; }
a { background-color: rgb(173,1,219); }
div.DivClassName
{
background-color: #AD01DB;
}
.BgClassName
{
background-color: #AD01DB;
}
</style>
border-color css
<style>
span { border-color: #AD01DB; }
span { border-color: rgb(173,1,219); }
td.TdClassName
{
border-color: #AD01DB;
}
.TagClassName
{
border-color: #AD01DB;
}
</style>