Shades of Dark Orchid #AD33D2
Tints of Dark Orchid #AD33D2
RGB
CMYK
RGB Variations
Color information
#AD33D2 (or 0xAD33D2) is known color: Dark Orchid. HEX triplet: AD, 33 and D2. RGB value is (173,51,210). Sum of RGB (Red+Green+Blue) = 173+51+210=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 210 (82.42% from 255 or 48.39% from 434); Max value from RGB is 210 - color contains mainly: blue. Hex color #AD33D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD33D2 is #52CC2D. Grayscale: #696969. Windows color (decimal): -5426222 or 13775789. OLE color: 13775789.
HSL color Cylindrical-coordinate representation of color #AD33D2: hue angle of 286.04º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD33D2 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 51 | 210 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.18 |
| HSL | 286.04º | 0.64% | 0.51% | - |
| HSV(B) | 286.04º | 0.76% | 0.82% | - |
| XYZ | 30.05 | 15.91 | 62.46 | - |
| YUV | 105.6 | 186.92 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 210 | 0.18 | 0.76 | 0 | 0.18 | 286.04 | 0.64 | 0.51 |
| Hex | AD | 33 | D2 | 12 | 4C | 0 | 12 | 11E | 40 | 33 |
| Octal | 255 | 63 | 322 | 22 | 114 | 0 | 22 | 436 | 100 | 63 |
| Binary | 10101101 | 110011 | 11010010 | 10010 | 1001100 | 0 | 10010 | 100011110 | 1000000 | 110011 |
Color Harmonies of #AD33D2
Complementary color
Monochromatic Colors of #AD33D2
Black with #AD33D2
Text Example
Text Example
White with #AD33D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD33D2; }
p { color: rgb(173,51,210); }
H1.HeaderClassName
{
color: #AD33D2;
}
.AnyTagClassName
{
color: #AD33D2;
}
</style>
background-color css
<style>
a { background-color: #AD33D2; }
a { background-color: rgb(173,51,210); }
div.DivClassName
{
background-color: #AD33D2;
}
.BgClassName
{
background-color: #AD33D2;
}
</style>
border-color css
<style>
span { border-color: #AD33D2; }
span { border-color: rgb(173,51,210); }
td.TdClassName
{
border-color: #AD33D2;
}
.TagClassName
{
border-color: #AD33D2;
}
</style>