Shades of Dark Orchid #AD32DF
Tints of Dark Orchid #AD32DF
RGB
CMYK
RGB Variations
Color information
#AD32DF (or 0xAD32DF) is known color: Dark Orchid. HEX triplet: AD, 32 and DF. RGB value is (173,50,223). Sum of RGB (Red+Green+Blue) = 173+50+223=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 50 (19.92% from 255 or 11.21% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD32DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD32DF is #52CD20. Grayscale: #696969. Windows color (decimal): -5426465 or 14627501. OLE color: 14627501.
HSL color Cylindrical-coordinate representation of color #AD32DF: hue angle of 282.66º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD32DF is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 50 | 223 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.13 |
| HSL | 282.66º | 0.73% | 0.54% | - |
| HSV(B) | 282.66º | 0.78% | 0.87% | - |
| XYZ | 31.69 | 16.49 | 71.33 | - |
| YUV | 106.5 | 193.75 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 223 | 0.22 | 0.78 | 0 | 0.13 | 282.66 | 0.73 | 0.54 |
| Hex | AD | 32 | DF | 16 | 4E | 0 | D | 11B | 49 | 36 |
| Octal | 255 | 62 | 337 | 26 | 116 | 0 | 15 | 433 | 111 | 66 |
| Binary | 10101101 | 110010 | 11011111 | 10110 | 1001110 | 0 | 1101 | 100011011 | 1001001 | 110110 |
Color Harmonies of #AD32DF
Complementary color
Monochromatic Colors of #AD32DF
Black with #AD32DF
Text Example
Text Example
White with #AD32DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD32DF; }
p { color: rgb(173,50,223); }
H1.HeaderClassName
{
color: #AD32DF;
}
.AnyTagClassName
{
color: #AD32DF;
}
</style>
background-color css
<style>
a { background-color: #AD32DF; }
a { background-color: rgb(173,50,223); }
div.DivClassName
{
background-color: #AD32DF;
}
.BgClassName
{
background-color: #AD32DF;
}
</style>
border-color css
<style>
span { border-color: #AD32DF; }
span { border-color: rgb(173,50,223); }
td.TdClassName
{
border-color: #AD32DF;
}
.TagClassName
{
border-color: #AD32DF;
}
</style>