Shades of Dark Orchid #AD33B9
Tints of Dark Orchid #AD33B9
RGB
CMYK
RGB Variations
Color information
#AD33B9 (or 0xAD33B9) is known color: Dark Orchid. HEX triplet: AD, 33 and B9. RGB value is (173,51,185). Sum of RGB (Red+Green+Blue) = 173+51+185=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 51 (20.31% from 255 or 12.47% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD33B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD33B9 is #52CC46. Grayscale: #666666. Windows color (decimal): -5426247 or 12137389. OLE color: 12137389.
HSL color Cylindrical-coordinate representation of color #AD33B9: hue angle of 294.63º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD33B9 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 51 | 185 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.27 |
| HSL | 294.63º | 0.57% | 0.46% | - |
| HSV(B) | 294.63º | 0.72% | 0.73% | - |
| XYZ | 27.17 | 14.75 | 47.31 | - |
| YUV | 102.75 | 174.42 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 185 | 0.06 | 0.72 | 0 | 0.27 | 294.63 | 0.57 | 0.46 |
| Hex | AD | 33 | B9 | 6 | 48 | 0 | 1B | 127 | 39 | 2E |
| Octal | 255 | 63 | 271 | 6 | 110 | 0 | 33 | 447 | 71 | 56 |
| Binary | 10101101 | 110011 | 10111001 | 110 | 1001000 | 0 | 11011 | 100100111 | 111001 | 101110 |
Color Harmonies of #AD33B9
Complementary color
Monochromatic Colors of #AD33B9
Black with #AD33B9
Text Example
Text Example
White with #AD33B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD33B9; }
p { color: rgb(173,51,185); }
H1.HeaderClassName
{
color: #AD33B9;
}
.AnyTagClassName
{
color: #AD33B9;
}
</style>
background-color css
<style>
a { background-color: #AD33B9; }
a { background-color: rgb(173,51,185); }
div.DivClassName
{
background-color: #AD33B9;
}
.BgClassName
{
background-color: #AD33B9;
}
</style>
border-color css
<style>
span { border-color: #AD33B9; }
span { border-color: rgb(173,51,185); }
td.TdClassName
{
border-color: #AD33B9;
}
.TagClassName
{
border-color: #AD33B9;
}
</style>