Shades of Dark Orchid #AD31E9
Tints of Dark Orchid #AD31E9
RGB
CMYK
RGB Variations
Color information
#AD31E9 (or 0xAD31E9) is known color: Dark Orchid. HEX triplet: AD, 31 and E9. RGB value is (173,49,233). Sum of RGB (Red+Green+Blue) = 173+49+233=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 233 (91.41% from 255 or 51.21% from 455); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD31E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD31E9 is #52CE16. Grayscale: #6A6A6A. Windows color (decimal): -5426711 or 15282605. OLE color: 15282605.
HSL color Cylindrical-coordinate representation of color #AD31E9: hue angle of 280.43º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD31E9 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 49 | 233 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.09 |
| HSL | 280.43º | 0.81% | 0.55% | - |
| HSV(B) | 280.43º | 0.79% | 0.91% | - |
| XYZ | 33.04 | 16.96 | 78.62 | - |
| YUV | 107.05 | 199.08 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 233 | 0.26 | 0.79 | 0 | 0.09 | 280.43 | 0.81 | 0.55 |
| Hex | AD | 31 | E9 | 1A | 4F | 0 | 9 | 118 | 51 | 37 |
| Octal | 255 | 61 | 351 | 32 | 117 | 0 | 11 | 430 | 121 | 67 |
| Binary | 10101101 | 110001 | 11101001 | 11010 | 1001111 | 0 | 1001 | 100011000 | 1010001 | 110111 |
Color Harmonies of #AD31E9
Complementary color
Monochromatic Colors of #AD31E9
Black with #AD31E9
Text Example
Text Example
White with #AD31E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD31E9; }
p { color: rgb(173,49,233); }
H1.HeaderClassName
{
color: #AD31E9;
}
.AnyTagClassName
{
color: #AD31E9;
}
</style>
background-color css
<style>
a { background-color: #AD31E9; }
a { background-color: rgb(173,49,233); }
div.DivClassName
{
background-color: #AD31E9;
}
.BgClassName
{
background-color: #AD31E9;
}
</style>
border-color css
<style>
span { border-color: #AD31E9; }
span { border-color: rgb(173,49,233); }
td.TdClassName
{
border-color: #AD31E9;
}
.TagClassName
{
border-color: #AD31E9;
}
</style>