Shades of Medium Orchid #AC55CF
Tints of Medium Orchid #AC55CF
RGB
CMYK
RGB Variations
Color information
#AC55CF (or 0xAC55CF) is known color: Medium Orchid. HEX triplet: AC, 55 and CF. RGB value is (172,85,207). Sum of RGB (Red+Green+Blue) = 172+85+207=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC55CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC55CF is #53AA30. Grayscale: #7C7C7C. Windows color (decimal): -5483057 or 13587884. OLE color: 13587884.
HSL color Cylindrical-coordinate representation of color #AC55CF: hue angle of 282.79º degrees, saturation: 0.56, 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 #AC55CF is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 85 | 207 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.19 |
| HSL | 282.79º | 0.56% | 0.57% | - |
| HSV(B) | 282.79º | 0.59% | 0.81% | - |
| XYZ | 31.52 | 19.77 | 61.19 | - |
| YUV | 124.92 | 174.32 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 207 | 0.17 | 0.59 | 0 | 0.19 | 282.79 | 0.56 | 0.57 |
| Hex | AC | 55 | CF | 11 | 3B | 0 | 13 | 11B | 38 | 39 |
| Octal | 254 | 125 | 317 | 21 | 73 | 0 | 23 | 433 | 70 | 71 |
| Binary | 10101100 | 1010101 | 11001111 | 10001 | 111011 | 0 | 10011 | 100011011 | 111000 | 111001 |
Color Harmonies of #AC55CF
Complementary color
Monochromatic Colors of #AC55CF
Black with #AC55CF
Text Example
Text Example
White with #AC55CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC55CF; }
p { color: rgb(172,85,207); }
H1.HeaderClassName
{
color: #AC55CF;
}
.AnyTagClassName
{
color: #AC55CF;
}
</style>
background-color css
<style>
a { background-color: #AC55CF; }
a { background-color: rgb(172,85,207); }
div.DivClassName
{
background-color: #AC55CF;
}
.BgClassName
{
background-color: #AC55CF;
}
</style>
border-color css
<style>
span { border-color: #AC55CF; }
span { border-color: rgb(172,85,207); }
td.TdClassName
{
border-color: #AC55CF;
}
.TagClassName
{
border-color: #AC55CF;
}
</style>