Shades of Dark Orchid #AD36C6
Tints of Dark Orchid #AD36C6
RGB
CMYK
RGB Variations
Color information
#AD36C6 (or 0xAD36C6) is known color: Dark Orchid. HEX triplet: AD, 36 and C6. RGB value is (173,54,198). Sum of RGB (Red+Green+Blue) = 173+54+198=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 54 (21.48% from 255 or 12.71% from 425); Blue value is 198 (77.73% from 255 or 46.59% from 425); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD36C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD36C6 is #52C939. Grayscale: #696969. Windows color (decimal): -5425466 or 12990125. OLE color: 12990125.
HSL color Cylindrical-coordinate representation of color #AD36C6: hue angle of 289.58º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD36C6 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 54 | 198 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.22 |
| HSL | 289.58º | 0.57% | 0.49% | - |
| HSV(B) | 289.58º | 0.73% | 0.78% | - |
| XYZ | 28.75 | 15.6 | 54.92 | - |
| YUV | 106 | 179.92 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 198 | 0.13 | 0.73 | 0 | 0.22 | 289.58 | 0.57 | 0.49 |
| Hex | AD | 36 | C6 | D | 49 | 0 | 16 | 122 | 39 | 31 |
| Octal | 255 | 66 | 306 | 15 | 111 | 0 | 26 | 442 | 71 | 61 |
| Binary | 10101101 | 110110 | 11000110 | 1101 | 1001001 | 0 | 10110 | 100100010 | 111001 | 110001 |
Color Harmonies of #AD36C6
Complementary color
Monochromatic Colors of #AD36C6
Black with #AD36C6
Text Example
Text Example
White with #AD36C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD36C6; }
p { color: rgb(173,54,198); }
H1.HeaderClassName
{
color: #AD36C6;
}
.AnyTagClassName
{
color: #AD36C6;
}
</style>
background-color css
<style>
a { background-color: #AD36C6; }
a { background-color: rgb(173,54,198); }
div.DivClassName
{
background-color: #AD36C6;
}
.BgClassName
{
background-color: #AD36C6;
}
</style>
border-color css
<style>
span { border-color: #AD36C6; }
span { border-color: rgb(173,54,198); }
td.TdClassName
{
border-color: #AD36C6;
}
.TagClassName
{
border-color: #AD36C6;
}
</style>