Shades of Dark Violet #AD16DB
Tints of Dark Violet #AD16DB
RGB
CMYK
RGB Variations
Color information
#AD16DB (or 0xAD16DB) is known color: Dark Violet. HEX triplet: AD, 16 and DB. RGB value is (173,22,219). Sum of RGB (Red+Green+Blue) = 173+22+219=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 22 (8.98% from 255 or 5.31% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD16DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD16DB is #52E924. Grayscale: #585858. Windows color (decimal): -5433637 or 14358189. OLE color: 14358189.
HSL color Cylindrical-coordinate representation of color #AD16DB: hue angle of 285.99º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD16DB is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 22 | 219 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.14 |
| HSL | 285.99º | 0.82% | 0.47% | - |
| HSV(B) | 285.99º | 0.9% | 0.86% | - |
| XYZ | 30.31 | 14.57 | 68.23 | - |
| YUV | 89.61 | 201.03 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 219 | 0.21 | 0.90 | 0 | 0.14 | 285.99 | 0.82 | 0.47 |
| Hex | AD | 16 | DB | 15 | 5A | 0 | E | 11E | 52 | 2F |
| Octal | 255 | 26 | 333 | 25 | 132 | 0 | 16 | 436 | 122 | 57 |
| Binary | 10101101 | 10110 | 11011011 | 10101 | 1011010 | 0 | 1110 | 100011110 | 1010010 | 101111 |
Color Harmonies of #AD16DB
Complementary color
Monochromatic Colors of #AD16DB
Black with #AD16DB
Text Example
Text Example
White with #AD16DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD16DB; }
p { color: rgb(173,22,219); }
H1.HeaderClassName
{
color: #AD16DB;
}
.AnyTagClassName
{
color: #AD16DB;
}
</style>
background-color css
<style>
a { background-color: #AD16DB; }
a { background-color: rgb(173,22,219); }
div.DivClassName
{
background-color: #AD16DB;
}
.BgClassName
{
background-color: #AD16DB;
}
</style>
border-color css
<style>
span { border-color: #AD16DB; }
span { border-color: rgb(173,22,219); }
td.TdClassName
{
border-color: #AD16DB;
}
.TagClassName
{
border-color: #AD16DB;
}
</style>