Shades of Dark Orchid #AD27AC
Tints of Dark Orchid #AD27AC
RGB
CMYK
RGB Variations
Color information
#AD27AC (or 0xAD27AC) is known color: Dark Orchid. HEX triplet: AD, 27 and AC. RGB value is (173,39,172). Sum of RGB (Red+Green+Blue) = 173+39+172=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD27AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD27AC is #52D853. Grayscale: #5D5D5D. Windows color (decimal): -5429332 or 11282349. OLE color: 11282349.
HSL color Cylindrical-coordinate representation of color #AD27AC: hue angle of 300.45º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD27AC is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 172 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.32 |
| HSL | 300.45º | 0.63% | 0.42% | - |
| HSV(B) | 300.45º | 0.77% | 0.68% | - |
| XYZ | 25.41 | 13.31 | 40.26 | - |
| YUV | 94.23 | 171.89 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 172 | 0 | 0.77 | 0.01 | 0.32 | 300.45 | 0.63 | 0.42 |
| Hex | AD | 27 | AC | 0 | 4D | 1 | 20 | 12C | 3F | 2A |
| Octal | 255 | 47 | 254 | 0 | 115 | 1 | 40 | 454 | 77 | 52 |
| Binary | 10101101 | 100111 | 10101100 | 0 | 1001101 | 1 | 100000 | 100101100 | 111111 | 101010 |
Color Harmonies of #AD27AC
Complementary color
Monochromatic Colors of #AD27AC
Black with #AD27AC
Text Example
Text Example
White with #AD27AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD27AC; }
p { color: rgb(173,39,172); }
H1.HeaderClassName
{
color: #AD27AC;
}
.AnyTagClassName
{
color: #AD27AC;
}
</style>
background-color css
<style>
a { background-color: #AD27AC; }
a { background-color: rgb(173,39,172); }
div.DivClassName
{
background-color: #AD27AC;
}
.BgClassName
{
background-color: #AD27AC;
}
</style>
border-color css
<style>
span { border-color: #AD27AC; }
span { border-color: rgb(173,39,172); }
td.TdClassName
{
border-color: #AD27AC;
}
.TagClassName
{
border-color: #AD27AC;
}
</style>