Shades of Dark Orchid #AD2FDB
Tints of Dark Orchid #AD2FDB
RGB
CMYK
RGB Variations
Color information
#AD2FDB (or 0xAD2FDB) is known color: Dark Orchid. HEX triplet: AD, 2F and DB. RGB value is (173,47,219). Sum of RGB (Red+Green+Blue) = 173+47+219=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 47 (18.75% from 255 or 10.71% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD2FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2FDB is #52D024. Grayscale: #676767. Windows color (decimal): -5427237 or 14364589. OLE color: 14364589.
HSL color Cylindrical-coordinate representation of color #AD2FDB: hue angle of 283.95º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2FDB is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 47 | 219 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.14 |
| HSL | 283.95º | 0.7% | 0.52% | - |
| HSV(B) | 283.95º | 0.79% | 0.86% | - |
| XYZ | 31.04 | 16.03 | 68.48 | - |
| YUV | 104.28 | 192.74 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 47 | 219 | 0.21 | 0.79 | 0 | 0.14 | 283.95 | 0.7 | 0.52 |
| Hex | AD | 2F | DB | 15 | 4F | 0 | E | 11C | 46 | 34 |
| Octal | 255 | 57 | 333 | 25 | 117 | 0 | 16 | 434 | 106 | 64 |
| Binary | 10101101 | 101111 | 11011011 | 10101 | 1001111 | 0 | 1110 | 100011100 | 1000110 | 110100 |
Color Harmonies of #AD2FDB
Complementary color
Monochromatic Colors of #AD2FDB
Black with #AD2FDB
Text Example
Text Example
White with #AD2FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2FDB; }
p { color: rgb(173,47,219); }
H1.HeaderClassName
{
color: #AD2FDB;
}
.AnyTagClassName
{
color: #AD2FDB;
}
</style>
background-color css
<style>
a { background-color: #AD2FDB; }
a { background-color: rgb(173,47,219); }
div.DivClassName
{
background-color: #AD2FDB;
}
.BgClassName
{
background-color: #AD2FDB;
}
</style>
border-color css
<style>
span { border-color: #AD2FDB; }
span { border-color: rgb(173,47,219); }
td.TdClassName
{
border-color: #AD2FDB;
}
.TagClassName
{
border-color: #AD2FDB;
}
</style>