Shades of Medium Orchid #AC5CCC
Tints of Medium Orchid #AC5CCC
RGB
CMYK
RGB Variations
Color information
#AC5CCC (or 0xAC5CCC) is known color: Medium Orchid. HEX triplet: AC, 5C and CC. RGB value is (172,92,204). Sum of RGB (Red+Green+Blue) = 172+92+204=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC5CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5CCC is #53A333. Grayscale: #808080. Windows color (decimal): -5481268 or 13393068. OLE color: 13393068.
HSL color Cylindrical-coordinate representation of color #AC5CCC: hue angle of 282.86º degrees, saturation: 0.52, 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 #AC5CCC is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 92 | 204 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.2 |
| HSL | 282.86º | 0.52% | 0.58% | - |
| HSV(B) | 282.86º | 0.55% | 0.8% | - |
| XYZ | 31.74 | 20.78 | 59.47 | - |
| YUV | 128.69 | 170.5 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 204 | 0.16 | 0.55 | 0 | 0.2 | 282.86 | 0.52 | 0.58 |
| Hex | AC | 5C | CC | 10 | 37 | 0 | 14 | 11B | 34 | 3A |
| Octal | 254 | 134 | 314 | 20 | 67 | 0 | 24 | 433 | 64 | 72 |
| Binary | 10101100 | 1011100 | 11001100 | 10000 | 110111 | 0 | 10100 | 100011011 | 110100 | 111010 |
Color Harmonies of #AC5CCC
Complementary color
Monochromatic Colors of #AC5CCC
Black with #AC5CCC
Text Example
Text Example
White with #AC5CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5CCC; }
p { color: rgb(172,92,204); }
H1.HeaderClassName
{
color: #AC5CCC;
}
.AnyTagClassName
{
color: #AC5CCC;
}
</style>
background-color css
<style>
a { background-color: #AC5CCC; }
a { background-color: rgb(172,92,204); }
div.DivClassName
{
background-color: #AC5CCC;
}
.BgClassName
{
background-color: #AC5CCC;
}
</style>
border-color css
<style>
span { border-color: #AC5CCC; }
span { border-color: rgb(172,92,204); }
td.TdClassName
{
border-color: #AC5CCC;
}
.TagClassName
{
border-color: #AC5CCC;
}
</style>