Shades of Dark Orchid #AD28DC
Tints of Dark Orchid #AD28DC
RGB
CMYK
RGB Variations
Color information
#AD28DC (or 0xAD28DC) is known color: Dark Orchid. HEX triplet: AD, 28 and DC. RGB value is (173,40,220). Sum of RGB (Red+Green+Blue) = 173+40+220=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD28DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD28DC is #52D723. Grayscale: #636363. Windows color (decimal): -5429028 or 14428333. OLE color: 14428333.
HSL color Cylindrical-coordinate representation of color #AD28DC: hue angle of 284.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD28DC is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 40 | 220 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.14 |
| HSL | 284.33º | 0.72% | 0.51% | - |
| HSV(B) | 284.33º | 0.82% | 0.86% | - |
| XYZ | 30.91 | 15.57 | 69.09 | - |
| YUV | 100.29 | 195.56 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 220 | 0.21 | 0.82 | 0 | 0.14 | 284.33 | 0.72 | 0.51 |
| Hex | AD | 28 | DC | 15 | 52 | 0 | E | 11C | 48 | 33 |
| Octal | 255 | 50 | 334 | 25 | 122 | 0 | 16 | 434 | 110 | 63 |
| Binary | 10101101 | 101000 | 11011100 | 10101 | 1010010 | 0 | 1110 | 100011100 | 1001000 | 110011 |
Color Harmonies of #AD28DC
Complementary color
Monochromatic Colors of #AD28DC
Black with #AD28DC
Text Example
Text Example
White with #AD28DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD28DC; }
p { color: rgb(173,40,220); }
H1.HeaderClassName
{
color: #AD28DC;
}
.AnyTagClassName
{
color: #AD28DC;
}
</style>
background-color css
<style>
a { background-color: #AD28DC; }
a { background-color: rgb(173,40,220); }
div.DivClassName
{
background-color: #AD28DC;
}
.BgClassName
{
background-color: #AD28DC;
}
</style>
border-color css
<style>
span { border-color: #AD28DC; }
span { border-color: rgb(173,40,220); }
td.TdClassName
{
border-color: #AD28DC;
}
.TagClassName
{
border-color: #AD28DC;
}
</style>