Shades of Dark Orchid #AD33BA
Tints of Dark Orchid #AD33BA
RGB
CMYK
RGB Variations
Color information
#AD33BA (or 0xAD33BA) is known color: Dark Orchid. HEX triplet: AD, 33 and BA. RGB value is (173,51,186). Sum of RGB (Red+Green+Blue) = 173+51+186=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD33BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD33BA is #52CC45. Grayscale: #666666. Windows color (decimal): -5426246 or 12202925. OLE color: 12202925.
HSL color Cylindrical-coordinate representation of color #AD33BA: hue angle of 294.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD33BA is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 51 | 186 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.27 |
| HSL | 294.22º | 0.57% | 0.46% | - |
| HSV(B) | 294.22º | 0.73% | 0.73% | - |
| XYZ | 27.28 | 14.8 | 47.87 | - |
| YUV | 102.87 | 174.92 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 186 | 0.07 | 0.73 | 0 | 0.27 | 294.22 | 0.57 | 0.46 |
| Hex | AD | 33 | BA | 7 | 49 | 0 | 1B | 126 | 39 | 2E |
| Octal | 255 | 63 | 272 | 7 | 111 | 0 | 33 | 446 | 71 | 56 |
| Binary | 10101101 | 110011 | 10111010 | 111 | 1001001 | 0 | 11011 | 100100110 | 111001 | 101110 |
Color Harmonies of #AD33BA
Complementary color
Monochromatic Colors of #AD33BA
Black with #AD33BA
Text Example
Text Example
White with #AD33BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD33BA; }
p { color: rgb(173,51,186); }
H1.HeaderClassName
{
color: #AD33BA;
}
.AnyTagClassName
{
color: #AD33BA;
}
</style>
background-color css
<style>
a { background-color: #AD33BA; }
a { background-color: rgb(173,51,186); }
div.DivClassName
{
background-color: #AD33BA;
}
.BgClassName
{
background-color: #AD33BA;
}
</style>
border-color css
<style>
span { border-color: #AD33BA; }
span { border-color: rgb(173,51,186); }
td.TdClassName
{
border-color: #AD33BA;
}
.TagClassName
{
border-color: #AD33BA;
}
</style>