Shades of Medium Orchid #AC57CC
Tints of Medium Orchid #AC57CC
RGB
CMYK
RGB Variations
Color information
#AC57CC (or 0xAC57CC) is known color: Medium Orchid. HEX triplet: AC, 57 and CC. RGB value is (172,87,204). Sum of RGB (Red+Green+Blue) = 172+87+204=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC57CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC57CC is #53A833. Grayscale: #7D7D7D. Windows color (decimal): -5482548 or 13391788. OLE color: 13391788.
HSL color Cylindrical-coordinate representation of color #AC57CC: hue angle of 283.59º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC57CC is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 87 | 204 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.2 |
| HSL | 283.59º | 0.53% | 0.57% | - |
| HSV(B) | 283.59º | 0.57% | 0.8% | - |
| XYZ | 31.32 | 19.95 | 59.33 | - |
| YUV | 125.75 | 172.16 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 87 | 204 | 0.16 | 0.57 | 0 | 0.2 | 283.59 | 0.53 | 0.57 |
| Hex | AC | 57 | CC | 10 | 39 | 0 | 14 | 11C | 35 | 39 |
| Octal | 254 | 127 | 314 | 20 | 71 | 0 | 24 | 434 | 65 | 71 |
| Binary | 10101100 | 1010111 | 11001100 | 10000 | 111001 | 0 | 10100 | 100011100 | 110101 | 111001 |
Color Harmonies of #AC57CC
Complementary color
Monochromatic Colors of #AC57CC
Black with #AC57CC
Text Example
Text Example
White with #AC57CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC57CC; }
p { color: rgb(172,87,204); }
H1.HeaderClassName
{
color: #AC57CC;
}
.AnyTagClassName
{
color: #AC57CC;
}
</style>
background-color css
<style>
a { background-color: #AC57CC; }
a { background-color: rgb(172,87,204); }
div.DivClassName
{
background-color: #AC57CC;
}
.BgClassName
{
background-color: #AC57CC;
}
</style>
border-color css
<style>
span { border-color: #AC57CC; }
span { border-color: rgb(172,87,204); }
td.TdClassName
{
border-color: #AC57CC;
}
.TagClassName
{
border-color: #AC57CC;
}
</style>