Shades of Medium Orchid #AC57D0
Tints of Medium Orchid #AC57D0
RGB
CMYK
RGB Variations
Color information
#AC57D0 (or 0xAC57D0) is known color: Medium Orchid. HEX triplet: AC, 57 and D0. RGB value is (172,87,208). Sum of RGB (Red+Green+Blue) = 172+87+208=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 87 (34.38% from 255 or 18.63% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC57D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC57D0 is #53A82F. Grayscale: #7D7D7D. Windows color (decimal): -5482544 or 13653932. OLE color: 13653932.
HSL color Cylindrical-coordinate representation of color #AC57D0: hue angle of 282.15º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC57D0 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 87 | 208 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.18 |
| HSL | 282.15º | 0.56% | 0.58% | - |
| HSV(B) | 282.15º | 0.58% | 0.82% | - |
| XYZ | 31.81 | 20.14 | 61.89 | - |
| YUV | 126.21 | 174.16 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 87 | 208 | 0.17 | 0.58 | 0 | 0.18 | 282.15 | 0.56 | 0.58 |
| Hex | AC | 57 | D0 | 11 | 3A | 0 | 12 | 11A | 38 | 3A |
| Octal | 254 | 127 | 320 | 21 | 72 | 0 | 22 | 432 | 70 | 72 |
| Binary | 10101100 | 1010111 | 11010000 | 10001 | 111010 | 0 | 10010 | 100011010 | 111000 | 111010 |
Color Harmonies of #AC57D0
Complementary color
Monochromatic Colors of #AC57D0
Black with #AC57D0
Text Example
Text Example
White with #AC57D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC57D0; }
p { color: rgb(172,87,208); }
H1.HeaderClassName
{
color: #AC57D0;
}
.AnyTagClassName
{
color: #AC57D0;
}
</style>
background-color css
<style>
a { background-color: #AC57D0; }
a { background-color: rgb(172,87,208); }
div.DivClassName
{
background-color: #AC57D0;
}
.BgClassName
{
background-color: #AC57D0;
}
</style>
border-color css
<style>
span { border-color: #AC57D0; }
span { border-color: rgb(172,87,208); }
td.TdClassName
{
border-color: #AC57D0;
}
.TagClassName
{
border-color: #AC57D0;
}
</style>