Shades of Dark Orchid #AD31D4
Tints of Dark Orchid #AD31D4
RGB
CMYK
RGB Variations
Color information
#AD31D4 (or 0xAD31D4) is known color: Dark Orchid. HEX triplet: AD, 31 and D4. RGB value is (173,49,212). Sum of RGB (Red+Green+Blue) = 173+49+212=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 212 (83.20% from 255 or 48.85% from 434); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD31D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD31D4 is #52CE2B. Grayscale: #686868. Windows color (decimal): -5426732 or 13906349. OLE color: 13906349.
HSL color Cylindrical-coordinate representation of color #AD31D4: hue angle of 285.64º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD31D4 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 49 | 212 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.17 |
| HSL | 285.64º | 0.65% | 0.51% | - |
| HSV(B) | 285.64º | 0.77% | 0.83% | - |
| XYZ | 30.22 | 15.83 | 63.75 | - |
| YUV | 104.66 | 188.58 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 212 | 0.18 | 0.77 | 0 | 0.17 | 285.64 | 0.65 | 0.51 |
| Hex | AD | 31 | D4 | 12 | 4D | 0 | 11 | 11E | 41 | 33 |
| Octal | 255 | 61 | 324 | 22 | 115 | 0 | 21 | 436 | 101 | 63 |
| Binary | 10101101 | 110001 | 11010100 | 10010 | 1001101 | 0 | 10001 | 100011110 | 1000001 | 110011 |
Color Harmonies of #AD31D4
Complementary color
Monochromatic Colors of #AD31D4
Black with #AD31D4
Text Example
Text Example
White with #AD31D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD31D4; }
p { color: rgb(173,49,212); }
H1.HeaderClassName
{
color: #AD31D4;
}
.AnyTagClassName
{
color: #AD31D4;
}
</style>
background-color css
<style>
a { background-color: #AD31D4; }
a { background-color: rgb(173,49,212); }
div.DivClassName
{
background-color: #AD31D4;
}
.BgClassName
{
background-color: #AD31D4;
}
</style>
border-color css
<style>
span { border-color: #AD31D4; }
span { border-color: rgb(173,49,212); }
td.TdClassName
{
border-color: #AD31D4;
}
.TagClassName
{
border-color: #AD31D4;
}
</style>