Shades of Dark Orchid #AD33DF
Tints of Dark Orchid #AD33DF
RGB
CMYK
RGB Variations
Color information
#AD33DF (or 0xAD33DF) is known color: Dark Orchid. HEX triplet: AD, 33 and DF. RGB value is (173,51,223). Sum of RGB (Red+Green+Blue) = 173+51+223=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD33DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD33DF is #52CC20. Grayscale: #6A6A6A. Windows color (decimal): -5426209 or 14627757. OLE color: 14627757.
HSL color Cylindrical-coordinate representation of color #AD33DF: hue angle of 282.56º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD33DF is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 51 | 223 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.13 |
| HSL | 282.56º | 0.73% | 0.54% | - |
| HSV(B) | 282.56º | 0.77% | 0.87% | - |
| XYZ | 31.74 | 16.58 | 71.34 | - |
| YUV | 107.09 | 193.42 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 223 | 0.22 | 0.77 | 0 | 0.13 | 282.56 | 0.73 | 0.54 |
| Hex | AD | 33 | DF | 16 | 4D | 0 | D | 11B | 49 | 36 |
| Octal | 255 | 63 | 337 | 26 | 115 | 0 | 15 | 433 | 111 | 66 |
| Binary | 10101101 | 110011 | 11011111 | 10110 | 1001101 | 0 | 1101 | 100011011 | 1001001 | 110110 |
Color Harmonies of #AD33DF
Complementary color
Monochromatic Colors of #AD33DF
Black with #AD33DF
Text Example
Text Example
White with #AD33DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD33DF; }
p { color: rgb(173,51,223); }
H1.HeaderClassName
{
color: #AD33DF;
}
.AnyTagClassName
{
color: #AD33DF;
}
</style>
background-color css
<style>
a { background-color: #AD33DF; }
a { background-color: rgb(173,51,223); }
div.DivClassName
{
background-color: #AD33DF;
}
.BgClassName
{
background-color: #AD33DF;
}
</style>
border-color css
<style>
span { border-color: #AD33DF; }
span { border-color: rgb(173,51,223); }
td.TdClassName
{
border-color: #AD33DF;
}
.TagClassName
{
border-color: #AD33DF;
}
</style>