Shades of Dark Orchid #AD26D1
Tints of Dark Orchid #AD26D1
RGB
CMYK
RGB Variations
Color information
#AD26D1 (or 0xAD26D1) is known color: Dark Orchid. HEX triplet: AD, 26 and D1. RGB value is (173,38,209). Sum of RGB (Red+Green+Blue) = 173+38+209=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD26D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD26D1 is #52D92E. Grayscale: #616161. Windows color (decimal): -5429551 or 13706925. OLE color: 13706925.
HSL color Cylindrical-coordinate representation of color #AD26D1: hue angle of 287.37º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD26D1 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 38 | 209 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.18 |
| HSL | 287.37º | 0.69% | 0.48% | - |
| HSV(B) | 287.37º | 0.82% | 0.82% | - |
| XYZ | 29.44 | 14.87 | 61.64 | - |
| YUV | 97.86 | 190.73 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 209 | 0.17 | 0.82 | 0 | 0.18 | 287.37 | 0.69 | 0.48 |
| Hex | AD | 26 | D1 | 11 | 52 | 0 | 12 | 11F | 45 | 30 |
| Octal | 255 | 46 | 321 | 21 | 122 | 0 | 22 | 437 | 105 | 60 |
| Binary | 10101101 | 100110 | 11010001 | 10001 | 1010010 | 0 | 10010 | 100011111 | 1000101 | 110000 |
Color Harmonies of #AD26D1
Complementary color
Monochromatic Colors of #AD26D1
Black with #AD26D1
Text Example
Text Example
White with #AD26D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD26D1; }
p { color: rgb(173,38,209); }
H1.HeaderClassName
{
color: #AD26D1;
}
.AnyTagClassName
{
color: #AD26D1;
}
</style>
background-color css
<style>
a { background-color: #AD26D1; }
a { background-color: rgb(173,38,209); }
div.DivClassName
{
background-color: #AD26D1;
}
.BgClassName
{
background-color: #AD26D1;
}
</style>
border-color css
<style>
span { border-color: #AD26D1; }
span { border-color: rgb(173,38,209); }
td.TdClassName
{
border-color: #AD26D1;
}
.TagClassName
{
border-color: #AD26D1;
}
</style>