Shades of Dark Orchid #AD1DDA
Tints of Dark Orchid #AD1DDA
RGB
CMYK
RGB Variations
Color information
#AD1DDA (or 0xAD1DDA) is known color: Dark Orchid. HEX triplet: AD, 1D and DA. RGB value is (173,29,218). Sum of RGB (Red+Green+Blue) = 173+29+218=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 29 (11.72% from 255 or 6.90% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD1DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1DDA is #52E225. Grayscale: #5C5C5C. Windows color (decimal): -5431846 or 14294445. OLE color: 14294445.
HSL color Cylindrical-coordinate representation of color #AD1DDA: hue angle of 285.71º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1DDA is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 29 | 218 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.15 |
| HSL | 285.71º | 0.77% | 0.48% | - |
| HSV(B) | 285.71º | 0.87% | 0.85% | - |
| XYZ | 30.33 | 14.82 | 67.59 | - |
| YUV | 93.6 | 198.21 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 218 | 0.21 | 0.87 | 0 | 0.15 | 285.71 | 0.77 | 0.48 |
| Hex | AD | 1D | DA | 15 | 57 | 0 | F | 11E | 4D | 30 |
| Octal | 255 | 35 | 332 | 25 | 127 | 0 | 17 | 436 | 115 | 60 |
| Binary | 10101101 | 11101 | 11011010 | 10101 | 1010111 | 0 | 1111 | 100011110 | 1001101 | 110000 |
Color Harmonies of #AD1DDA
Complementary color
Monochromatic Colors of #AD1DDA
Black with #AD1DDA
Text Example
Text Example
White with #AD1DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1DDA; }
p { color: rgb(173,29,218); }
H1.HeaderClassName
{
color: #AD1DDA;
}
.AnyTagClassName
{
color: #AD1DDA;
}
</style>
background-color css
<style>
a { background-color: #AD1DDA; }
a { background-color: rgb(173,29,218); }
div.DivClassName
{
background-color: #AD1DDA;
}
.BgClassName
{
background-color: #AD1DDA;
}
</style>
border-color css
<style>
span { border-color: #AD1DDA; }
span { border-color: rgb(173,29,218); }
td.TdClassName
{
border-color: #AD1DDA;
}
.TagClassName
{
border-color: #AD1DDA;
}
</style>