Shades of Dark Orchid #AD2DAC
Tints of Dark Orchid #AD2DAC
RGB
CMYK
RGB Variations
Color information
#AD2DAC (or 0xAD2DAC) is known color: Dark Orchid. HEX triplet: AD, 2D and AC. RGB value is (173,45,172). Sum of RGB (Red+Green+Blue) = 173+45+172=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2DAC is #52D253. Grayscale: #616161. Windows color (decimal): -5427796 or 11283885. OLE color: 11283885.
HSL color Cylindrical-coordinate representation of color #AD2DAC: hue angle of 300.47º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD2DAC is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 45 | 172 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.32 |
| HSL | 300.47º | 0.59% | 0.43% | - |
| HSV(B) | 300.47º | 0.74% | 0.68% | - |
| XYZ | 25.62 | 13.74 | 40.33 | - |
| YUV | 97.75 | 169.91 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 45 | 172 | 0 | 0.74 | 0.01 | 0.32 | 300.47 | 0.59 | 0.43 |
| Hex | AD | 2D | AC | 0 | 4A | 1 | 20 | 12C | 3B | 2B |
| Octal | 255 | 55 | 254 | 0 | 112 | 1 | 40 | 454 | 73 | 53 |
| Binary | 10101101 | 101101 | 10101100 | 0 | 1001010 | 1 | 100000 | 100101100 | 111011 | 101011 |
Color Harmonies of #AD2DAC
Complementary color
Monochromatic Colors of #AD2DAC
Black with #AD2DAC
Text Example
Text Example
White with #AD2DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2DAC; }
p { color: rgb(173,45,172); }
H1.HeaderClassName
{
color: #AD2DAC;
}
.AnyTagClassName
{
color: #AD2DAC;
}
</style>
background-color css
<style>
a { background-color: #AD2DAC; }
a { background-color: rgb(173,45,172); }
div.DivClassName
{
background-color: #AD2DAC;
}
.BgClassName
{
background-color: #AD2DAC;
}
</style>
border-color css
<style>
span { border-color: #AD2DAC; }
span { border-color: rgb(173,45,172); }
td.TdClassName
{
border-color: #AD2DAC;
}
.TagClassName
{
border-color: #AD2DAC;
}
</style>