Shades of Dark Orchid #AD26EA
Tints of Dark Orchid #AD26EA
RGB
CMYK
RGB Variations
Color information
#AD26EA (or 0xAD26EA) is known color: Dark Orchid. HEX triplet: AD, 26 and EA. RGB value is (173,38,234). Sum of RGB (Red+Green+Blue) = 173+38+234=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 38 (15.23% from 255 or 8.54% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD26EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD26EA is #52D915. Grayscale: #646464. Windows color (decimal): -5429526 or 15345325. OLE color: 15345325.
HSL color Cylindrical-coordinate representation of color #AD26EA: hue angle of 281.33º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD26EA is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 38 | 234 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.08 |
| HSL | 281.33º | 0.82% | 0.53% | - |
| HSV(B) | 281.33º | 0.84% | 0.92% | - |
| XYZ | 32.78 | 16.21 | 79.24 | - |
| YUV | 100.71 | 203.23 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 234 | 0.26 | 0.84 | 0 | 0.08 | 281.33 | 0.82 | 0.53 |
| Hex | AD | 26 | EA | 1A | 54 | 0 | 8 | 119 | 52 | 35 |
| Octal | 255 | 46 | 352 | 32 | 124 | 0 | 10 | 431 | 122 | 65 |
| Binary | 10101101 | 100110 | 11101010 | 11010 | 1010100 | 0 | 1000 | 100011001 | 1010010 | 110101 |
Color Harmonies of #AD26EA
Complementary color
Monochromatic Colors of #AD26EA
Black with #AD26EA
Text Example
Text Example
White with #AD26EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD26EA; }
p { color: rgb(173,38,234); }
H1.HeaderClassName
{
color: #AD26EA;
}
.AnyTagClassName
{
color: #AD26EA;
}
</style>
background-color css
<style>
a { background-color: #AD26EA; }
a { background-color: rgb(173,38,234); }
div.DivClassName
{
background-color: #AD26EA;
}
.BgClassName
{
background-color: #AD26EA;
}
</style>
border-color css
<style>
span { border-color: #AD26EA; }
span { border-color: rgb(173,38,234); }
td.TdClassName
{
border-color: #AD26EA;
}
.TagClassName
{
border-color: #AD26EA;
}
</style>