Shades of Dark Orchid #AD26E4
Tints of Dark Orchid #AD26E4
RGB
CMYK
RGB Variations
Color information
#AD26E4 (or 0xAD26E4) is known color: Dark Orchid. HEX triplet: AD, 26 and E4. RGB value is (173,38,228). Sum of RGB (Red+Green+Blue) = 173+38+228=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 228 (89.45% from 255 or 51.94% from 439); Max value from RGB is 228 - color contains mainly: blue. Hex color #AD26E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD26E4 is #52D91B. Grayscale: #636363. Windows color (decimal): -5429532 or 14952109. OLE color: 14952109.
HSL color Cylindrical-coordinate representation of color #AD26E4: hue angle of 282.63º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD26E4 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 38 | 228 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.11 |
| HSL | 282.63º | 0.78% | 0.52% | - |
| HSV(B) | 282.63º | 0.83% | 0.89% | - |
| XYZ | 31.93 | 15.87 | 74.78 | - |
| YUV | 100.03 | 200.23 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 228 | 0.24 | 0.83 | 0 | 0.11 | 282.63 | 0.78 | 0.52 |
| Hex | AD | 26 | E4 | 18 | 53 | 0 | B | 11B | 4E | 34 |
| Octal | 255 | 46 | 344 | 30 | 123 | 0 | 13 | 433 | 116 | 64 |
| Binary | 10101101 | 100110 | 11100100 | 11000 | 1010011 | 0 | 1011 | 100011011 | 1001110 | 110100 |
Color Harmonies of #AD26E4
Complementary color
Monochromatic Colors of #AD26E4
Black with #AD26E4
Text Example
Text Example
White with #AD26E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD26E4; }
p { color: rgb(173,38,228); }
H1.HeaderClassName
{
color: #AD26E4;
}
.AnyTagClassName
{
color: #AD26E4;
}
</style>
background-color css
<style>
a { background-color: #AD26E4; }
a { background-color: rgb(173,38,228); }
div.DivClassName
{
background-color: #AD26E4;
}
.BgClassName
{
background-color: #AD26E4;
}
</style>
border-color css
<style>
span { border-color: #AD26E4; }
span { border-color: rgb(173,38,228); }
td.TdClassName
{
border-color: #AD26E4;
}
.TagClassName
{
border-color: #AD26E4;
}
</style>