Shades of Dark Orchid #AD26EB
Tints of Dark Orchid #AD26EB
RGB
CMYK
RGB Variations
Color information
#AD26EB (or 0xAD26EB) is known color: Dark Orchid. HEX triplet: AD, 26 and EB. RGB value is (173,38,235). Sum of RGB (Red+Green+Blue) = 173+38+235=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 38 (15.23% from 255 or 8.52% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD26EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD26EB is #52D914. Grayscale: #646464. Windows color (decimal): -5429525 or 15410861. OLE color: 15410861.
HSL color Cylindrical-coordinate representation of color #AD26EB: hue angle of 281.12º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD26EB is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 38 | 235 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.08 |
| HSL | 281.12º | 0.83% | 0.54% | - |
| HSV(B) | 281.12º | 0.84% | 0.92% | - |
| XYZ | 32.92 | 16.27 | 80 | - |
| YUV | 100.82 | 203.73 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 235 | 0.26 | 0.84 | 0 | 0.08 | 281.12 | 0.83 | 0.54 |
| Hex | AD | 26 | EB | 1A | 54 | 0 | 8 | 119 | 53 | 36 |
| Octal | 255 | 46 | 353 | 32 | 124 | 0 | 10 | 431 | 123 | 66 |
| Binary | 10101101 | 100110 | 11101011 | 11010 | 1010100 | 0 | 1000 | 100011001 | 1010011 | 110110 |
Color Harmonies of #AD26EB
Complementary color
Monochromatic Colors of #AD26EB
Black with #AD26EB
Text Example
Text Example
White with #AD26EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD26EB; }
p { color: rgb(173,38,235); }
H1.HeaderClassName
{
color: #AD26EB;
}
.AnyTagClassName
{
color: #AD26EB;
}
</style>
background-color css
<style>
a { background-color: #AD26EB; }
a { background-color: rgb(173,38,235); }
div.DivClassName
{
background-color: #AD26EB;
}
.BgClassName
{
background-color: #AD26EB;
}
</style>
border-color css
<style>
span { border-color: #AD26EB; }
span { border-color: rgb(173,38,235); }
td.TdClassName
{
border-color: #AD26EB;
}
.TagClassName
{
border-color: #AD26EB;
}
</style>