Shades of Medium Orchid #AD58DA
Tints of Medium Orchid #AD58DA
RGB
CMYK
RGB Variations
Color information
#AD58DA (or 0xAD58DA) is known color: Medium Orchid. HEX triplet: AD, 58 and DA. RGB value is (173,88,218). Sum of RGB (Red+Green+Blue) = 173+88+218=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD58DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD58DA is #52A725. Grayscale: #7F7F7F. Windows color (decimal): -5416742 or 14309549. OLE color: 14309549.
HSL color Cylindrical-coordinate representation of color #AD58DA: hue angle of 279.23º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD58DA is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 88 | 218 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.15 |
| HSL | 279.23º | 0.64% | 0.6% | - |
| HSV(B) | 279.23º | 0.6% | 0.85% | - |
| XYZ | 33.38 | 20.93 | 68.61 | - |
| YUV | 128.24 | 178.66 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 218 | 0.21 | 0.60 | 0 | 0.15 | 279.23 | 0.64 | 0.6 |
| Hex | AD | 58 | DA | 15 | 3C | 0 | F | 117 | 40 | 3C |
| Octal | 255 | 130 | 332 | 25 | 74 | 0 | 17 | 427 | 100 | 74 |
| Binary | 10101101 | 1011000 | 11011010 | 10101 | 111100 | 0 | 1111 | 100010111 | 1000000 | 111100 |
Color Harmonies of #AD58DA
Complementary color
Monochromatic Colors of #AD58DA
Black with #AD58DA
Text Example
Text Example
White with #AD58DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD58DA; }
p { color: rgb(173,88,218); }
H1.HeaderClassName
{
color: #AD58DA;
}
.AnyTagClassName
{
color: #AD58DA;
}
</style>
background-color css
<style>
a { background-color: #AD58DA; }
a { background-color: rgb(173,88,218); }
div.DivClassName
{
background-color: #AD58DA;
}
.BgClassName
{
background-color: #AD58DA;
}
</style>
border-color css
<style>
span { border-color: #AD58DA; }
span { border-color: rgb(173,88,218); }
td.TdClassName
{
border-color: #AD58DA;
}
.TagClassName
{
border-color: #AD58DA;
}
</style>