Shades of Dark Orchid #AD1ED4
Tints of Dark Orchid #AD1ED4
RGB
CMYK
RGB Variations
Color information
#AD1ED4 (or 0xAD1ED4) is known color: Dark Orchid. HEX triplet: AD, 1E and D4. RGB value is (173,30,212). Sum of RGB (Red+Green+Blue) = 173+30+212=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 30 (12.11% from 255 or 7.23% from 415); Blue value is 212 (83.20% from 255 or 51.08% from 415); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD1ED4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1ED4 is #52E12B. Grayscale: #5C5C5C. Windows color (decimal): -5431596 or 13901485. OLE color: 13901485.
HSL color Cylindrical-coordinate representation of color #AD1ED4: hue angle of 287.14º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1ED4 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 30 | 212 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.17 |
| HSL | 287.14º | 0.75% | 0.47% | - |
| HSV(B) | 287.14º | 0.86% | 0.83% | - |
| XYZ | 29.58 | 14.57 | 63.54 | - |
| YUV | 93.51 | 194.88 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 212 | 0.18 | 0.86 | 0 | 0.17 | 287.14 | 0.75 | 0.47 |
| Hex | AD | 1E | D4 | 12 | 56 | 0 | 11 | 11F | 4B | 2F |
| Octal | 255 | 36 | 324 | 22 | 126 | 0 | 21 | 437 | 113 | 57 |
| Binary | 10101101 | 11110 | 11010100 | 10010 | 1010110 | 0 | 10001 | 100011111 | 1001011 | 101111 |
Color Harmonies of #AD1ED4
Complementary color
Monochromatic Colors of #AD1ED4
Black with #AD1ED4
Text Example
Text Example
White with #AD1ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1ED4; }
p { color: rgb(173,30,212); }
H1.HeaderClassName
{
color: #AD1ED4;
}
.AnyTagClassName
{
color: #AD1ED4;
}
</style>
background-color css
<style>
a { background-color: #AD1ED4; }
a { background-color: rgb(173,30,212); }
div.DivClassName
{
background-color: #AD1ED4;
}
.BgClassName
{
background-color: #AD1ED4;
}
</style>
border-color css
<style>
span { border-color: #AD1ED4; }
span { border-color: rgb(173,30,212); }
td.TdClassName
{
border-color: #AD1ED4;
}
.TagClassName
{
border-color: #AD1ED4;
}
</style>