Shades of Medium Orchid #AD57DA
Tints of Medium Orchid #AD57DA
RGB
CMYK
RGB Variations
Color information
#AD57DA (or 0xAD57DA) is known color: Medium Orchid. HEX triplet: AD, 57 and DA. RGB value is (173,87,218). Sum of RGB (Red+Green+Blue) = 173+87+218=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 87 (34.38% from 255 or 18.20% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD57DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD57DA is #52A825. Grayscale: #7F7F7F. Windows color (decimal): -5416998 or 14309293. OLE color: 14309293.
HSL color Cylindrical-coordinate representation of color #AD57DA: hue angle of 279.39º 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 #AD57DA is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 87 | 218 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.15 |
| HSL | 279.39º | 0.64% | 0.6% | - |
| HSV(B) | 279.39º | 0.6% | 0.85% | - |
| XYZ | 33.3 | 20.76 | 68.58 | - |
| YUV | 127.65 | 178.99 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 218 | 0.21 | 0.60 | 0 | 0.15 | 279.39 | 0.64 | 0.6 |
| Hex | AD | 57 | DA | 15 | 3C | 0 | F | 117 | 40 | 3C |
| Octal | 255 | 127 | 332 | 25 | 74 | 0 | 17 | 427 | 100 | 74 |
| Binary | 10101101 | 1010111 | 11011010 | 10101 | 111100 | 0 | 1111 | 100010111 | 1000000 | 111100 |
Color Harmonies of #AD57DA
Complementary color
Monochromatic Colors of #AD57DA
Black with #AD57DA
Text Example
Text Example
White with #AD57DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD57DA; }
p { color: rgb(173,87,218); }
H1.HeaderClassName
{
color: #AD57DA;
}
.AnyTagClassName
{
color: #AD57DA;
}
</style>
background-color css
<style>
a { background-color: #AD57DA; }
a { background-color: rgb(173,87,218); }
div.DivClassName
{
background-color: #AD57DA;
}
.BgClassName
{
background-color: #AD57DA;
}
</style>
border-color css
<style>
span { border-color: #AD57DA; }
span { border-color: rgb(173,87,218); }
td.TdClassName
{
border-color: #AD57DA;
}
.TagClassName
{
border-color: #AD57DA;
}
</style>