Shades of Dark Orchid #AD25D9
Tints of Dark Orchid #AD25D9
RGB
CMYK
RGB Variations
Color information
#AD25D9 (or 0xAD25D9) is known color: Dark Orchid. HEX triplet: AD, 25 and D9. RGB value is (173,37,217). Sum of RGB (Red+Green+Blue) = 173+37+217=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 217 (85.16% from 255 or 50.82% from 427); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD25D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD25D9 is #52DA26. Grayscale: #616161. Windows color (decimal): -5429799 or 14230957. OLE color: 14230957.
HSL color Cylindrical-coordinate representation of color #AD25D9: hue angle of 285.33º 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 #AD25D9 is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 37 | 217 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.15 |
| HSL | 285.33º | 0.71% | 0.5% | - |
| HSV(B) | 285.33º | 0.83% | 0.85% | - |
| XYZ | 30.42 | 15.22 | 66.98 | - |
| YUV | 98.18 | 195.06 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 217 | 0.20 | 0.83 | 0 | 0.15 | 285.33 | 0.71 | 0.5 |
| Hex | AD | 25 | D9 | 14 | 53 | 0 | F | 11D | 47 | 32 |
| Octal | 255 | 45 | 331 | 24 | 123 | 0 | 17 | 435 | 107 | 62 |
| Binary | 10101101 | 100101 | 11011001 | 10100 | 1010011 | 0 | 1111 | 100011101 | 1000111 | 110010 |
Color Harmonies of #AD25D9
Complementary color
Monochromatic Colors of #AD25D9
Black with #AD25D9
Text Example
Text Example
White with #AD25D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD25D9; }
p { color: rgb(173,37,217); }
H1.HeaderClassName
{
color: #AD25D9;
}
.AnyTagClassName
{
color: #AD25D9;
}
</style>
background-color css
<style>
a { background-color: #AD25D9; }
a { background-color: rgb(173,37,217); }
div.DivClassName
{
background-color: #AD25D9;
}
.BgClassName
{
background-color: #AD25D9;
}
</style>
border-color css
<style>
span { border-color: #AD25D9; }
span { border-color: rgb(173,37,217); }
td.TdClassName
{
border-color: #AD25D9;
}
.TagClassName
{
border-color: #AD25D9;
}
</style>