Shades of Dark Orchid #AD25DA
Tints of Dark Orchid #AD25DA
RGB
CMYK
RGB Variations
Color information
#AD25DA (or 0xAD25DA) is known color: Dark Orchid. HEX triplet: AD, 25 and DA. RGB value is (173,37,218). Sum of RGB (Red+Green+Blue) = 173+37+218=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD25DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD25DA is #52DA25. Grayscale: #616161. Windows color (decimal): -5429798 or 14296493. OLE color: 14296493.
HSL color Cylindrical-coordinate representation of color #AD25DA: hue angle of 285.08º 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 #AD25DA is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 37 | 218 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.15 |
| HSL | 285.08º | 0.71% | 0.5% | - |
| HSV(B) | 285.08º | 0.83% | 0.85% | - |
| XYZ | 30.55 | 15.27 | 67.67 | - |
| YUV | 98.3 | 195.56 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 218 | 0.21 | 0.83 | 0 | 0.15 | 285.08 | 0.71 | 0.5 |
| Hex | AD | 25 | DA | 15 | 53 | 0 | F | 11D | 47 | 32 |
| Octal | 255 | 45 | 332 | 25 | 123 | 0 | 17 | 435 | 107 | 62 |
| Binary | 10101101 | 100101 | 11011010 | 10101 | 1010011 | 0 | 1111 | 100011101 | 1000111 | 110010 |
Color Harmonies of #AD25DA
Complementary color
Monochromatic Colors of #AD25DA
Black with #AD25DA
Text Example
Text Example
White with #AD25DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD25DA; }
p { color: rgb(173,37,218); }
H1.HeaderClassName
{
color: #AD25DA;
}
.AnyTagClassName
{
color: #AD25DA;
}
</style>
background-color css
<style>
a { background-color: #AD25DA; }
a { background-color: rgb(173,37,218); }
div.DivClassName
{
background-color: #AD25DA;
}
.BgClassName
{
background-color: #AD25DA;
}
</style>
border-color css
<style>
span { border-color: #AD25DA; }
span { border-color: rgb(173,37,218); }
td.TdClassName
{
border-color: #AD25DA;
}
.TagClassName
{
border-color: #AD25DA;
}
</style>