Shades of Medium Orchid #AC55CE
Tints of Medium Orchid #AC55CE
RGB
CMYK
RGB Variations
Color information
#AC55CE (or 0xAC55CE) is known color: Medium Orchid. HEX triplet: AC, 55 and CE. RGB value is (172,85,206). Sum of RGB (Red+Green+Blue) = 172+85+206=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC55CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC55CE is #53AA31. Grayscale: #7C7C7C. Windows color (decimal): -5483058 or 13522348. OLE color: 13522348.
HSL color Cylindrical-coordinate representation of color #AC55CE: hue angle of 283.14º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC55CE is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 85 | 206 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.19 |
| HSL | 283.14º | 0.55% | 0.57% | - |
| HSV(B) | 283.14º | 0.59% | 0.81% | - |
| XYZ | 31.4 | 19.72 | 60.54 | - |
| YUV | 124.81 | 173.82 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 206 | 0.17 | 0.59 | 0 | 0.19 | 283.14 | 0.55 | 0.57 |
| Hex | AC | 55 | CE | 11 | 3B | 0 | 13 | 11B | 37 | 39 |
| Octal | 254 | 125 | 316 | 21 | 73 | 0 | 23 | 433 | 67 | 71 |
| Binary | 10101100 | 1010101 | 11001110 | 10001 | 111011 | 0 | 10011 | 100011011 | 110111 | 111001 |
Color Harmonies of #AC55CE
Complementary color
Monochromatic Colors of #AC55CE
Black with #AC55CE
Text Example
Text Example
White with #AC55CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC55CE; }
p { color: rgb(172,85,206); }
H1.HeaderClassName
{
color: #AC55CE;
}
.AnyTagClassName
{
color: #AC55CE;
}
</style>
background-color css
<style>
a { background-color: #AC55CE; }
a { background-color: rgb(172,85,206); }
div.DivClassName
{
background-color: #AC55CE;
}
.BgClassName
{
background-color: #AC55CE;
}
</style>
border-color css
<style>
span { border-color: #AC55CE; }
span { border-color: rgb(172,85,206); }
td.TdClassName
{
border-color: #AC55CE;
}
.TagClassName
{
border-color: #AC55CE;
}
</style>