Shades of Dark Orchid #AD21BC
Tints of Dark Orchid #AD21BC
RGB
CMYK
RGB Variations
Color information
#AD21BC (or 0xAD21BC) is known color: Dark Orchid. HEX triplet: AD, 21 and BC. RGB value is (173,33,188). Sum of RGB (Red+Green+Blue) = 173+33+188=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD21BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD21BC is #52DE43. Grayscale: #5C5C5C. Windows color (decimal): -5430852 or 12329389. OLE color: 12329389.
HSL color Cylindrical-coordinate representation of color #AD21BC: hue angle of 294.19º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD21BC is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 33 | 188 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.26 |
| HSL | 294.19º | 0.7% | 0.43% | - |
| HSV(B) | 294.19º | 0.82% | 0.74% | - |
| XYZ | 26.85 | 13.6 | 48.79 | - |
| YUV | 92.53 | 181.88 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 188 | 0.08 | 0.82 | 0 | 0.26 | 294.19 | 0.7 | 0.43 |
| Hex | AD | 21 | BC | 8 | 52 | 0 | 1A | 126 | 46 | 2B |
| Octal | 255 | 41 | 274 | 10 | 122 | 0 | 32 | 446 | 106 | 53 |
| Binary | 10101101 | 100001 | 10111100 | 1000 | 1010010 | 0 | 11010 | 100100110 | 1000110 | 101011 |
Color Harmonies of #AD21BC
Complementary color
Monochromatic Colors of #AD21BC
Black with #AD21BC
Text Example
Text Example
White with #AD21BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD21BC; }
p { color: rgb(173,33,188); }
H1.HeaderClassName
{
color: #AD21BC;
}
.AnyTagClassName
{
color: #AD21BC;
}
</style>
background-color css
<style>
a { background-color: #AD21BC; }
a { background-color: rgb(173,33,188); }
div.DivClassName
{
background-color: #AD21BC;
}
.BgClassName
{
background-color: #AD21BC;
}
</style>
border-color css
<style>
span { border-color: #AD21BC; }
span { border-color: rgb(173,33,188); }
td.TdClassName
{
border-color: #AD21BC;
}
.TagClassName
{
border-color: #AD21BC;
}
</style>