Shades of Dark Orchid #AD32D5
Tints of Dark Orchid #AD32D5
RGB
CMYK
RGB Variations
Color information
#AD32D5 (or 0xAD32D5) is known color: Dark Orchid. HEX triplet: AD, 32 and D5. RGB value is (173,50,213). Sum of RGB (Red+Green+Blue) = 173+50+213=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD32D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD32D5 is #52CD2A. Grayscale: #686868. Windows color (decimal): -5426475 or 13972141. OLE color: 13972141.
HSL color Cylindrical-coordinate representation of color #AD32D5: hue angle of 285.28º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD32D5 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 50 | 213 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.16 |
| HSL | 285.28º | 0.66% | 0.52% | - |
| HSV(B) | 285.28º | 0.77% | 0.84% | - |
| XYZ | 30.38 | 15.97 | 64.43 | - |
| YUV | 105.36 | 188.75 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 213 | 0.19 | 0.77 | 0 | 0.16 | 285.28 | 0.66 | 0.52 |
| Hex | AD | 32 | D5 | 13 | 4D | 0 | 10 | 11D | 42 | 34 |
| Octal | 255 | 62 | 325 | 23 | 115 | 0 | 20 | 435 | 102 | 64 |
| Binary | 10101101 | 110010 | 11010101 | 10011 | 1001101 | 0 | 10000 | 100011101 | 1000010 | 110100 |
Color Harmonies of #AD32D5
Complementary color
Monochromatic Colors of #AD32D5
Black with #AD32D5
Text Example
Text Example
White with #AD32D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD32D5; }
p { color: rgb(173,50,213); }
H1.HeaderClassName
{
color: #AD32D5;
}
.AnyTagClassName
{
color: #AD32D5;
}
</style>
background-color css
<style>
a { background-color: #AD32D5; }
a { background-color: rgb(173,50,213); }
div.DivClassName
{
background-color: #AD32D5;
}
.BgClassName
{
background-color: #AD32D5;
}
</style>
border-color css
<style>
span { border-color: #AD32D5; }
span { border-color: rgb(173,50,213); }
td.TdClassName
{
border-color: #AD32D5;
}
.TagClassName
{
border-color: #AD32D5;
}
</style>