Shades of Dark Orchid #AD1EAD
Tints of Dark Orchid #AD1EAD
RGB
CMYK
RGB Variations
Color information
#AD1EAD (or 0xAD1EAD) is known color: Dark Orchid. HEX triplet: AD, 1E and AD. RGB value is (173,30,173). Sum of RGB (Red+Green+Blue) = 173+30+173=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD1EAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1EAD is #52E152. Grayscale: #585858. Windows color (decimal): -5431635 or 11345581. OLE color: 11345581.
HSL color Cylindrical-coordinate representation of color #AD1EAD: hue angle of 300º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1EAD is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 30 | 173 | - |
| CMYK | 0 | 0.83 | 0 | 0.32 |
| HSL | 300º | 0.7% | 0.4% | - |
| HSV(B) | 300º | 0.83% | 0.68% | - |
| XYZ | 25.24 | 12.83 | 40.68 | - |
| YUV | 89.06 | 175.38 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 173 | 0 | 0.83 | 0 | 0.32 | 300 | 0.7 | 0.4 |
| Hex | AD | 1E | AD | 0 | 53 | 0 | 20 | 12C | 46 | 28 |
| Octal | 255 | 36 | 255 | 0 | 123 | 0 | 40 | 454 | 106 | 50 |
| Binary | 10101101 | 11110 | 10101101 | 0 | 1010011 | 0 | 100000 | 100101100 | 1000110 | 101000 |
Color Harmonies of #AD1EAD
Complementary color
Monochromatic Colors of #AD1EAD
Black with #AD1EAD
Text Example
Text Example
White with #AD1EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1EAD; }
p { color: rgb(173,30,173); }
H1.HeaderClassName
{
color: #AD1EAD;
}
.AnyTagClassName
{
color: #AD1EAD;
}
</style>
background-color css
<style>
a { background-color: #AD1EAD; }
a { background-color: rgb(173,30,173); }
div.DivClassName
{
background-color: #AD1EAD;
}
.BgClassName
{
background-color: #AD1EAD;
}
</style>
border-color css
<style>
span { border-color: #AD1EAD; }
span { border-color: rgb(173,30,173); }
td.TdClassName
{
border-color: #AD1EAD;
}
.TagClassName
{
border-color: #AD1EAD;
}
</style>