Shades of Dark Orchid #AD31E8
Tints of Dark Orchid #AD31E8
RGB
CMYK
RGB Variations
Color information
#AD31E8 (or 0xAD31E8) is known color: Dark Orchid. HEX triplet: AD, 31 and E8. RGB value is (173,49,232). Sum of RGB (Red+Green+Blue) = 173+49+232=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 49 (19.53% from 255 or 10.79% from 454); Blue value is 232 (91.02% from 255 or 51.10% from 454); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD31E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD31E8 is #52CE17. Grayscale: #6A6A6A. Windows color (decimal): -5426712 or 15217069. OLE color: 15217069.
HSL color Cylindrical-coordinate representation of color #AD31E8: hue angle of 280.66º degrees, saturation: 0.8, 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 #AD31E8 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 49 | 232 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.09 |
| HSL | 280.66º | 0.8% | 0.55% | - |
| HSV(B) | 280.66º | 0.79% | 0.91% | - |
| XYZ | 32.9 | 16.91 | 77.87 | - |
| YUV | 106.94 | 198.58 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 232 | 0.25 | 0.79 | 0 | 0.09 | 280.66 | 0.8 | 0.55 |
| Hex | AD | 31 | E8 | 19 | 4F | 0 | 9 | 119 | 50 | 37 |
| Octal | 255 | 61 | 350 | 31 | 117 | 0 | 11 | 431 | 120 | 67 |
| Binary | 10101101 | 110001 | 11101000 | 11001 | 1001111 | 0 | 1001 | 100011001 | 1010000 | 110111 |
Color Harmonies of #AD31E8
Complementary color
Monochromatic Colors of #AD31E8
Black with #AD31E8
Text Example
Text Example
White with #AD31E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD31E8; }
p { color: rgb(173,49,232); }
H1.HeaderClassName
{
color: #AD31E8;
}
.AnyTagClassName
{
color: #AD31E8;
}
</style>
background-color css
<style>
a { background-color: #AD31E8; }
a { background-color: rgb(173,49,232); }
div.DivClassName
{
background-color: #AD31E8;
}
.BgClassName
{
background-color: #AD31E8;
}
</style>
border-color css
<style>
span { border-color: #AD31E8; }
span { border-color: rgb(173,49,232); }
td.TdClassName
{
border-color: #AD31E8;
}
.TagClassName
{
border-color: #AD31E8;
}
</style>