Shades of Dark Orchid #AD21B4
Tints of Dark Orchid #AD21B4
RGB
CMYK
RGB Variations
Color information
#AD21B4 (or 0xAD21B4) is known color: Dark Orchid. HEX triplet: AD, 21 and B4. RGB value is (173,33,180). Sum of RGB (Red+Green+Blue) = 173+33+180=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD21B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD21B4 is #52DE4B. Grayscale: #5B5B5B. Windows color (decimal): -5430860 or 11805101. OLE color: 11805101.
HSL color Cylindrical-coordinate representation of color #AD21B4: hue angle of 297.14º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD21B4 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 33 | 180 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.29 |
| HSL | 297.14º | 0.69% | 0.42% | - |
| HSV(B) | 297.14º | 0.82% | 0.71% | - |
| XYZ | 26.02 | 13.27 | 44.37 | - |
| YUV | 91.62 | 177.88 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 180 | 0.04 | 0.82 | 0 | 0.29 | 297.14 | 0.69 | 0.42 |
| Hex | AD | 21 | B4 | 4 | 52 | 0 | 1D | 129 | 45 | 2A |
| Octal | 255 | 41 | 264 | 4 | 122 | 0 | 35 | 451 | 105 | 52 |
| Binary | 10101101 | 100001 | 10110100 | 100 | 1010010 | 0 | 11101 | 100101001 | 1000101 | 101010 |
Color Harmonies of #AD21B4
Complementary color
Monochromatic Colors of #AD21B4
Black with #AD21B4
Text Example
Text Example
White with #AD21B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD21B4; }
p { color: rgb(173,33,180); }
H1.HeaderClassName
{
color: #AD21B4;
}
.AnyTagClassName
{
color: #AD21B4;
}
</style>
background-color css
<style>
a { background-color: #AD21B4; }
a { background-color: rgb(173,33,180); }
div.DivClassName
{
background-color: #AD21B4;
}
.BgClassName
{
background-color: #AD21B4;
}
</style>
border-color css
<style>
span { border-color: #AD21B4; }
span { border-color: rgb(173,33,180); }
td.TdClassName
{
border-color: #AD21B4;
}
.TagClassName
{
border-color: #AD21B4;
}
</style>