Shades of Dark Orchid #AD25BE
Tints of Dark Orchid #AD25BE
RGB
CMYK
RGB Variations
Color information
#AD25BE (or 0xAD25BE) is known color: Dark Orchid. HEX triplet: AD, 25 and BE. RGB value is (173,37,190). Sum of RGB (Red+Green+Blue) = 173+37+190=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD25BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD25BE is #52DA41. Grayscale: #5E5E5E. Windows color (decimal): -5429826 or 12461485. OLE color: 12461485.
HSL color Cylindrical-coordinate representation of color #AD25BE: hue angle of 293.33º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD25BE is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 37 | 190 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.25 |
| HSL | 293.33º | 0.67% | 0.45% | - |
| HSV(B) | 293.33º | 0.81% | 0.75% | - |
| XYZ | 27.19 | 13.93 | 49.97 | - |
| YUV | 95.11 | 181.56 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 190 | 0.09 | 0.81 | 0 | 0.25 | 293.33 | 0.67 | 0.45 |
| Hex | AD | 25 | BE | 9 | 51 | 0 | 19 | 125 | 43 | 2D |
| Octal | 255 | 45 | 276 | 11 | 121 | 0 | 31 | 445 | 103 | 55 |
| Binary | 10101101 | 100101 | 10111110 | 1001 | 1010001 | 0 | 11001 | 100100101 | 1000011 | 101101 |
Color Harmonies of #AD25BE
Complementary color
Monochromatic Colors of #AD25BE
Black with #AD25BE
Text Example
Text Example
White with #AD25BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD25BE; }
p { color: rgb(173,37,190); }
H1.HeaderClassName
{
color: #AD25BE;
}
.AnyTagClassName
{
color: #AD25BE;
}
</style>
background-color css
<style>
a { background-color: #AD25BE; }
a { background-color: rgb(173,37,190); }
div.DivClassName
{
background-color: #AD25BE;
}
.BgClassName
{
background-color: #AD25BE;
}
</style>
border-color css
<style>
span { border-color: #AD25BE; }
span { border-color: rgb(173,37,190); }
td.TdClassName
{
border-color: #AD25BE;
}
.TagClassName
{
border-color: #AD25BE;
}
</style>