Shades of Dark Orchid #AD28D6
Tints of Dark Orchid #AD28D6
RGB
CMYK
RGB Variations
Color information
#AD28D6 (or 0xAD28D6) is known color: Dark Orchid. HEX triplet: AD, 28 and D6. RGB value is (173,40,214). Sum of RGB (Red+Green+Blue) = 173+40+214=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 214 (83.98% from 255 or 50.12% from 427); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD28D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD28D6 is #52D729. Grayscale: #636363. Windows color (decimal): -5429034 or 14035117. OLE color: 14035117.
HSL color Cylindrical-coordinate representation of color #AD28D6: hue angle of 285.86º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD28D6 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 40 | 214 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.16 |
| HSL | 285.86º | 0.69% | 0.5% | - |
| HSV(B) | 285.86º | 0.81% | 0.84% | - |
| XYZ | 30.13 | 15.26 | 64.98 | - |
| YUV | 99.6 | 192.56 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 214 | 0.19 | 0.81 | 0 | 0.16 | 285.86 | 0.69 | 0.5 |
| Hex | AD | 28 | D6 | 13 | 51 | 0 | 10 | 11E | 45 | 32 |
| Octal | 255 | 50 | 326 | 23 | 121 | 0 | 20 | 436 | 105 | 62 |
| Binary | 10101101 | 101000 | 11010110 | 10011 | 1010001 | 0 | 10000 | 100011110 | 1000101 | 110010 |
Color Harmonies of #AD28D6
Complementary color
Monochromatic Colors of #AD28D6
Black with #AD28D6
Text Example
Text Example
White with #AD28D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD28D6; }
p { color: rgb(173,40,214); }
H1.HeaderClassName
{
color: #AD28D6;
}
.AnyTagClassName
{
color: #AD28D6;
}
</style>
background-color css
<style>
a { background-color: #AD28D6; }
a { background-color: rgb(173,40,214); }
div.DivClassName
{
background-color: #AD28D6;
}
.BgClassName
{
background-color: #AD28D6;
}
</style>
border-color css
<style>
span { border-color: #AD28D6; }
span { border-color: rgb(173,40,214); }
td.TdClassName
{
border-color: #AD28D6;
}
.TagClassName
{
border-color: #AD28D6;
}
</style>