Shades of Medium Orchid #AC51D0
Tints of Medium Orchid #AC51D0
RGB
CMYK
RGB Variations
Color information
#AC51D0 (or 0xAC51D0) is known color: Medium Orchid. HEX triplet: AC, 51 and D0. RGB value is (172,81,208). Sum of RGB (Red+Green+Blue) = 172+81+208=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC51D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC51D0 is #53AE2F. Grayscale: #7A7A7A. Windows color (decimal): -5484080 or 13652396. OLE color: 13652396.
HSL color Cylindrical-coordinate representation of color #AC51D0: hue angle of 282.99º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC51D0 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 81 | 208 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.18 |
| HSL | 282.99º | 0.57% | 0.57% | - |
| HSV(B) | 282.99º | 0.61% | 0.82% | - |
| XYZ | 31.34 | 19.21 | 61.73 | - |
| YUV | 122.69 | 176.15 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 208 | 0.17 | 0.61 | 0 | 0.18 | 282.99 | 0.57 | 0.57 |
| Hex | AC | 51 | D0 | 11 | 3D | 0 | 12 | 11B | 39 | 39 |
| Octal | 254 | 121 | 320 | 21 | 75 | 0 | 22 | 433 | 71 | 71 |
| Binary | 10101100 | 1010001 | 11010000 | 10001 | 111101 | 0 | 10010 | 100011011 | 111001 | 111001 |
Color Harmonies of #AC51D0
Complementary color
Monochromatic Colors of #AC51D0
Black with #AC51D0
Text Example
Text Example
White with #AC51D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC51D0; }
p { color: rgb(172,81,208); }
H1.HeaderClassName
{
color: #AC51D0;
}
.AnyTagClassName
{
color: #AC51D0;
}
</style>
background-color css
<style>
a { background-color: #AC51D0; }
a { background-color: rgb(172,81,208); }
div.DivClassName
{
background-color: #AC51D0;
}
.BgClassName
{
background-color: #AC51D0;
}
</style>
border-color css
<style>
span { border-color: #AC51D0; }
span { border-color: rgb(172,81,208); }
td.TdClassName
{
border-color: #AC51D0;
}
.TagClassName
{
border-color: #AC51D0;
}
</style>