Shades of Dark Orchid #AD21BE
Tints of Dark Orchid #AD21BE
RGB
CMYK
RGB Variations
Color information
#AD21BE (or 0xAD21BE) is known color: Dark Orchid. HEX triplet: AD, 21 and BE. RGB value is (173,33,190). Sum of RGB (Red+Green+Blue) = 173+33+190=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD21BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD21BE is #52DE41. Grayscale: #5C5C5C. Windows color (decimal): -5430850 or 12460461. OLE color: 12460461.
HSL color Cylindrical-coordinate representation of color #AD21BE: hue angle of 293.5º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD21BE is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 33 | 190 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.25 |
| HSL | 293.5º | 0.7% | 0.44% | - |
| HSV(B) | 293.5º | 0.83% | 0.75% | - |
| XYZ | 27.07 | 13.69 | 49.93 | - |
| YUV | 92.76 | 182.88 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 190 | 0.09 | 0.83 | 0 | 0.25 | 293.5 | 0.7 | 0.44 |
| Hex | AD | 21 | BE | 9 | 53 | 0 | 19 | 126 | 46 | 2C |
| Octal | 255 | 41 | 276 | 11 | 123 | 0 | 31 | 446 | 106 | 54 |
| Binary | 10101101 | 100001 | 10111110 | 1001 | 1010011 | 0 | 11001 | 100100110 | 1000110 | 101100 |
Color Harmonies of #AD21BE
Complementary color
Monochromatic Colors of #AD21BE
Black with #AD21BE
Text Example
Text Example
White with #AD21BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD21BE; }
p { color: rgb(173,33,190); }
H1.HeaderClassName
{
color: #AD21BE;
}
.AnyTagClassName
{
color: #AD21BE;
}
</style>
background-color css
<style>
a { background-color: #AD21BE; }
a { background-color: rgb(173,33,190); }
div.DivClassName
{
background-color: #AD21BE;
}
.BgClassName
{
background-color: #AD21BE;
}
</style>
border-color css
<style>
span { border-color: #AD21BE; }
span { border-color: rgb(173,33,190); }
td.TdClassName
{
border-color: #AD21BE;
}
.TagClassName
{
border-color: #AD21BE;
}
</style>