Shades of Dark Violet #AD07DB
Tints of Dark Violet #AD07DB
RGB
CMYK
RGB Variations
Color information
#AD07DB (or 0xAD07DB) is known color: Dark Violet. HEX triplet: AD, 07 and DB. RGB value is (173,7,219). Sum of RGB (Red+Green+Blue) = 173+7+219=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 7 (3.12% from 255 or 1.75% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD07DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD07DB is #52F824. Grayscale: #505050. Windows color (decimal): -5437477 or 14354349. OLE color: 14354349.
HSL color Cylindrical-coordinate representation of color #AD07DB: hue angle of 286.98º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD07DB is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 7 | 219 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.14 |
| HSL | 286.98º | 0.94% | 0.44% | - |
| HSV(B) | 286.98º | 0.97% | 0.86% | - |
| XYZ | 30.1 | 14.15 | 68.16 | - |
| YUV | 80.8 | 206 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 219 | 0.21 | 0.97 | 0 | 0.14 | 286.98 | 0.94 | 0.44 |
| Hex | AD | 7 | DB | 15 | 61 | 0 | E | 11F | 5E | 2C |
| Octal | 255 | 7 | 333 | 25 | 141 | 0 | 16 | 437 | 136 | 54 |
| Binary | 10101101 | 111 | 11011011 | 10101 | 1100001 | 0 | 1110 | 100011111 | 1011110 | 101100 |
Color Harmonies of #AD07DB
Complementary color
Monochromatic Colors of #AD07DB
Black with #AD07DB
Text Example
Text Example
White with #AD07DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD07DB; }
p { color: rgb(173,7,219); }
H1.HeaderClassName
{
color: #AD07DB;
}
.AnyTagClassName
{
color: #AD07DB;
}
</style>
background-color css
<style>
a { background-color: #AD07DB; }
a { background-color: rgb(173,7,219); }
div.DivClassName
{
background-color: #AD07DB;
}
.BgClassName
{
background-color: #AD07DB;
}
</style>
border-color css
<style>
span { border-color: #AD07DB; }
span { border-color: rgb(173,7,219); }
td.TdClassName
{
border-color: #AD07DB;
}
.TagClassName
{
border-color: #AD07DB;
}
</style>