Shades of Medium Orchid #AC59D0
Tints of Medium Orchid #AC59D0
RGB
CMYK
RGB Variations
Color information
#AC59D0 (or 0xAC59D0) is known color: Medium Orchid. HEX triplet: AC, 59 and D0. RGB value is (172,89,208). Sum of RGB (Red+Green+Blue) = 172+89+208=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC59D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC59D0 is #53A62F. Grayscale: #7E7E7E. Windows color (decimal): -5482032 or 13654444. OLE color: 13654444.
HSL color Cylindrical-coordinate representation of color #AC59D0: hue angle of 281.85º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC59D0 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 89 | 208 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.18 |
| HSL | 281.85º | 0.56% | 0.58% | - |
| HSV(B) | 281.85º | 0.57% | 0.82% | - |
| XYZ | 31.97 | 20.47 | 61.94 | - |
| YUV | 127.38 | 173.5 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 208 | 0.17 | 0.57 | 0 | 0.18 | 281.85 | 0.56 | 0.58 |
| Hex | AC | 59 | D0 | 11 | 39 | 0 | 12 | 11A | 38 | 3A |
| Octal | 254 | 131 | 320 | 21 | 71 | 0 | 22 | 432 | 70 | 72 |
| Binary | 10101100 | 1011001 | 11010000 | 10001 | 111001 | 0 | 10010 | 100011010 | 111000 | 111010 |
Color Harmonies of #AC59D0
Complementary color
Monochromatic Colors of #AC59D0
Black with #AC59D0
Text Example
Text Example
White with #AC59D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC59D0; }
p { color: rgb(172,89,208); }
H1.HeaderClassName
{
color: #AC59D0;
}
.AnyTagClassName
{
color: #AC59D0;
}
</style>
background-color css
<style>
a { background-color: #AC59D0; }
a { background-color: rgb(172,89,208); }
div.DivClassName
{
background-color: #AC59D0;
}
.BgClassName
{
background-color: #AC59D0;
}
</style>
border-color css
<style>
span { border-color: #AC59D0; }
span { border-color: rgb(172,89,208); }
td.TdClassName
{
border-color: #AC59D0;
}
.TagClassName
{
border-color: #AC59D0;
}
</style>