Shades of Dark Orchid #AD25BA
Tints of Dark Orchid #AD25BA
RGB
CMYK
RGB Variations
Color information
#AD25BA (or 0xAD25BA) is known color: Dark Orchid. HEX triplet: AD, 25 and BA. RGB value is (173,37,186). Sum of RGB (Red+Green+Blue) = 173+37+186=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD25BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD25BA is #52DA45. Grayscale: #5E5E5E. Windows color (decimal): -5429830 or 12199341. OLE color: 12199341.
HSL color Cylindrical-coordinate representation of color #AD25BA: hue angle of 294.77º degrees, saturation: 0.67, 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 #AD25BA is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 37 | 186 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.27 |
| HSL | 294.77º | 0.67% | 0.44% | - |
| HSV(B) | 294.77º | 0.8% | 0.73% | - |
| XYZ | 26.76 | 13.75 | 47.7 | - |
| YUV | 94.65 | 179.56 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 186 | 0.07 | 0.80 | 0 | 0.27 | 294.77 | 0.67 | 0.44 |
| Hex | AD | 25 | BA | 7 | 50 | 0 | 1B | 127 | 43 | 2C |
| Octal | 255 | 45 | 272 | 7 | 120 | 0 | 33 | 447 | 103 | 54 |
| Binary | 10101101 | 100101 | 10111010 | 111 | 1010000 | 0 | 11011 | 100100111 | 1000011 | 101100 |
Color Harmonies of #AD25BA
Complementary color
Monochromatic Colors of #AD25BA
Black with #AD25BA
Text Example
Text Example
White with #AD25BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD25BA; }
p { color: rgb(173,37,186); }
H1.HeaderClassName
{
color: #AD25BA;
}
.AnyTagClassName
{
color: #AD25BA;
}
</style>
background-color css
<style>
a { background-color: #AD25BA; }
a { background-color: rgb(173,37,186); }
div.DivClassName
{
background-color: #AD25BA;
}
.BgClassName
{
background-color: #AD25BA;
}
</style>
border-color css
<style>
span { border-color: #AD25BA; }
span { border-color: rgb(173,37,186); }
td.TdClassName
{
border-color: #AD25BA;
}
.TagClassName
{
border-color: #AD25BA;
}
</style>