Shades of Dark Orchid #AD21E9
Tints of Dark Orchid #AD21E9
RGB
CMYK
RGB Variations
Color information
#AD21E9 (or 0xAD21E9) is known color: Dark Orchid. HEX triplet: AD, 21 and E9. RGB value is (173,33,233). Sum of RGB (Red+Green+Blue) = 173+33+233=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 33 (13.28% from 255 or 7.52% from 439); Blue value is 233 (91.41% from 255 or 53.08% from 439); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD21E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD21E9 is #52DE16. Grayscale: #616161. Windows color (decimal): -5430807 or 15278509. OLE color: 15278509.
HSL color Cylindrical-coordinate representation of color #AD21E9: hue angle of 282º degrees, saturation: 0.82, 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 #AD21E9 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 33 | 233 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.09 |
| HSL | 282º | 0.82% | 0.52% | - |
| HSV(B) | 282º | 0.86% | 0.91% | - |
| XYZ | 32.49 | 15.86 | 78.44 | - |
| YUV | 97.66 | 204.38 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 233 | 0.26 | 0.86 | 0 | 0.09 | 282 | 0.82 | 0.52 |
| Hex | AD | 21 | E9 | 1A | 56 | 0 | 9 | 11A | 52 | 34 |
| Octal | 255 | 41 | 351 | 32 | 126 | 0 | 11 | 432 | 122 | 64 |
| Binary | 10101101 | 100001 | 11101001 | 11010 | 1010110 | 0 | 1001 | 100011010 | 1010010 | 110100 |
Color Harmonies of #AD21E9
Complementary color
Monochromatic Colors of #AD21E9
Black with #AD21E9
Text Example
Text Example
White with #AD21E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD21E9; }
p { color: rgb(173,33,233); }
H1.HeaderClassName
{
color: #AD21E9;
}
.AnyTagClassName
{
color: #AD21E9;
}
</style>
background-color css
<style>
a { background-color: #AD21E9; }
a { background-color: rgb(173,33,233); }
div.DivClassName
{
background-color: #AD21E9;
}
.BgClassName
{
background-color: #AD21E9;
}
</style>
border-color css
<style>
span { border-color: #AD21E9; }
span { border-color: rgb(173,33,233); }
td.TdClassName
{
border-color: #AD21E9;
}
.TagClassName
{
border-color: #AD21E9;
}
</style>