Shades of Dark Orchid #AD28D4
Tints of Dark Orchid #AD28D4
RGB
CMYK
RGB Variations
Color information
#AD28D4 (or 0xAD28D4) is known color: Dark Orchid. HEX triplet: AD, 28 and D4. RGB value is (173,40,212). Sum of RGB (Red+Green+Blue) = 173+40+212=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 40 (16.02% from 255 or 9.41% from 425); Blue value is 212 (83.20% from 255 or 49.88% from 425); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD28D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD28D4 is #52D72B. Grayscale: #626262. Windows color (decimal): -5429036 or 13904045. OLE color: 13904045.
HSL color Cylindrical-coordinate representation of color #AD28D4: hue angle of 286.4º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD28D4 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 40 | 212 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.17 |
| HSL | 286.4º | 0.68% | 0.49% | - |
| HSV(B) | 286.4º | 0.81% | 0.83% | - |
| XYZ | 29.88 | 15.16 | 63.64 | - |
| YUV | 99.38 | 191.56 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 212 | 0.18 | 0.81 | 0 | 0.17 | 286.4 | 0.68 | 0.49 |
| Hex | AD | 28 | D4 | 12 | 51 | 0 | 11 | 11E | 44 | 31 |
| Octal | 255 | 50 | 324 | 22 | 121 | 0 | 21 | 436 | 104 | 61 |
| Binary | 10101101 | 101000 | 11010100 | 10010 | 1010001 | 0 | 10001 | 100011110 | 1000100 | 110001 |
Color Harmonies of #AD28D4
Complementary color
Monochromatic Colors of #AD28D4
Black with #AD28D4
Text Example
Text Example
White with #AD28D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD28D4; }
p { color: rgb(173,40,212); }
H1.HeaderClassName
{
color: #AD28D4;
}
.AnyTagClassName
{
color: #AD28D4;
}
</style>
background-color css
<style>
a { background-color: #AD28D4; }
a { background-color: rgb(173,40,212); }
div.DivClassName
{
background-color: #AD28D4;
}
.BgClassName
{
background-color: #AD28D4;
}
</style>
border-color css
<style>
span { border-color: #AD28D4; }
span { border-color: rgb(173,40,212); }
td.TdClassName
{
border-color: #AD28D4;
}
.TagClassName
{
border-color: #AD28D4;
}
</style>