Shades of Medium Orchid #AD58E8
Tints of Medium Orchid #AD58E8
RGB
CMYK
RGB Variations
Color information
#AD58E8 (or 0xAD58E8) is known color: Medium Orchid. HEX triplet: AD, 58 and E8. RGB value is (173,88,232). Sum of RGB (Red+Green+Blue) = 173+88+232=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 88 (34.77% from 255 or 17.85% from 493); Blue value is 232 (91.02% from 255 or 47.06% from 493); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD58E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD58E8 is #52A717. Grayscale: #818181. Windows color (decimal): -5416728 or 15227053. OLE color: 15227053.
HSL color Cylindrical-coordinate representation of color #AD58E8: hue angle of 275.42º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD58E8 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 88 | 232 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.09 |
| HSL | 275.42º | 0.76% | 0.63% | - |
| HSV(B) | 275.42º | 0.62% | 0.91% | - |
| XYZ | 35.29 | 21.69 | 78.67 | - |
| YUV | 129.83 | 185.66 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 232 | 0.25 | 0.62 | 0 | 0.09 | 275.42 | 0.76 | 0.63 |
| Hex | AD | 58 | E8 | 19 | 3E | 0 | 9 | 113 | 4C | 3F |
| Octal | 255 | 130 | 350 | 31 | 76 | 0 | 11 | 423 | 114 | 77 |
| Binary | 10101101 | 1011000 | 11101000 | 11001 | 111110 | 0 | 1001 | 100010011 | 1001100 | 111111 |
Color Harmonies of #AD58E8
Complementary color
Monochromatic Colors of #AD58E8
Black with #AD58E8
Text Example
Text Example
White with #AD58E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD58E8; }
p { color: rgb(173,88,232); }
H1.HeaderClassName
{
color: #AD58E8;
}
.AnyTagClassName
{
color: #AD58E8;
}
</style>
background-color css
<style>
a { background-color: #AD58E8; }
a { background-color: rgb(173,88,232); }
div.DivClassName
{
background-color: #AD58E8;
}
.BgClassName
{
background-color: #AD58E8;
}
</style>
border-color css
<style>
span { border-color: #AD58E8; }
span { border-color: rgb(173,88,232); }
td.TdClassName
{
border-color: #AD58E8;
}
.TagClassName
{
border-color: #AD58E8;
}
</style>