Shades of Medium Orchid #AC5ECD
Tints of Medium Orchid #AC5ECD
RGB
CMYK
RGB Variations
Color information
#AC5ECD (or 0xAC5ECD) is known color: Medium Orchid. HEX triplet: AC, 5E and CD. RGB value is (172,94,205). Sum of RGB (Red+Green+Blue) = 172+94+205=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC5ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5ECD is #53A132. Grayscale: #818181. Windows color (decimal): -5480755 or 13459116. OLE color: 13459116.
HSL color Cylindrical-coordinate representation of color #AC5ECD: hue angle of 282.16º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC5ECD is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 94 | 205 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.20 |
| HSL | 282.16º | 0.53% | 0.59% | - |
| HSV(B) | 282.16º | 0.54% | 0.8% | - |
| XYZ | 32.04 | 21.18 | 60.16 | - |
| YUV | 129.98 | 170.34 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 205 | 0.16 | 0.54 | 0 | 0.20 | 282.16 | 0.53 | 0.59 |
| Hex | AC | 5E | CD | 10 | 36 | 0 | 14 | 11A | 35 | 3B |
| Octal | 254 | 136 | 315 | 20 | 66 | 0 | 24 | 432 | 65 | 73 |
| Binary | 10101100 | 1011110 | 11001101 | 10000 | 110110 | 0 | 10100 | 100011010 | 110101 | 111011 |
Color Harmonies of #AC5ECD
Complementary color
Monochromatic Colors of #AC5ECD
Black with #AC5ECD
Text Example
Text Example
White with #AC5ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5ECD; }
p { color: rgb(172,94,205); }
H1.HeaderClassName
{
color: #AC5ECD;
}
.AnyTagClassName
{
color: #AC5ECD;
}
</style>
background-color css
<style>
a { background-color: #AC5ECD; }
a { background-color: rgb(172,94,205); }
div.DivClassName
{
background-color: #AC5ECD;
}
.BgClassName
{
background-color: #AC5ECD;
}
</style>
border-color css
<style>
span { border-color: #AC5ECD; }
span { border-color: rgb(172,94,205); }
td.TdClassName
{
border-color: #AC5ECD;
}
.TagClassName
{
border-color: #AC5ECD;
}
</style>