Shades of Dark Orchid #AD20B4
Tints of Dark Orchid #AD20B4
RGB
CMYK
RGB Variations
Color information
#AD20B4 (or 0xAD20B4) is known color: Dark Orchid. HEX triplet: AD, 20 and B4. RGB value is (173,32,180). Sum of RGB (Red+Green+Blue) = 173+32+180=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD20B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD20B4 is #52DF4B. Grayscale: #5A5A5A. Windows color (decimal): -5431116 or 11804845. OLE color: 11804845.
HSL color Cylindrical-coordinate representation of color #AD20B4: hue angle of 297.16º degrees, saturation: 0.7, 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 #AD20B4 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 32 | 180 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.29 |
| HSL | 297.16º | 0.7% | 0.42% | - |
| HSV(B) | 297.16º | 0.82% | 0.71% | - |
| XYZ | 25.99 | 13.21 | 44.36 | - |
| YUV | 91.03 | 178.21 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 180 | 0.04 | 0.82 | 0 | 0.29 | 297.16 | 0.7 | 0.42 |
| Hex | AD | 20 | B4 | 4 | 52 | 0 | 1D | 129 | 46 | 2A |
| Octal | 255 | 40 | 264 | 4 | 122 | 0 | 35 | 451 | 106 | 52 |
| Binary | 10101101 | 100000 | 10110100 | 100 | 1010010 | 0 | 11101 | 100101001 | 1000110 | 101010 |
Color Harmonies of #AD20B4
Complementary color
Monochromatic Colors of #AD20B4
Black with #AD20B4
Text Example
Text Example
White with #AD20B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD20B4; }
p { color: rgb(173,32,180); }
H1.HeaderClassName
{
color: #AD20B4;
}
.AnyTagClassName
{
color: #AD20B4;
}
</style>
background-color css
<style>
a { background-color: #AD20B4; }
a { background-color: rgb(173,32,180); }
div.DivClassName
{
background-color: #AD20B4;
}
.BgClassName
{
background-color: #AD20B4;
}
</style>
border-color css
<style>
span { border-color: #AD20B4; }
span { border-color: rgb(173,32,180); }
td.TdClassName
{
border-color: #AD20B4;
}
.TagClassName
{
border-color: #AD20B4;
}
</style>