Shades of Dark Orchid #AD26DC
Tints of Dark Orchid #AD26DC
RGB
CMYK
RGB Variations
Color information
#AD26DC (or 0xAD26DC) is known color: Dark Orchid. HEX triplet: AD, 26 and DC. RGB value is (173,38,220). Sum of RGB (Red+Green+Blue) = 173+38+220=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 38 (15.23% from 255 or 8.82% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD26DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD26DC is #52D923. Grayscale: #626262. Windows color (decimal): -5429540 or 14427821. OLE color: 14427821.
HSL color Cylindrical-coordinate representation of color #AD26DC: hue angle of 284.51º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD26DC is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 38 | 220 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.14 |
| HSL | 284.51º | 0.72% | 0.51% | - |
| HSV(B) | 284.51º | 0.83% | 0.86% | - |
| XYZ | 30.84 | 15.44 | 69.06 | - |
| YUV | 99.11 | 196.23 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 220 | 0.21 | 0.83 | 0 | 0.14 | 284.51 | 0.72 | 0.51 |
| Hex | AD | 26 | DC | 15 | 53 | 0 | E | 11D | 48 | 33 |
| Octal | 255 | 46 | 334 | 25 | 123 | 0 | 16 | 435 | 110 | 63 |
| Binary | 10101101 | 100110 | 11011100 | 10101 | 1010011 | 0 | 1110 | 100011101 | 1001000 | 110011 |
Color Harmonies of #AD26DC
Complementary color
Monochromatic Colors of #AD26DC
Black with #AD26DC
Text Example
Text Example
White with #AD26DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD26DC; }
p { color: rgb(173,38,220); }
H1.HeaderClassName
{
color: #AD26DC;
}
.AnyTagClassName
{
color: #AD26DC;
}
</style>
background-color css
<style>
a { background-color: #AD26DC; }
a { background-color: rgb(173,38,220); }
div.DivClassName
{
background-color: #AD26DC;
}
.BgClassName
{
background-color: #AD26DC;
}
</style>
border-color css
<style>
span { border-color: #AD26DC; }
span { border-color: rgb(173,38,220); }
td.TdClassName
{
border-color: #AD26DC;
}
.TagClassName
{
border-color: #AD26DC;
}
</style>