Shades of Dark Orchid #AD26BA
Tints of Dark Orchid #AD26BA
RGB
CMYK
RGB Variations
Color information
#AD26BA (or 0xAD26BA) is known color: Dark Orchid. HEX triplet: AD, 26 and BA. RGB value is (173,38,186). Sum of RGB (Red+Green+Blue) = 173+38+186=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD26BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD26BA is #52D945. Grayscale: #5E5E5E. Windows color (decimal): -5429574 or 12199597. OLE color: 12199597.
HSL color Cylindrical-coordinate representation of color #AD26BA: hue angle of 294.73º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD26BA is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 38 | 186 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.27 |
| HSL | 294.73º | 0.66% | 0.44% | - |
| HSV(B) | 294.73º | 0.8% | 0.73% | - |
| XYZ | 26.79 | 13.82 | 47.71 | - |
| YUV | 95.24 | 179.23 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 186 | 0.07 | 0.80 | 0 | 0.27 | 294.73 | 0.66 | 0.44 |
| Hex | AD | 26 | BA | 7 | 50 | 0 | 1B | 127 | 42 | 2C |
| Octal | 255 | 46 | 272 | 7 | 120 | 0 | 33 | 447 | 102 | 54 |
| Binary | 10101101 | 100110 | 10111010 | 111 | 1010000 | 0 | 11011 | 100100111 | 1000010 | 101100 |
Color Harmonies of #AD26BA
Complementary color
Monochromatic Colors of #AD26BA
Black with #AD26BA
Text Example
Text Example
White with #AD26BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD26BA; }
p { color: rgb(173,38,186); }
H1.HeaderClassName
{
color: #AD26BA;
}
.AnyTagClassName
{
color: #AD26BA;
}
</style>
background-color css
<style>
a { background-color: #AD26BA; }
a { background-color: rgb(173,38,186); }
div.DivClassName
{
background-color: #AD26BA;
}
.BgClassName
{
background-color: #AD26BA;
}
</style>
border-color css
<style>
span { border-color: #AD26BA; }
span { border-color: rgb(173,38,186); }
td.TdClassName
{
border-color: #AD26BA;
}
.TagClassName
{
border-color: #AD26BA;
}
</style>