Shades of Dark Orchid #AD26AD
Tints of Dark Orchid #AD26AD
RGB
CMYK
RGB Variations
Color information
#AD26AD (or 0xAD26AD) is known color: Dark Orchid. HEX triplet: AD, 26 and AD. RGB value is (173,38,173). Sum of RGB (Red+Green+Blue) = 173+38+173=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 38 (15.23% from 255 or 9.90% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD26AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD26AD is #52D952. Grayscale: #5D5D5D. Windows color (decimal): -5429587 or 11347629. OLE color: 11347629.
HSL color Cylindrical-coordinate representation of color #AD26AD: hue angle of 300º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD26AD is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 173 | - |
| CMYK | 0 | 0.78 | 0 | 0.32 |
| HSL | 300º | 0.64% | 0.41% | - |
| HSV(B) | 300º | 0.78% | 0.68% | - |
| XYZ | 25.47 | 13.29 | 40.76 | - |
| YUV | 93.76 | 172.73 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 173 | 0 | 0.78 | 0 | 0.32 | 300 | 0.64 | 0.41 |
| Hex | AD | 26 | AD | 0 | 4E | 0 | 20 | 12C | 40 | 29 |
| Octal | 255 | 46 | 255 | 0 | 116 | 0 | 40 | 454 | 100 | 51 |
| Binary | 10101101 | 100110 | 10101101 | 0 | 1001110 | 0 | 100000 | 100101100 | 1000000 | 101001 |
Color Harmonies of #AD26AD
Complementary color
Monochromatic Colors of #AD26AD
Black with #AD26AD
Text Example
Text Example
White with #AD26AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD26AD; }
p { color: rgb(173,38,173); }
H1.HeaderClassName
{
color: #AD26AD;
}
.AnyTagClassName
{
color: #AD26AD;
}
</style>
background-color css
<style>
a { background-color: #AD26AD; }
a { background-color: rgb(173,38,173); }
div.DivClassName
{
background-color: #AD26AD;
}
.BgClassName
{
background-color: #AD26AD;
}
</style>
border-color css
<style>
span { border-color: #AD26AD; }
span { border-color: rgb(173,38,173); }
td.TdClassName
{
border-color: #AD26AD;
}
.TagClassName
{
border-color: #AD26AD;
}
</style>