Shades of Medium Orchid #AD58E2
Tints of Medium Orchid #AD58E2
RGB
CMYK
RGB Variations
Color information
#AD58E2 (or 0xAD58E2) is known color: Medium Orchid. HEX triplet: AD, 58 and E2. RGB value is (173,88,226). Sum of RGB (Red+Green+Blue) = 173+88+226=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 226 (88.67% from 255 or 46.41% from 487); Max value from RGB is 226 - color contains mainly: blue. Hex color #AD58E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD58E2 is #52A71D. Grayscale: #808080. Windows color (decimal): -5416734 or 14833837. OLE color: 14833837.
HSL color Cylindrical-coordinate representation of color #AD58E2: hue angle of 276.96º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD58E2 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 88 | 226 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.11 |
| HSL | 276.96º | 0.7% | 0.62% | - |
| HSV(B) | 276.96º | 0.61% | 0.89% | - |
| XYZ | 34.45 | 21.35 | 74.26 | - |
| YUV | 129.15 | 182.66 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 226 | 0.23 | 0.61 | 0 | 0.11 | 276.96 | 0.7 | 0.62 |
| Hex | AD | 58 | E2 | 17 | 3D | 0 | B | 115 | 46 | 3E |
| Octal | 255 | 130 | 342 | 27 | 75 | 0 | 13 | 425 | 106 | 76 |
| Binary | 10101101 | 1011000 | 11100010 | 10111 | 111101 | 0 | 1011 | 100010101 | 1000110 | 111110 |
Color Harmonies of #AD58E2
Complementary color
Monochromatic Colors of #AD58E2
Black with #AD58E2
Text Example
Text Example
White with #AD58E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD58E2; }
p { color: rgb(173,88,226); }
H1.HeaderClassName
{
color: #AD58E2;
}
.AnyTagClassName
{
color: #AD58E2;
}
</style>
background-color css
<style>
a { background-color: #AD58E2; }
a { background-color: rgb(173,88,226); }
div.DivClassName
{
background-color: #AD58E2;
}
.BgClassName
{
background-color: #AD58E2;
}
</style>
border-color css
<style>
span { border-color: #AD58E2; }
span { border-color: rgb(173,88,226); }
td.TdClassName
{
border-color: #AD58E2;
}
.TagClassName
{
border-color: #AD58E2;
}
</style>