Shades of Dark Orchid #AD25E7
Tints of Dark Orchid #AD25E7
RGB
CMYK
RGB Variations
Color information
#AD25E7 (or 0xAD25E7) is known color: Dark Orchid. HEX triplet: AD, 25 and E7. RGB value is (173,37,231). Sum of RGB (Red+Green+Blue) = 173+37+231=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 37 (14.84% from 255 or 8.39% from 441); Blue value is 231 (90.62% from 255 or 52.38% from 441); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD25E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD25E7 is #52DA18. Grayscale: #636363. Windows color (decimal): -5429785 or 15148461. OLE color: 15148461.
HSL color Cylindrical-coordinate representation of color #AD25E7: hue angle of 282.06º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD25E7 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 37 | 231 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.09 |
| HSL | 282.06º | 0.8% | 0.53% | - |
| HSV(B) | 282.06º | 0.84% | 0.91% | - |
| XYZ | 32.32 | 15.98 | 76.98 | - |
| YUV | 99.78 | 202.06 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 231 | 0.25 | 0.84 | 0 | 0.09 | 282.06 | 0.8 | 0.53 |
| Hex | AD | 25 | E7 | 19 | 54 | 0 | 9 | 11A | 50 | 35 |
| Octal | 255 | 45 | 347 | 31 | 124 | 0 | 11 | 432 | 120 | 65 |
| Binary | 10101101 | 100101 | 11100111 | 11001 | 1010100 | 0 | 1001 | 100011010 | 1010000 | 110101 |
Color Harmonies of #AD25E7
Complementary color
Monochromatic Colors of #AD25E7
Black with #AD25E7
Text Example
Text Example
White with #AD25E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD25E7; }
p { color: rgb(173,37,231); }
H1.HeaderClassName
{
color: #AD25E7;
}
.AnyTagClassName
{
color: #AD25E7;
}
</style>
background-color css
<style>
a { background-color: #AD25E7; }
a { background-color: rgb(173,37,231); }
div.DivClassName
{
background-color: #AD25E7;
}
.BgClassName
{
background-color: #AD25E7;
}
</style>
border-color css
<style>
span { border-color: #AD25E7; }
span { border-color: rgb(173,37,231); }
td.TdClassName
{
border-color: #AD25E7;
}
.TagClassName
{
border-color: #AD25E7;
}
</style>