Shades of Dark Orchid #AD21BB
Tints of Dark Orchid #AD21BB
RGB
CMYK
RGB Variations
Color information
#AD21BB (or 0xAD21BB) is known color: Dark Orchid. HEX triplet: AD, 21 and BB. RGB value is (173,33,187). Sum of RGB (Red+Green+Blue) = 173+33+187=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 33 (13.28% from 255 or 8.40% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD21BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD21BB is #52DE44. Grayscale: #5B5B5B. Windows color (decimal): -5430853 or 12263853. OLE color: 12263853.
HSL color Cylindrical-coordinate representation of color #AD21BB: hue angle of 294.55º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD21BB is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 33 | 187 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.27 |
| HSL | 294.55º | 0.7% | 0.43% | - |
| HSV(B) | 294.55º | 0.82% | 0.73% | - |
| XYZ | 26.75 | 13.56 | 48.22 | - |
| YUV | 92.42 | 181.38 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 187 | 0.07 | 0.82 | 0 | 0.27 | 294.55 | 0.7 | 0.43 |
| Hex | AD | 21 | BB | 7 | 52 | 0 | 1B | 127 | 46 | 2B |
| Octal | 255 | 41 | 273 | 7 | 122 | 0 | 33 | 447 | 106 | 53 |
| Binary | 10101101 | 100001 | 10111011 | 111 | 1010010 | 0 | 11011 | 100100111 | 1000110 | 101011 |
Color Harmonies of #AD21BB
Complementary color
Monochromatic Colors of #AD21BB
Black with #AD21BB
Text Example
Text Example
White with #AD21BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD21BB; }
p { color: rgb(173,33,187); }
H1.HeaderClassName
{
color: #AD21BB;
}
.AnyTagClassName
{
color: #AD21BB;
}
</style>
background-color css
<style>
a { background-color: #AD21BB; }
a { background-color: rgb(173,33,187); }
div.DivClassName
{
background-color: #AD21BB;
}
.BgClassName
{
background-color: #AD21BB;
}
</style>
border-color css
<style>
span { border-color: #AD21BB; }
span { border-color: rgb(173,33,187); }
td.TdClassName
{
border-color: #AD21BB;
}
.TagClassName
{
border-color: #AD21BB;
}
</style>