Shades of Dark Orchid #AD21AB
Tints of Dark Orchid #AD21AB
RGB
CMYK
RGB Variations
Color information
#AD21AB (or 0xAD21AB) is known color: Dark Orchid. HEX triplet: AD, 21 and AB. RGB value is (173,33,171). Sum of RGB (Red+Green+Blue) = 173+33+171=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD21AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD21AB is #52DE54. Grayscale: #5A5A5A. Windows color (decimal): -5430869 or 11215277. OLE color: 11215277.
HSL color Cylindrical-coordinate representation of color #AD21AB: hue angle of 300.86º 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 #AD21AB is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 171 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.32 |
| HSL | 300.86º | 0.68% | 0.4% | - |
| HSV(B) | 300.86º | 0.81% | 0.68% | - |
| XYZ | 25.13 | 12.91 | 39.7 | - |
| YUV | 90.59 | 173.38 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 171 | 0 | 0.81 | 0.01 | 0.32 | 300.86 | 0.68 | 0.4 |
| Hex | AD | 21 | AB | 0 | 51 | 1 | 20 | 12D | 44 | 28 |
| Octal | 255 | 41 | 253 | 0 | 121 | 1 | 40 | 455 | 104 | 50 |
| Binary | 10101101 | 100001 | 10101011 | 0 | 1010001 | 1 | 100000 | 100101101 | 1000100 | 101000 |
Color Harmonies of #AD21AB
Complementary color
Monochromatic Colors of #AD21AB
Black with #AD21AB
Text Example
Text Example
White with #AD21AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD21AB; }
p { color: rgb(173,33,171); }
H1.HeaderClassName
{
color: #AD21AB;
}
.AnyTagClassName
{
color: #AD21AB;
}
</style>
background-color css
<style>
a { background-color: #AD21AB; }
a { background-color: rgb(173,33,171); }
div.DivClassName
{
background-color: #AD21AB;
}
.BgClassName
{
background-color: #AD21AB;
}
</style>
border-color css
<style>
span { border-color: #AD21AB; }
span { border-color: rgb(173,33,171); }
td.TdClassName
{
border-color: #AD21AB;
}
.TagClassName
{
border-color: #AD21AB;
}
</style>