Shades of Dark Orchid #AD26DA
Tints of Dark Orchid #AD26DA
RGB
CMYK
RGB Variations
Color information
#AD26DA (or 0xAD26DA) is known color: Dark Orchid. HEX triplet: AD, 26 and DA. RGB value is (173,38,218). Sum of RGB (Red+Green+Blue) = 173+38+218=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD26DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD26DA is #52D925. Grayscale: #626262. Windows color (decimal): -5429542 or 14296749. OLE color: 14296749.
HSL color Cylindrical-coordinate representation of color #AD26DA: hue angle of 285º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD26DA is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 38 | 218 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.15 |
| HSL | 285º | 0.71% | 0.5% | - |
| HSV(B) | 285º | 0.83% | 0.85% | - |
| XYZ | 30.58 | 15.33 | 67.68 | - |
| YUV | 98.89 | 195.23 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 218 | 0.21 | 0.83 | 0 | 0.15 | 285 | 0.71 | 0.5 |
| Hex | AD | 26 | DA | 15 | 53 | 0 | F | 11D | 47 | 32 |
| Octal | 255 | 46 | 332 | 25 | 123 | 0 | 17 | 435 | 107 | 62 |
| Binary | 10101101 | 100110 | 11011010 | 10101 | 1010011 | 0 | 1111 | 100011101 | 1000111 | 110010 |
Color Harmonies of #AD26DA
Complementary color
Monochromatic Colors of #AD26DA
Black with #AD26DA
Text Example
Text Example
White with #AD26DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD26DA; }
p { color: rgb(173,38,218); }
H1.HeaderClassName
{
color: #AD26DA;
}
.AnyTagClassName
{
color: #AD26DA;
}
</style>
background-color css
<style>
a { background-color: #AD26DA; }
a { background-color: rgb(173,38,218); }
div.DivClassName
{
background-color: #AD26DA;
}
.BgClassName
{
background-color: #AD26DA;
}
</style>
border-color css
<style>
span { border-color: #AD26DA; }
span { border-color: rgb(173,38,218); }
td.TdClassName
{
border-color: #AD26DA;
}
.TagClassName
{
border-color: #AD26DA;
}
</style>