Shades of Dark Orchid #AD33DD
Tints of Dark Orchid #AD33DD
RGB
CMYK
RGB Variations
Color information
#AD33DD (or 0xAD33DD) is known color: Dark Orchid. HEX triplet: AD, 33 and DD. RGB value is (173,51,221). Sum of RGB (Red+Green+Blue) = 173+51+221=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 51 (20.31% from 255 or 11.46% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD33DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD33DD is #52CC22. Grayscale: #6A6A6A. Windows color (decimal): -5426211 or 14496685. OLE color: 14496685.
HSL color Cylindrical-coordinate representation of color #AD33DD: hue angle of 283.06º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD33DD is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 51 | 221 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.13 |
| HSL | 283.06º | 0.71% | 0.53% | - |
| HSV(B) | 283.06º | 0.77% | 0.87% | - |
| XYZ | 31.47 | 16.47 | 69.93 | - |
| YUV | 106.86 | 192.42 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 221 | 0.22 | 0.77 | 0 | 0.13 | 283.06 | 0.71 | 0.53 |
| Hex | AD | 33 | DD | 16 | 4D | 0 | D | 11B | 47 | 35 |
| Octal | 255 | 63 | 335 | 26 | 115 | 0 | 15 | 433 | 107 | 65 |
| Binary | 10101101 | 110011 | 11011101 | 10110 | 1001101 | 0 | 1101 | 100011011 | 1000111 | 110101 |
Color Harmonies of #AD33DD
Complementary color
Monochromatic Colors of #AD33DD
Black with #AD33DD
Text Example
Text Example
White with #AD33DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD33DD; }
p { color: rgb(173,51,221); }
H1.HeaderClassName
{
color: #AD33DD;
}
.AnyTagClassName
{
color: #AD33DD;
}
</style>
background-color css
<style>
a { background-color: #AD33DD; }
a { background-color: rgb(173,51,221); }
div.DivClassName
{
background-color: #AD33DD;
}
.BgClassName
{
background-color: #AD33DD;
}
</style>
border-color css
<style>
span { border-color: #AD33DD; }
span { border-color: rgb(173,51,221); }
td.TdClassName
{
border-color: #AD33DD;
}
.TagClassName
{
border-color: #AD33DD;
}
</style>