Shades of Dark Orchid #AD31D7
Tints of Dark Orchid #AD31D7
RGB
CMYK
RGB Variations
Color information
#AD31D7 (or 0xAD31D7) is known color: Dark Orchid. HEX triplet: AD, 31 and D7. RGB value is (173,49,215). Sum of RGB (Red+Green+Blue) = 173+49+215=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 215 (84.38% from 255 or 49.20% from 437); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD31D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD31D7 is #52CE28. Grayscale: #686868. Windows color (decimal): -5426729 or 14102957. OLE color: 14102957.
HSL color Cylindrical-coordinate representation of color #AD31D7: hue angle of 284.82º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD31D7 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 49 | 215 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.16 |
| HSL | 284.82º | 0.67% | 0.52% | - |
| HSV(B) | 284.82º | 0.77% | 0.84% | - |
| XYZ | 30.6 | 15.99 | 65.76 | - |
| YUV | 105 | 190.08 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 215 | 0.20 | 0.77 | 0 | 0.16 | 284.82 | 0.67 | 0.52 |
| Hex | AD | 31 | D7 | 14 | 4D | 0 | 10 | 11D | 43 | 34 |
| Octal | 255 | 61 | 327 | 24 | 115 | 0 | 20 | 435 | 103 | 64 |
| Binary | 10101101 | 110001 | 11010111 | 10100 | 1001101 | 0 | 10000 | 100011101 | 1000011 | 110100 |
Color Harmonies of #AD31D7
Complementary color
Monochromatic Colors of #AD31D7
Black with #AD31D7
Text Example
Text Example
White with #AD31D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD31D7; }
p { color: rgb(173,49,215); }
H1.HeaderClassName
{
color: #AD31D7;
}
.AnyTagClassName
{
color: #AD31D7;
}
</style>
background-color css
<style>
a { background-color: #AD31D7; }
a { background-color: rgb(173,49,215); }
div.DivClassName
{
background-color: #AD31D7;
}
.BgClassName
{
background-color: #AD31D7;
}
</style>
border-color css
<style>
span { border-color: #AD31D7; }
span { border-color: rgb(173,49,215); }
td.TdClassName
{
border-color: #AD31D7;
}
.TagClassName
{
border-color: #AD31D7;
}
</style>