Shades of Medium Orchid #AC51D6
Tints of Medium Orchid #AC51D6
RGB
CMYK
RGB Variations
Color information
#AC51D6 (or 0xAC51D6) is known color: Medium Orchid. HEX triplet: AC, 51 and D6. RGB value is (172,81,214). Sum of RGB (Red+Green+Blue) = 172+81+214=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 214 - color contains mainly: blue. Hex color #AC51D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC51D6 is #53AE29. Grayscale: #7A7A7A. Windows color (decimal): -5484074 or 14045612. OLE color: 14045612.
HSL color Cylindrical-coordinate representation of color #AC51D6: hue angle of 281.05º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC51D6 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 81 | 214 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.16 |
| HSL | 281.05º | 0.62% | 0.58% | - |
| HSV(B) | 281.05º | 0.62% | 0.84% | - |
| XYZ | 32.09 | 19.51 | 65.69 | - |
| YUV | 123.37 | 179.15 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 214 | 0.20 | 0.62 | 0 | 0.16 | 281.05 | 0.62 | 0.58 |
| Hex | AC | 51 | D6 | 14 | 3E | 0 | 10 | 119 | 3E | 3A |
| Octal | 254 | 121 | 326 | 24 | 76 | 0 | 20 | 431 | 76 | 72 |
| Binary | 10101100 | 1010001 | 11010110 | 10100 | 111110 | 0 | 10000 | 100011001 | 111110 | 111010 |
Color Harmonies of #AC51D6
Complementary color
Monochromatic Colors of #AC51D6
Black with #AC51D6
Text Example
Text Example
White with #AC51D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC51D6; }
p { color: rgb(172,81,214); }
H1.HeaderClassName
{
color: #AC51D6;
}
.AnyTagClassName
{
color: #AC51D6;
}
</style>
background-color css
<style>
a { background-color: #AC51D6; }
a { background-color: rgb(172,81,214); }
div.DivClassName
{
background-color: #AC51D6;
}
.BgClassName
{
background-color: #AC51D6;
}
</style>
border-color css
<style>
span { border-color: #AC51D6; }
span { border-color: rgb(172,81,214); }
td.TdClassName
{
border-color: #AC51D6;
}
.TagClassName
{
border-color: #AC51D6;
}
</style>