Shades of Dark Orchid #AD31D5
Tints of Dark Orchid #AD31D5
RGB
CMYK
RGB Variations
Color information
#AD31D5 (or 0xAD31D5) is known color: Dark Orchid. HEX triplet: AD, 31 and D5. RGB value is (173,49,213). Sum of RGB (Red+Green+Blue) = 173+49+213=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 213 (83.59% from 255 or 48.97% from 435); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD31D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD31D5 is #52CE2A. Grayscale: #686868. Windows color (decimal): -5426731 or 13971885. OLE color: 13971885.
HSL color Cylindrical-coordinate representation of color #AD31D5: hue angle of 285.37º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD31D5 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 49 | 213 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.16 |
| HSL | 285.37º | 0.66% | 0.51% | - |
| HSV(B) | 285.37º | 0.77% | 0.84% | - |
| XYZ | 30.34 | 15.88 | 64.42 | - |
| YUV | 104.77 | 189.08 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 213 | 0.19 | 0.77 | 0 | 0.16 | 285.37 | 0.66 | 0.51 |
| Hex | AD | 31 | D5 | 13 | 4D | 0 | 10 | 11D | 42 | 33 |
| Octal | 255 | 61 | 325 | 23 | 115 | 0 | 20 | 435 | 102 | 63 |
| Binary | 10101101 | 110001 | 11010101 | 10011 | 1001101 | 0 | 10000 | 100011101 | 1000010 | 110011 |
Color Harmonies of #AD31D5
Complementary color
Monochromatic Colors of #AD31D5
Black with #AD31D5
Text Example
Text Example
White with #AD31D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD31D5; }
p { color: rgb(173,49,213); }
H1.HeaderClassName
{
color: #AD31D5;
}
.AnyTagClassName
{
color: #AD31D5;
}
</style>
background-color css
<style>
a { background-color: #AD31D5; }
a { background-color: rgb(173,49,213); }
div.DivClassName
{
background-color: #AD31D5;
}
.BgClassName
{
background-color: #AD31D5;
}
</style>
border-color css
<style>
span { border-color: #AD31D5; }
span { border-color: rgb(173,49,213); }
td.TdClassName
{
border-color: #AD31D5;
}
.TagClassName
{
border-color: #AD31D5;
}
</style>