Shades of Dark Orchid #AD1ED6
Tints of Dark Orchid #AD1ED6
RGB
CMYK
RGB Variations
Color information
#AD1ED6 (or 0xAD1ED6) is known color: Dark Orchid. HEX triplet: AD, 1E and D6. RGB value is (173,30,214). Sum of RGB (Red+Green+Blue) = 173+30+214=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 214 (83.98% from 255 or 51.32% from 417); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD1ED6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1ED6 is #52E129. Grayscale: #5D5D5D. Windows color (decimal): -5431594 or 14032557. OLE color: 14032557.
HSL color Cylindrical-coordinate representation of color #AD1ED6: hue angle of 286.63º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1ED6 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 30 | 214 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.16 |
| HSL | 286.63º | 0.75% | 0.48% | - |
| HSV(B) | 286.63º | 0.86% | 0.84% | - |
| XYZ | 29.84 | 14.67 | 64.88 | - |
| YUV | 93.73 | 195.88 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 214 | 0.19 | 0.86 | 0 | 0.16 | 286.63 | 0.75 | 0.48 |
| Hex | AD | 1E | D6 | 13 | 56 | 0 | 10 | 11F | 4B | 30 |
| Octal | 255 | 36 | 326 | 23 | 126 | 0 | 20 | 437 | 113 | 60 |
| Binary | 10101101 | 11110 | 11010110 | 10011 | 1010110 | 0 | 10000 | 100011111 | 1001011 | 110000 |
Color Harmonies of #AD1ED6
Complementary color
Monochromatic Colors of #AD1ED6
Black with #AD1ED6
Text Example
Text Example
White with #AD1ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1ED6; }
p { color: rgb(173,30,214); }
H1.HeaderClassName
{
color: #AD1ED6;
}
.AnyTagClassName
{
color: #AD1ED6;
}
</style>
background-color css
<style>
a { background-color: #AD1ED6; }
a { background-color: rgb(173,30,214); }
div.DivClassName
{
background-color: #AD1ED6;
}
.BgClassName
{
background-color: #AD1ED6;
}
</style>
border-color css
<style>
span { border-color: #AD1ED6; }
span { border-color: rgb(173,30,214); }
td.TdClassName
{
border-color: #AD1ED6;
}
.TagClassName
{
border-color: #AD1ED6;
}
</style>