Shades of Dark Orchid #AD36C4
Tints of Dark Orchid #AD36C4
RGB
CMYK
RGB Variations
Color information
#AD36C4 (or 0xAD36C4) is known color: Dark Orchid. HEX triplet: AD, 36 and C4. RGB value is (173,54,196). Sum of RGB (Red+Green+Blue) = 173+54+196=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 196 (76.95% from 255 or 46.34% from 423); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD36C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD36C4 is #52C93B. Grayscale: #696969. Windows color (decimal): -5425468 or 12859053. OLE color: 12859053.
HSL color Cylindrical-coordinate representation of color #AD36C4: hue angle of 290.28º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD36C4 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 54 | 196 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.23 |
| HSL | 290.28º | 0.57% | 0.49% | - |
| HSV(B) | 290.28º | 0.72% | 0.77% | - |
| XYZ | 28.52 | 15.51 | 53.71 | - |
| YUV | 105.77 | 178.92 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 196 | 0.12 | 0.72 | 0 | 0.23 | 290.28 | 0.57 | 0.49 |
| Hex | AD | 36 | C4 | C | 48 | 0 | 17 | 122 | 39 | 31 |
| Octal | 255 | 66 | 304 | 14 | 110 | 0 | 27 | 442 | 71 | 61 |
| Binary | 10101101 | 110110 | 11000100 | 1100 | 1001000 | 0 | 10111 | 100100010 | 111001 | 110001 |
Color Harmonies of #AD36C4
Complementary color
Monochromatic Colors of #AD36C4
Black with #AD36C4
Text Example
Text Example
White with #AD36C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD36C4; }
p { color: rgb(173,54,196); }
H1.HeaderClassName
{
color: #AD36C4;
}
.AnyTagClassName
{
color: #AD36C4;
}
</style>
background-color css
<style>
a { background-color: #AD36C4; }
a { background-color: rgb(173,54,196); }
div.DivClassName
{
background-color: #AD36C4;
}
.BgClassName
{
background-color: #AD36C4;
}
</style>
border-color css
<style>
span { border-color: #AD36C4; }
span { border-color: rgb(173,54,196); }
td.TdClassName
{
border-color: #AD36C4;
}
.TagClassName
{
border-color: #AD36C4;
}
</style>