Shades of Medium Orchid #AC5CCD
Tints of Medium Orchid #AC5CCD
RGB
CMYK
RGB Variations
Color information
#AC5CCD (or 0xAC5CCD) is known color: Medium Orchid. HEX triplet: AC, 5C and CD. RGB value is (172,92,205). Sum of RGB (Red+Green+Blue) = 172+92+205=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC5CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5CCD is #53A332. Grayscale: #808080. Windows color (decimal): -5481267 or 13458604. OLE color: 13458604.
HSL color Cylindrical-coordinate representation of color #AC5CCD: hue angle of 282.48º 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 #AC5CCD is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 92 | 205 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.20 |
| HSL | 282.48º | 0.53% | 0.58% | - |
| HSV(B) | 282.48º | 0.55% | 0.8% | - |
| XYZ | 31.86 | 20.83 | 60.1 | - |
| YUV | 128.8 | 171 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 205 | 0.16 | 0.55 | 0 | 0.20 | 282.48 | 0.53 | 0.58 |
| Hex | AC | 5C | CD | 10 | 37 | 0 | 14 | 11A | 35 | 3A |
| Octal | 254 | 134 | 315 | 20 | 67 | 0 | 24 | 432 | 65 | 72 |
| Binary | 10101100 | 1011100 | 11001101 | 10000 | 110111 | 0 | 10100 | 100011010 | 110101 | 111010 |
Color Harmonies of #AC5CCD
Complementary color
Monochromatic Colors of #AC5CCD
Black with #AC5CCD
Text Example
Text Example
White with #AC5CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5CCD; }
p { color: rgb(172,92,205); }
H1.HeaderClassName
{
color: #AC5CCD;
}
.AnyTagClassName
{
color: #AC5CCD;
}
</style>
background-color css
<style>
a { background-color: #AC5CCD; }
a { background-color: rgb(172,92,205); }
div.DivClassName
{
background-color: #AC5CCD;
}
.BgClassName
{
background-color: #AC5CCD;
}
</style>
border-color css
<style>
span { border-color: #AC5CCD; }
span { border-color: rgb(172,92,205); }
td.TdClassName
{
border-color: #AC5CCD;
}
.TagClassName
{
border-color: #AC5CCD;
}
</style>