Shades of Medium Orchid #AC51CE
Tints of Medium Orchid #AC51CE
RGB
CMYK
RGB Variations
Color information
#AC51CE (or 0xAC51CE) is known color: Medium Orchid. HEX triplet: AC, 51 and CE. RGB value is (172,81,206). Sum of RGB (Red+Green+Blue) = 172+81+206=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC51CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC51CE is #53AE31. Grayscale: #7A7A7A. Windows color (decimal): -5484082 or 13521324. OLE color: 13521324.
HSL color Cylindrical-coordinate representation of color #AC51CE: hue angle of 283.68º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC51CE is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 81 | 206 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.19 |
| HSL | 283.68º | 0.56% | 0.56% | - |
| HSV(B) | 283.68º | 0.61% | 0.81% | - |
| XYZ | 31.1 | 19.11 | 60.44 | - |
| YUV | 122.46 | 175.15 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 206 | 0.17 | 0.61 | 0 | 0.19 | 283.68 | 0.56 | 0.56 |
| Hex | AC | 51 | CE | 11 | 3D | 0 | 13 | 11C | 38 | 38 |
| Octal | 254 | 121 | 316 | 21 | 75 | 0 | 23 | 434 | 70 | 70 |
| Binary | 10101100 | 1010001 | 11001110 | 10001 | 111101 | 0 | 10011 | 100011100 | 111000 | 111000 |
Color Harmonies of #AC51CE
Complementary color
Monochromatic Colors of #AC51CE
Black with #AC51CE
Text Example
Text Example
White with #AC51CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC51CE; }
p { color: rgb(172,81,206); }
H1.HeaderClassName
{
color: #AC51CE;
}
.AnyTagClassName
{
color: #AC51CE;
}
</style>
background-color css
<style>
a { background-color: #AC51CE; }
a { background-color: rgb(172,81,206); }
div.DivClassName
{
background-color: #AC51CE;
}
.BgClassName
{
background-color: #AC51CE;
}
</style>
border-color css
<style>
span { border-color: #AC51CE; }
span { border-color: rgb(172,81,206); }
td.TdClassName
{
border-color: #AC51CE;
}
.TagClassName
{
border-color: #AC51CE;
}
</style>