Shades of Dark Orchid #AD36B8
Tints of Dark Orchid #AD36B8
RGB
CMYK
RGB Variations
Color information
#AD36B8 (or 0xAD36B8) is known color: Dark Orchid. HEX triplet: AD, 36 and B8. RGB value is (173,54,184). Sum of RGB (Red+Green+Blue) = 173+54+184=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 184 (72.27% from 255 or 44.77% from 411); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD36B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD36B8 is #52C947. Grayscale: #676767. Windows color (decimal): -5425480 or 12072621. OLE color: 12072621.
HSL color Cylindrical-coordinate representation of color #AD36B8: hue angle of 294.92º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD36B8 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 54 | 184 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.28 |
| HSL | 294.92º | 0.55% | 0.47% | - |
| HSV(B) | 294.92º | 0.71% | 0.72% | - |
| XYZ | 27.2 | 14.98 | 46.81 | - |
| YUV | 104.4 | 172.92 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 184 | 0.06 | 0.71 | 0 | 0.28 | 294.92 | 0.55 | 0.47 |
| Hex | AD | 36 | B8 | 6 | 47 | 0 | 1C | 127 | 37 | 2F |
| Octal | 255 | 66 | 270 | 6 | 107 | 0 | 34 | 447 | 67 | 57 |
| Binary | 10101101 | 110110 | 10111000 | 110 | 1000111 | 0 | 11100 | 100100111 | 110111 | 101111 |
Color Harmonies of #AD36B8
Complementary color
Monochromatic Colors of #AD36B8
Black with #AD36B8
Text Example
Text Example
White with #AD36B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD36B8; }
p { color: rgb(173,54,184); }
H1.HeaderClassName
{
color: #AD36B8;
}
.AnyTagClassName
{
color: #AD36B8;
}
</style>
background-color css
<style>
a { background-color: #AD36B8; }
a { background-color: rgb(173,54,184); }
div.DivClassName
{
background-color: #AD36B8;
}
.BgClassName
{
background-color: #AD36B8;
}
</style>
border-color css
<style>
span { border-color: #AD36B8; }
span { border-color: rgb(173,54,184); }
td.TdClassName
{
border-color: #AD36B8;
}
.TagClassName
{
border-color: #AD36B8;
}
</style>