Shades of Dark Orchid #AD36C7
Tints of Dark Orchid #AD36C7
RGB
CMYK
RGB Variations
Color information
#AD36C7 (or 0xAD36C7) is known color: Dark Orchid. HEX triplet: AD, 36 and C7. RGB value is (173,54,199). Sum of RGB (Red+Green+Blue) = 173+54+199=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 199 (78.12% from 255 or 46.71% from 426); Max value from RGB is 199 - color contains mainly: blue. Hex color #AD36C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD36C7 is #52C938. Grayscale: #696969. Windows color (decimal): -5425465 or 13055661. OLE color: 13055661.
HSL color Cylindrical-coordinate representation of color #AD36C7: hue angle of 289.24º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD36C7 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 54 | 199 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.22 |
| HSL | 289.24º | 0.57% | 0.5% | - |
| HSV(B) | 289.24º | 0.73% | 0.78% | - |
| XYZ | 28.86 | 15.65 | 55.53 | - |
| YUV | 106.11 | 180.42 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 199 | 0.13 | 0.73 | 0 | 0.22 | 289.24 | 0.57 | 0.5 |
| Hex | AD | 36 | C7 | D | 49 | 0 | 16 | 121 | 39 | 32 |
| Octal | 255 | 66 | 307 | 15 | 111 | 0 | 26 | 441 | 71 | 62 |
| Binary | 10101101 | 110110 | 11000111 | 1101 | 1001001 | 0 | 10110 | 100100001 | 111001 | 110010 |
Color Harmonies of #AD36C7
Complementary color
Monochromatic Colors of #AD36C7
Black with #AD36C7
Text Example
Text Example
White with #AD36C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD36C7; }
p { color: rgb(173,54,199); }
H1.HeaderClassName
{
color: #AD36C7;
}
.AnyTagClassName
{
color: #AD36C7;
}
</style>
background-color css
<style>
a { background-color: #AD36C7; }
a { background-color: rgb(173,54,199); }
div.DivClassName
{
background-color: #AD36C7;
}
.BgClassName
{
background-color: #AD36C7;
}
</style>
border-color css
<style>
span { border-color: #AD36C7; }
span { border-color: rgb(173,54,199); }
td.TdClassName
{
border-color: #AD36C7;
}
.TagClassName
{
border-color: #AD36C7;
}
</style>