Shades of Dark Orchid #AD26AA
Tints of Dark Orchid #AD26AA
RGB
CMYK
RGB Variations
Color information
#AD26AA (or 0xAD26AA) is known color: Dark Orchid. HEX triplet: AD, 26 and AA. RGB value is (173,38,170). Sum of RGB (Red+Green+Blue) = 173+38+170=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD26AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD26AA is #52D955. Grayscale: #5D5D5D. Windows color (decimal): -5429590 or 11151021. OLE color: 11151021.
HSL color Cylindrical-coordinate representation of color #AD26AA: hue angle of 301.33º 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 #AD26AA is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 170 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.32 |
| HSL | 301.33º | 0.64% | 0.41% | - |
| HSV(B) | 301.33º | 0.78% | 0.68% | - |
| XYZ | 25.18 | 13.17 | 39.25 | - |
| YUV | 93.41 | 171.23 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 170 | 0 | 0.78 | 0.02 | 0.32 | 301.33 | 0.64 | 0.41 |
| Hex | AD | 26 | AA | 0 | 4E | 2 | 20 | 12D | 40 | 29 |
| Octal | 255 | 46 | 252 | 0 | 116 | 2 | 40 | 455 | 100 | 51 |
| Binary | 10101101 | 100110 | 10101010 | 0 | 1001110 | 10 | 100000 | 100101101 | 1000000 | 101001 |
Color Harmonies of #AD26AA
Complementary color
Monochromatic Colors of #AD26AA
Black with #AD26AA
Text Example
Text Example
White with #AD26AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD26AA; }
p { color: rgb(173,38,170); }
H1.HeaderClassName
{
color: #AD26AA;
}
.AnyTagClassName
{
color: #AD26AA;
}
</style>
background-color css
<style>
a { background-color: #AD26AA; }
a { background-color: rgb(173,38,170); }
div.DivClassName
{
background-color: #AD26AA;
}
.BgClassName
{
background-color: #AD26AA;
}
</style>
border-color css
<style>
span { border-color: #AD26AA; }
span { border-color: rgb(173,38,170); }
td.TdClassName
{
border-color: #AD26AA;
}
.TagClassName
{
border-color: #AD26AA;
}
</style>