Shades of Dark Orchid #AD21CA
Tints of Dark Orchid #AD21CA
RGB
CMYK
RGB Variations
Color information
#AD21CA (or 0xAD21CA) is known color: Dark Orchid. HEX triplet: AD, 21 and CA. RGB value is (173,33,202). Sum of RGB (Red+Green+Blue) = 173+33+202=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 33 (13.28% from 255 or 8.09% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD21CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD21CA is #52DE35. Grayscale: #5D5D5D. Windows color (decimal): -5430838 or 13246893. OLE color: 13246893.
HSL color Cylindrical-coordinate representation of color #AD21CA: hue angle of 289.7º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD21CA is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 33 | 202 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.21 |
| HSL | 289.7º | 0.72% | 0.46% | - |
| HSV(B) | 289.7º | 0.84% | 0.79% | - |
| XYZ | 28.44 | 14.24 | 57.13 | - |
| YUV | 94.13 | 188.88 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 202 | 0.14 | 0.84 | 0 | 0.21 | 289.7 | 0.72 | 0.46 |
| Hex | AD | 21 | CA | E | 54 | 0 | 15 | 122 | 48 | 2E |
| Octal | 255 | 41 | 312 | 16 | 124 | 0 | 25 | 442 | 110 | 56 |
| Binary | 10101101 | 100001 | 11001010 | 1110 | 1010100 | 0 | 10101 | 100100010 | 1001000 | 101110 |
Color Harmonies of #AD21CA
Complementary color
Monochromatic Colors of #AD21CA
Black with #AD21CA
Text Example
Text Example
White with #AD21CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD21CA; }
p { color: rgb(173,33,202); }
H1.HeaderClassName
{
color: #AD21CA;
}
.AnyTagClassName
{
color: #AD21CA;
}
</style>
background-color css
<style>
a { background-color: #AD21CA; }
a { background-color: rgb(173,33,202); }
div.DivClassName
{
background-color: #AD21CA;
}
.BgClassName
{
background-color: #AD21CA;
}
</style>
border-color css
<style>
span { border-color: #AD21CA; }
span { border-color: rgb(173,33,202); }
td.TdClassName
{
border-color: #AD21CA;
}
.TagClassName
{
border-color: #AD21CA;
}
</style>