Shades of Dark Orchid #AD2BDB
Tints of Dark Orchid #AD2BDB
RGB
CMYK
RGB Variations
Color information
#AD2BDB (or 0xAD2BDB) is known color: Dark Orchid. HEX triplet: AD, 2B and DB. RGB value is (173,43,219). Sum of RGB (Red+Green+Blue) = 173+43+219=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 43 (17.19% from 255 or 9.89% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD2BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2BDB is #52D424. Grayscale: #656565. Windows color (decimal): -5428261 or 14363565. OLE color: 14363565.
HSL color Cylindrical-coordinate representation of color #AD2BDB: hue angle of 284.32º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2BDB is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 43 | 219 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.14 |
| HSL | 284.32º | 0.71% | 0.51% | - |
| HSV(B) | 284.32º | 0.8% | 0.86% | - |
| XYZ | 30.88 | 15.73 | 68.43 | - |
| YUV | 101.93 | 194.07 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 219 | 0.21 | 0.80 | 0 | 0.14 | 284.32 | 0.71 | 0.51 |
| Hex | AD | 2B | DB | 15 | 50 | 0 | E | 11C | 47 | 33 |
| Octal | 255 | 53 | 333 | 25 | 120 | 0 | 16 | 434 | 107 | 63 |
| Binary | 10101101 | 101011 | 11011011 | 10101 | 1010000 | 0 | 1110 | 100011100 | 1000111 | 110011 |
Color Harmonies of #AD2BDB
Complementary color
Monochromatic Colors of #AD2BDB
Black with #AD2BDB
Text Example
Text Example
White with #AD2BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2BDB; }
p { color: rgb(173,43,219); }
H1.HeaderClassName
{
color: #AD2BDB;
}
.AnyTagClassName
{
color: #AD2BDB;
}
</style>
background-color css
<style>
a { background-color: #AD2BDB; }
a { background-color: rgb(173,43,219); }
div.DivClassName
{
background-color: #AD2BDB;
}
.BgClassName
{
background-color: #AD2BDB;
}
</style>
border-color css
<style>
span { border-color: #AD2BDB; }
span { border-color: rgb(173,43,219); }
td.TdClassName
{
border-color: #AD2BDB;
}
.TagClassName
{
border-color: #AD2BDB;
}
</style>