Shades of Medium Orchid #AC5ECF
Tints of Medium Orchid #AC5ECF
RGB
CMYK
RGB Variations
Color information
#AC5ECF (or 0xAC5ECF) is known color: Medium Orchid. HEX triplet: AC, 5E and CF. RGB value is (172,94,207). Sum of RGB (Red+Green+Blue) = 172+94+207=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC5ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5ECF is #53A130. Grayscale: #818181. Windows color (decimal): -5480753 or 13590188. OLE color: 13590188.
HSL color Cylindrical-coordinate representation of color #AC5ECF: hue angle of 281.42º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC5ECF is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 94 | 207 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.19 |
| HSL | 281.42º | 0.54% | 0.59% | - |
| HSV(B) | 281.42º | 0.55% | 0.81% | - |
| XYZ | 32.28 | 21.28 | 61.44 | - |
| YUV | 130.2 | 171.34 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 207 | 0.17 | 0.55 | 0 | 0.19 | 281.42 | 0.54 | 0.59 |
| Hex | AC | 5E | CF | 11 | 37 | 0 | 13 | 119 | 36 | 3B |
| Octal | 254 | 136 | 317 | 21 | 67 | 0 | 23 | 431 | 66 | 73 |
| Binary | 10101100 | 1011110 | 11001111 | 10001 | 110111 | 0 | 10011 | 100011001 | 110110 | 111011 |
Color Harmonies of #AC5ECF
Complementary color
Monochromatic Colors of #AC5ECF
Black with #AC5ECF
Text Example
Text Example
White with #AC5ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5ECF; }
p { color: rgb(172,94,207); }
H1.HeaderClassName
{
color: #AC5ECF;
}
.AnyTagClassName
{
color: #AC5ECF;
}
</style>
background-color css
<style>
a { background-color: #AC5ECF; }
a { background-color: rgb(172,94,207); }
div.DivClassName
{
background-color: #AC5ECF;
}
.BgClassName
{
background-color: #AC5ECF;
}
</style>
border-color css
<style>
span { border-color: #AC5ECF; }
span { border-color: rgb(172,94,207); }
td.TdClassName
{
border-color: #AC5ECF;
}
.TagClassName
{
border-color: #AC5ECF;
}
</style>