Shades of Dark Orchid #AD21AC
Tints of Dark Orchid #AD21AC
RGB
CMYK
RGB Variations
Color information
#AD21AC (or 0xAD21AC) is known color: Dark Orchid. HEX triplet: AD, 21 and AC. RGB value is (173,33,172). Sum of RGB (Red+Green+Blue) = 173+33+172=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD21AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD21AC is #52DE53. Grayscale: #5A5A5A. Windows color (decimal): -5430868 or 11280813. OLE color: 11280813.
HSL color Cylindrical-coordinate representation of color #AD21AC: hue angle of 300.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD21AC is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 172 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.32 |
| HSL | 300.43º | 0.68% | 0.4% | - |
| HSV(B) | 300.43º | 0.81% | 0.68% | - |
| XYZ | 25.22 | 12.95 | 40.2 | - |
| YUV | 90.71 | 173.88 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 172 | 0 | 0.81 | 0.01 | 0.32 | 300.43 | 0.68 | 0.4 |
| Hex | AD | 21 | AC | 0 | 51 | 1 | 20 | 12C | 44 | 28 |
| Octal | 255 | 41 | 254 | 0 | 121 | 1 | 40 | 454 | 104 | 50 |
| Binary | 10101101 | 100001 | 10101100 | 0 | 1010001 | 1 | 100000 | 100101100 | 1000100 | 101000 |
Color Harmonies of #AD21AC
Complementary color
Monochromatic Colors of #AD21AC
Black with #AD21AC
Text Example
Text Example
White with #AD21AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD21AC; }
p { color: rgb(173,33,172); }
H1.HeaderClassName
{
color: #AD21AC;
}
.AnyTagClassName
{
color: #AD21AC;
}
</style>
background-color css
<style>
a { background-color: #AD21AC; }
a { background-color: rgb(173,33,172); }
div.DivClassName
{
background-color: #AD21AC;
}
.BgClassName
{
background-color: #AD21AC;
}
</style>
border-color css
<style>
span { border-color: #AD21AC; }
span { border-color: rgb(173,33,172); }
td.TdClassName
{
border-color: #AD21AC;
}
.TagClassName
{
border-color: #AD21AC;
}
</style>