Shades of Dark Orchid #AD20DB
Tints of Dark Orchid #AD20DB
RGB
CMYK
RGB Variations
Color information
#AD20DB (or 0xAD20DB) is known color: Dark Orchid. HEX triplet: AD, 20 and DB. RGB value is (173,32,219). Sum of RGB (Red+Green+Blue) = 173+32+219=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD20DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD20DB is #52DF24. Grayscale: #5E5E5E. Windows color (decimal): -5431077 or 14360749. OLE color: 14360749.
HSL color Cylindrical-coordinate representation of color #AD20DB: hue angle of 285.24º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD20DB is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 32 | 219 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.14 |
| HSL | 285.24º | 0.75% | 0.49% | - |
| HSV(B) | 285.24º | 0.85% | 0.86% | - |
| XYZ | 30.54 | 15.03 | 68.31 | - |
| YUV | 95.48 | 197.71 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 219 | 0.21 | 0.85 | 0 | 0.14 | 285.24 | 0.75 | 0.49 |
| Hex | AD | 20 | DB | 15 | 55 | 0 | E | 11D | 4B | 31 |
| Octal | 255 | 40 | 333 | 25 | 125 | 0 | 16 | 435 | 113 | 61 |
| Binary | 10101101 | 100000 | 11011011 | 10101 | 1010101 | 0 | 1110 | 100011101 | 1001011 | 110001 |
Color Harmonies of #AD20DB
Complementary color
Monochromatic Colors of #AD20DB
Black with #AD20DB
Text Example
Text Example
White with #AD20DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD20DB; }
p { color: rgb(173,32,219); }
H1.HeaderClassName
{
color: #AD20DB;
}
.AnyTagClassName
{
color: #AD20DB;
}
</style>
background-color css
<style>
a { background-color: #AD20DB; }
a { background-color: rgb(173,32,219); }
div.DivClassName
{
background-color: #AD20DB;
}
.BgClassName
{
background-color: #AD20DB;
}
</style>
border-color css
<style>
span { border-color: #AD20DB; }
span { border-color: rgb(173,32,219); }
td.TdClassName
{
border-color: #AD20DB;
}
.TagClassName
{
border-color: #AD20DB;
}
</style>