Shades of Dark Orchid #AD21B7
Tints of Dark Orchid #AD21B7
RGB
CMYK
RGB Variations
Color information
#AD21B7 (or 0xAD21B7) is known color: Dark Orchid. HEX triplet: AD, 21 and B7. RGB value is (173,33,183). Sum of RGB (Red+Green+Blue) = 173+33+183=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 183 (71.88% from 255 or 47.04% from 389); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD21B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD21B7 is #52DE48. Grayscale: #5B5B5B. Windows color (decimal): -5430857 or 12001709. OLE color: 12001709.
HSL color Cylindrical-coordinate representation of color #AD21B7: hue angle of 296º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD21B7 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 33 | 183 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.28 |
| HSL | 296º | 0.69% | 0.42% | - |
| HSV(B) | 296º | 0.82% | 0.72% | - |
| XYZ | 26.32 | 13.39 | 46 | - |
| YUV | 91.96 | 179.38 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 183 | 0.05 | 0.82 | 0 | 0.28 | 296 | 0.69 | 0.42 |
| Hex | AD | 21 | B7 | 5 | 52 | 0 | 1C | 128 | 45 | 2A |
| Octal | 255 | 41 | 267 | 5 | 122 | 0 | 34 | 450 | 105 | 52 |
| Binary | 10101101 | 100001 | 10110111 | 101 | 1010010 | 0 | 11100 | 100101000 | 1000101 | 101010 |
Color Harmonies of #AD21B7
Complementary color
Monochromatic Colors of #AD21B7
Black with #AD21B7
Text Example
Text Example
White with #AD21B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD21B7; }
p { color: rgb(173,33,183); }
H1.HeaderClassName
{
color: #AD21B7;
}
.AnyTagClassName
{
color: #AD21B7;
}
</style>
background-color css
<style>
a { background-color: #AD21B7; }
a { background-color: rgb(173,33,183); }
div.DivClassName
{
background-color: #AD21B7;
}
.BgClassName
{
background-color: #AD21B7;
}
</style>
border-color css
<style>
span { border-color: #AD21B7; }
span { border-color: rgb(173,33,183); }
td.TdClassName
{
border-color: #AD21B7;
}
.TagClassName
{
border-color: #AD21B7;
}
</style>