Shades of Dark Orchid #AD32BC
Tints of Dark Orchid #AD32BC
RGB
CMYK
RGB Variations
Color information
#AD32BC (or 0xAD32BC) is known color: Dark Orchid. HEX triplet: AD, 32 and BC. RGB value is (173,50,188). Sum of RGB (Red+Green+Blue) = 173+50+188=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD32BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD32BC is #52CD43. Grayscale: #666666. Windows color (decimal): -5426500 or 12333741. OLE color: 12333741.
HSL color Cylindrical-coordinate representation of color #AD32BC: hue angle of 293.48º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD32BC is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 50 | 188 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.26 |
| HSL | 293.48º | 0.58% | 0.47% | - |
| HSV(B) | 293.48º | 0.73% | 0.74% | - |
| XYZ | 27.45 | 14.8 | 48.99 | - |
| YUV | 102.51 | 176.25 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 188 | 0.08 | 0.73 | 0 | 0.26 | 293.48 | 0.58 | 0.47 |
| Hex | AD | 32 | BC | 8 | 49 | 0 | 1A | 125 | 3A | 2F |
| Octal | 255 | 62 | 274 | 10 | 111 | 0 | 32 | 445 | 72 | 57 |
| Binary | 10101101 | 110010 | 10111100 | 1000 | 1001001 | 0 | 11010 | 100100101 | 111010 | 101111 |
Color Harmonies of #AD32BC
Complementary color
Monochromatic Colors of #AD32BC
Black with #AD32BC
Text Example
Text Example
White with #AD32BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD32BC; }
p { color: rgb(173,50,188); }
H1.HeaderClassName
{
color: #AD32BC;
}
.AnyTagClassName
{
color: #AD32BC;
}
</style>
background-color css
<style>
a { background-color: #AD32BC; }
a { background-color: rgb(173,50,188); }
div.DivClassName
{
background-color: #AD32BC;
}
.BgClassName
{
background-color: #AD32BC;
}
</style>
border-color css
<style>
span { border-color: #AD32BC; }
span { border-color: rgb(173,50,188); }
td.TdClassName
{
border-color: #AD32BC;
}
.TagClassName
{
border-color: #AD32BC;
}
</style>