Shades of Medium Orchid #AC5DCD
Tints of Medium Orchid #AC5DCD
RGB
CMYK
RGB Variations
Color information
#AC5DCD (or 0xAC5DCD) is known color: Medium Orchid. HEX triplet: AC, 5D and CD. RGB value is (172,93,205). Sum of RGB (Red+Green+Blue) = 172+93+205=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC5DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5DCD is #53A232. Grayscale: #818181. Windows color (decimal): -5481011 or 13458860. OLE color: 13458860.
HSL color Cylindrical-coordinate representation of color #AC5DCD: hue angle of 282.32º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC5DCD is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 93 | 205 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.20 |
| HSL | 282.32º | 0.53% | 0.58% | - |
| HSV(B) | 282.32º | 0.55% | 0.8% | - |
| XYZ | 31.95 | 21.01 | 60.13 | - |
| YUV | 129.39 | 170.67 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 205 | 0.16 | 0.55 | 0 | 0.20 | 282.32 | 0.53 | 0.58 |
| Hex | AC | 5D | CD | 10 | 37 | 0 | 14 | 11A | 35 | 3A |
| Octal | 254 | 135 | 315 | 20 | 67 | 0 | 24 | 432 | 65 | 72 |
| Binary | 10101100 | 1011101 | 11001101 | 10000 | 110111 | 0 | 10100 | 100011010 | 110101 | 111010 |
Color Harmonies of #AC5DCD
Complementary color
Monochromatic Colors of #AC5DCD
Black with #AC5DCD
Text Example
Text Example
White with #AC5DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5DCD; }
p { color: rgb(172,93,205); }
H1.HeaderClassName
{
color: #AC5DCD;
}
.AnyTagClassName
{
color: #AC5DCD;
}
</style>
background-color css
<style>
a { background-color: #AC5DCD; }
a { background-color: rgb(172,93,205); }
div.DivClassName
{
background-color: #AC5DCD;
}
.BgClassName
{
background-color: #AC5DCD;
}
</style>
border-color css
<style>
span { border-color: #AC5DCD; }
span { border-color: rgb(172,93,205); }
td.TdClassName
{
border-color: #AC5DCD;
}
.TagClassName
{
border-color: #AC5DCD;
}
</style>