Shades of Dark Orchid #AD20E8
Tints of Dark Orchid #AD20E8
RGB
CMYK
RGB Variations
Color information
#AD20E8 (or 0xAD20E8) is known color: Dark Orchid. HEX triplet: AD, 20 and E8. RGB value is (173,32,232). Sum of RGB (Red+Green+Blue) = 173+32+232=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 232 (91.02% from 255 or 53.09% from 437); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD20E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD20E8 is #52DF17. Grayscale: #606060. Windows color (decimal): -5431064 or 15212717. OLE color: 15212717.
HSL color Cylindrical-coordinate representation of color #AD20E8: hue angle of 282.3º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD20E8 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 32 | 232 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.09 |
| HSL | 282.3º | 0.81% | 0.52% | - |
| HSV(B) | 282.3º | 0.86% | 0.91% | - |
| XYZ | 32.32 | 15.74 | 77.68 | - |
| YUV | 96.96 | 204.21 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 232 | 0.25 | 0.86 | 0 | 0.09 | 282.3 | 0.81 | 0.52 |
| Hex | AD | 20 | E8 | 19 | 56 | 0 | 9 | 11A | 51 | 34 |
| Octal | 255 | 40 | 350 | 31 | 126 | 0 | 11 | 432 | 121 | 64 |
| Binary | 10101101 | 100000 | 11101000 | 11001 | 1010110 | 0 | 1001 | 100011010 | 1010001 | 110100 |
Color Harmonies of #AD20E8
Complementary color
Monochromatic Colors of #AD20E8
Black with #AD20E8
Text Example
Text Example
White with #AD20E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD20E8; }
p { color: rgb(173,32,232); }
H1.HeaderClassName
{
color: #AD20E8;
}
.AnyTagClassName
{
color: #AD20E8;
}
</style>
background-color css
<style>
a { background-color: #AD20E8; }
a { background-color: rgb(173,32,232); }
div.DivClassName
{
background-color: #AD20E8;
}
.BgClassName
{
background-color: #AD20E8;
}
</style>
border-color css
<style>
span { border-color: #AD20E8; }
span { border-color: rgb(173,32,232); }
td.TdClassName
{
border-color: #AD20E8;
}
.TagClassName
{
border-color: #AD20E8;
}
</style>