Shades of Dark Orchid #AD36B9
Tints of Dark Orchid #AD36B9
RGB
CMYK
RGB Variations
Color information
#AD36B9 (or 0xAD36B9) is known color: Dark Orchid. HEX triplet: AD, 36 and B9. RGB value is (173,54,185). Sum of RGB (Red+Green+Blue) = 173+54+185=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD36B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD36B9 is #52C946. Grayscale: #686868. Windows color (decimal): -5425479 or 12138157. OLE color: 12138157.
HSL color Cylindrical-coordinate representation of color #AD36B9: hue angle of 294.5º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD36B9 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 54 | 185 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.27 |
| HSL | 294.5º | 0.55% | 0.47% | - |
| HSV(B) | 294.5º | 0.71% | 0.73% | - |
| XYZ | 27.31 | 15.03 | 47.36 | - |
| YUV | 104.52 | 173.42 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 185 | 0.06 | 0.71 | 0 | 0.27 | 294.5 | 0.55 | 0.47 |
| Hex | AD | 36 | B9 | 6 | 47 | 0 | 1B | 127 | 37 | 2F |
| Octal | 255 | 66 | 271 | 6 | 107 | 0 | 33 | 447 | 67 | 57 |
| Binary | 10101101 | 110110 | 10111001 | 110 | 1000111 | 0 | 11011 | 100100111 | 110111 | 101111 |
Color Harmonies of #AD36B9
Complementary color
Monochromatic Colors of #AD36B9
Black with #AD36B9
Text Example
Text Example
White with #AD36B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD36B9; }
p { color: rgb(173,54,185); }
H1.HeaderClassName
{
color: #AD36B9;
}
.AnyTagClassName
{
color: #AD36B9;
}
</style>
background-color css
<style>
a { background-color: #AD36B9; }
a { background-color: rgb(173,54,185); }
div.DivClassName
{
background-color: #AD36B9;
}
.BgClassName
{
background-color: #AD36B9;
}
</style>
border-color css
<style>
span { border-color: #AD36B9; }
span { border-color: rgb(173,54,185); }
td.TdClassName
{
border-color: #AD36B9;
}
.TagClassName
{
border-color: #AD36B9;
}
</style>