Shades of Dark Orchid #AD26CE
Tints of Dark Orchid #AD26CE
RGB
CMYK
RGB Variations
Color information
#AD26CE (or 0xAD26CE) is known color: Dark Orchid. HEX triplet: AD, 26 and CE. RGB value is (173,38,206). Sum of RGB (Red+Green+Blue) = 173+38+206=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD26CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD26CE is #52D931. Grayscale: #606060. Windows color (decimal): -5429554 or 13510317. OLE color: 13510317.
HSL color Cylindrical-coordinate representation of color #AD26CE: hue angle of 288.21º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD26CE is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 38 | 206 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.19 |
| HSL | 288.21º | 0.69% | 0.48% | - |
| HSV(B) | 288.21º | 0.82% | 0.81% | - |
| XYZ | 29.07 | 14.73 | 59.7 | - |
| YUV | 97.52 | 189.23 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 206 | 0.16 | 0.82 | 0 | 0.19 | 288.21 | 0.69 | 0.48 |
| Hex | AD | 26 | CE | 10 | 52 | 0 | 13 | 120 | 45 | 30 |
| Octal | 255 | 46 | 316 | 20 | 122 | 0 | 23 | 440 | 105 | 60 |
| Binary | 10101101 | 100110 | 11001110 | 10000 | 1010010 | 0 | 10011 | 100100000 | 1000101 | 110000 |
Color Harmonies of #AD26CE
Complementary color
Monochromatic Colors of #AD26CE
Black with #AD26CE
Text Example
Text Example
White with #AD26CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD26CE; }
p { color: rgb(173,38,206); }
H1.HeaderClassName
{
color: #AD26CE;
}
.AnyTagClassName
{
color: #AD26CE;
}
</style>
background-color css
<style>
a { background-color: #AD26CE; }
a { background-color: rgb(173,38,206); }
div.DivClassName
{
background-color: #AD26CE;
}
.BgClassName
{
background-color: #AD26CE;
}
</style>
border-color css
<style>
span { border-color: #AD26CE; }
span { border-color: rgb(173,38,206); }
td.TdClassName
{
border-color: #AD26CE;
}
.TagClassName
{
border-color: #AD26CE;
}
</style>