Shades of Dark Orchid #AD28DE
Tints of Dark Orchid #AD28DE
RGB
CMYK
RGB Variations
Color information
#AD28DE (or 0xAD28DE) is known color: Dark Orchid. HEX triplet: AD, 28 and DE. RGB value is (173,40,222). Sum of RGB (Red+Green+Blue) = 173+40+222=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD28DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD28DE is #52D721. Grayscale: #636363. Windows color (decimal): -5429026 or 14559405. OLE color: 14559405.
HSL color Cylindrical-coordinate representation of color #AD28DE: hue angle of 283.85º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD28DE is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 40 | 222 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.13 |
| HSL | 283.85º | 0.73% | 0.51% | - |
| HSV(B) | 283.85º | 0.82% | 0.87% | - |
| XYZ | 31.18 | 15.68 | 70.49 | - |
| YUV | 100.52 | 196.56 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 222 | 0.22 | 0.82 | 0 | 0.13 | 283.85 | 0.73 | 0.51 |
| Hex | AD | 28 | DE | 16 | 52 | 0 | D | 11C | 49 | 33 |
| Octal | 255 | 50 | 336 | 26 | 122 | 0 | 15 | 434 | 111 | 63 |
| Binary | 10101101 | 101000 | 11011110 | 10110 | 1010010 | 0 | 1101 | 100011100 | 1001001 | 110011 |
Color Harmonies of #AD28DE
Complementary color
Monochromatic Colors of #AD28DE
Black with #AD28DE
Text Example
Text Example
White with #AD28DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD28DE; }
p { color: rgb(173,40,222); }
H1.HeaderClassName
{
color: #AD28DE;
}
.AnyTagClassName
{
color: #AD28DE;
}
</style>
background-color css
<style>
a { background-color: #AD28DE; }
a { background-color: rgb(173,40,222); }
div.DivClassName
{
background-color: #AD28DE;
}
.BgClassName
{
background-color: #AD28DE;
}
</style>
border-color css
<style>
span { border-color: #AD28DE; }
span { border-color: rgb(173,40,222); }
td.TdClassName
{
border-color: #AD28DE;
}
.TagClassName
{
border-color: #AD28DE;
}
</style>