Shades of Dark Orchid #AD27AD
Tints of Dark Orchid #AD27AD
RGB
CMYK
RGB Variations
Color information
#AD27AD (or 0xAD27AD) is known color: Dark Orchid. HEX triplet: AD, 27 and AD. RGB value is (173,39,173). Sum of RGB (Red+Green+Blue) = 173+39+173=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD27AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD27AD is #52D852. Grayscale: #5D5D5D. Windows color (decimal): -5429331 or 11347885. OLE color: 11347885.
HSL color Cylindrical-coordinate representation of color #AD27AD: hue angle of 300º 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 #AD27AD is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 173 | - |
| CMYK | 0 | 0.77 | 0 | 0.32 |
| HSL | 300º | 0.63% | 0.42% | - |
| HSV(B) | 300º | 0.77% | 0.68% | - |
| XYZ | 25.5 | 13.35 | 40.77 | - |
| YUV | 94.34 | 172.39 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 173 | 0 | 0.77 | 0 | 0.32 | 300 | 0.63 | 0.42 |
| Hex | AD | 27 | AD | 0 | 4D | 0 | 20 | 12C | 3F | 2A |
| Octal | 255 | 47 | 255 | 0 | 115 | 0 | 40 | 454 | 77 | 52 |
| Binary | 10101101 | 100111 | 10101101 | 0 | 1001101 | 0 | 100000 | 100101100 | 111111 | 101010 |
Color Harmonies of #AD27AD
Complementary color
Monochromatic Colors of #AD27AD
Black with #AD27AD
Text Example
Text Example
White with #AD27AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD27AD; }
p { color: rgb(173,39,173); }
H1.HeaderClassName
{
color: #AD27AD;
}
.AnyTagClassName
{
color: #AD27AD;
}
</style>
background-color css
<style>
a { background-color: #AD27AD; }
a { background-color: rgb(173,39,173); }
div.DivClassName
{
background-color: #AD27AD;
}
.BgClassName
{
background-color: #AD27AD;
}
</style>
border-color css
<style>
span { border-color: #AD27AD; }
span { border-color: rgb(173,39,173); }
td.TdClassName
{
border-color: #AD27AD;
}
.TagClassName
{
border-color: #AD27AD;
}
</style>