Shades of Medium Orchid #AC59CC
Tints of Medium Orchid #AC59CC
RGB
CMYK
RGB Variations
Color information
#AC59CC (or 0xAC59CC) is known color: Medium Orchid. HEX triplet: AC, 59 and CC. RGB value is (172,89,204). Sum of RGB (Red+Green+Blue) = 172+89+204=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC59CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC59CC is #53A633. Grayscale: #7E7E7E. Windows color (decimal): -5482036 or 13392300. OLE color: 13392300.
HSL color Cylindrical-coordinate representation of color #AC59CC: hue angle of 283.3º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC59CC is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 89 | 204 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.2 |
| HSL | 283.3º | 0.53% | 0.57% | - |
| HSV(B) | 283.3º | 0.56% | 0.8% | - |
| XYZ | 31.48 | 20.28 | 59.38 | - |
| YUV | 126.93 | 171.5 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 204 | 0.16 | 0.56 | 0 | 0.2 | 283.3 | 0.53 | 0.57 |
| Hex | AC | 59 | CC | 10 | 38 | 0 | 14 | 11B | 35 | 39 |
| Octal | 254 | 131 | 314 | 20 | 70 | 0 | 24 | 433 | 65 | 71 |
| Binary | 10101100 | 1011001 | 11001100 | 10000 | 111000 | 0 | 10100 | 100011011 | 110101 | 111001 |
Color Harmonies of #AC59CC
Complementary color
Monochromatic Colors of #AC59CC
Black with #AC59CC
Text Example
Text Example
White with #AC59CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC59CC; }
p { color: rgb(172,89,204); }
H1.HeaderClassName
{
color: #AC59CC;
}
.AnyTagClassName
{
color: #AC59CC;
}
</style>
background-color css
<style>
a { background-color: #AC59CC; }
a { background-color: rgb(172,89,204); }
div.DivClassName
{
background-color: #AC59CC;
}
.BgClassName
{
background-color: #AC59CC;
}
</style>
border-color css
<style>
span { border-color: #AC59CC; }
span { border-color: rgb(172,89,204); }
td.TdClassName
{
border-color: #AC59CC;
}
.TagClassName
{
border-color: #AC59CC;
}
</style>