Shades of Dark Orchid #AD1EDA
Tints of Dark Orchid #AD1EDA
RGB
CMYK
RGB Variations
Color information
#AD1EDA (or 0xAD1EDA) is known color: Dark Orchid. HEX triplet: AD, 1E and DA. RGB value is (173,30,218). Sum of RGB (Red+Green+Blue) = 173+30+218=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD1EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1EDA is #52E125. Grayscale: #5D5D5D. Windows color (decimal): -5431590 or 14294701. OLE color: 14294701.
HSL color Cylindrical-coordinate representation of color #AD1EDA: hue angle of 285.64º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1EDA is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 30 | 218 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.15 |
| HSL | 285.64º | 0.76% | 0.49% | - |
| HSV(B) | 285.64º | 0.86% | 0.85% | - |
| XYZ | 30.35 | 14.87 | 67.6 | - |
| YUV | 94.19 | 197.88 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 218 | 0.21 | 0.86 | 0 | 0.15 | 285.64 | 0.76 | 0.49 |
| Hex | AD | 1E | DA | 15 | 56 | 0 | F | 11E | 4C | 31 |
| Octal | 255 | 36 | 332 | 25 | 126 | 0 | 17 | 436 | 114 | 61 |
| Binary | 10101101 | 11110 | 11011010 | 10101 | 1010110 | 0 | 1111 | 100011110 | 1001100 | 110001 |
Color Harmonies of #AD1EDA
Complementary color
Monochromatic Colors of #AD1EDA
Black with #AD1EDA
Text Example
Text Example
White with #AD1EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1EDA; }
p { color: rgb(173,30,218); }
H1.HeaderClassName
{
color: #AD1EDA;
}
.AnyTagClassName
{
color: #AD1EDA;
}
</style>
background-color css
<style>
a { background-color: #AD1EDA; }
a { background-color: rgb(173,30,218); }
div.DivClassName
{
background-color: #AD1EDA;
}
.BgClassName
{
background-color: #AD1EDA;
}
</style>
border-color css
<style>
span { border-color: #AD1EDA; }
span { border-color: rgb(173,30,218); }
td.TdClassName
{
border-color: #AD1EDA;
}
.TagClassName
{
border-color: #AD1EDA;
}
</style>