Shades of Dark Orchid #AD36BC
Tints of Dark Orchid #AD36BC
RGB
CMYK
RGB Variations
Color information
#AD36BC (or 0xAD36BC) is known color: Dark Orchid. HEX triplet: AD, 36 and BC. RGB value is (173,54,188). Sum of RGB (Red+Green+Blue) = 173+54+188=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD36BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD36BC is #52C943. Grayscale: #686868. Windows color (decimal): -5425476 or 12334765. OLE color: 12334765.
HSL color Cylindrical-coordinate representation of color #AD36BC: hue angle of 293.28º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD36BC is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 54 | 188 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.26 |
| HSL | 293.28º | 0.55% | 0.47% | - |
| HSV(B) | 293.28º | 0.71% | 0.74% | - |
| XYZ | 27.63 | 15.15 | 49.05 | - |
| YUV | 104.86 | 174.92 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 188 | 0.08 | 0.71 | 0 | 0.26 | 293.28 | 0.55 | 0.47 |
| Hex | AD | 36 | BC | 8 | 47 | 0 | 1A | 125 | 37 | 2F |
| Octal | 255 | 66 | 274 | 10 | 107 | 0 | 32 | 445 | 67 | 57 |
| Binary | 10101101 | 110110 | 10111100 | 1000 | 1000111 | 0 | 11010 | 100100101 | 110111 | 101111 |
Color Harmonies of #AD36BC
Complementary color
Monochromatic Colors of #AD36BC
Black with #AD36BC
Text Example
Text Example
White with #AD36BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD36BC; }
p { color: rgb(173,54,188); }
H1.HeaderClassName
{
color: #AD36BC;
}
.AnyTagClassName
{
color: #AD36BC;
}
</style>
background-color css
<style>
a { background-color: #AD36BC; }
a { background-color: rgb(173,54,188); }
div.DivClassName
{
background-color: #AD36BC;
}
.BgClassName
{
background-color: #AD36BC;
}
</style>
border-color css
<style>
span { border-color: #AD36BC; }
span { border-color: rgb(173,54,188); }
td.TdClassName
{
border-color: #AD36BC;
}
.TagClassName
{
border-color: #AD36BC;
}
</style>