Shades of Dark Orchid #AD26AB
Tints of Dark Orchid #AD26AB
RGB
CMYK
RGB Variations
Color information
#AD26AB (or 0xAD26AB) is known color: Dark Orchid. HEX triplet: AD, 26 and AB. RGB value is (173,38,171). Sum of RGB (Red+Green+Blue) = 173+38+171=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 38 (15.23% from 255 or 9.95% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD26AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD26AB is #52D954. Grayscale: #5D5D5D. Windows color (decimal): -5429589 or 11216557. OLE color: 11216557.
HSL color Cylindrical-coordinate representation of color #AD26AB: hue angle of 300.89º 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 #AD26AB is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 171 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.32 |
| HSL | 300.89º | 0.64% | 0.41% | - |
| HSV(B) | 300.89º | 0.78% | 0.68% | - |
| XYZ | 25.28 | 13.21 | 39.75 | - |
| YUV | 93.53 | 171.73 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 171 | 0 | 0.78 | 0.01 | 0.32 | 300.89 | 0.64 | 0.41 |
| Hex | AD | 26 | AB | 0 | 4E | 1 | 20 | 12D | 40 | 29 |
| Octal | 255 | 46 | 253 | 0 | 116 | 1 | 40 | 455 | 100 | 51 |
| Binary | 10101101 | 100110 | 10101011 | 0 | 1001110 | 1 | 100000 | 100101101 | 1000000 | 101001 |
Color Harmonies of #AD26AB
Complementary color
Monochromatic Colors of #AD26AB
Black with #AD26AB
Text Example
Text Example
White with #AD26AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD26AB; }
p { color: rgb(173,38,171); }
H1.HeaderClassName
{
color: #AD26AB;
}
.AnyTagClassName
{
color: #AD26AB;
}
</style>
background-color css
<style>
a { background-color: #AD26AB; }
a { background-color: rgb(173,38,171); }
div.DivClassName
{
background-color: #AD26AB;
}
.BgClassName
{
background-color: #AD26AB;
}
</style>
border-color css
<style>
span { border-color: #AD26AB; }
span { border-color: rgb(173,38,171); }
td.TdClassName
{
border-color: #AD26AB;
}
.TagClassName
{
border-color: #AD26AB;
}
</style>