Shades of Medium Orchid #AC51EC
Tints of Medium Orchid #AC51EC
RGB
CMYK
RGB Variations
Color information
#AC51EC (or 0xAC51EC) is known color: Medium Orchid. HEX triplet: AC, 51 and EC. RGB value is (172,81,236). Sum of RGB (Red+Green+Blue) = 172+81+236=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 81 (32.03% from 255 or 16.56% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC51EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC51EC is #53AE13. Grayscale: #7D7D7D. Windows color (decimal): -5484052 or 15487404. OLE color: 15487404.
HSL color Cylindrical-coordinate representation of color #AC51EC: hue angle of 275.23º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC51EC is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 81 | 236 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.07 |
| HSL | 275.23º | 0.8% | 0.62% | - |
| HSV(B) | 275.23º | 0.66% | 0.93% | - |
| XYZ | 35.1 | 20.71 | 81.5 | - |
| YUV | 125.88 | 190.15 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 236 | 0.27 | 0.66 | 0 | 0.07 | 275.23 | 0.8 | 0.62 |
| Hex | AC | 51 | EC | 1B | 42 | 0 | 7 | 113 | 50 | 3E |
| Octal | 254 | 121 | 354 | 33 | 102 | 0 | 7 | 423 | 120 | 76 |
| Binary | 10101100 | 1010001 | 11101100 | 11011 | 1000010 | 0 | 111 | 100010011 | 1010000 | 111110 |
Color Harmonies of #AC51EC
Complementary color
Monochromatic Colors of #AC51EC
Black with #AC51EC
Text Example
Text Example
White with #AC51EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC51EC; }
p { color: rgb(172,81,236); }
H1.HeaderClassName
{
color: #AC51EC;
}
.AnyTagClassName
{
color: #AC51EC;
}
</style>
background-color css
<style>
a { background-color: #AC51EC; }
a { background-color: rgb(172,81,236); }
div.DivClassName
{
background-color: #AC51EC;
}
.BgClassName
{
background-color: #AC51EC;
}
</style>
border-color css
<style>
span { border-color: #AC51EC; }
span { border-color: rgb(172,81,236); }
td.TdClassName
{
border-color: #AC51EC;
}
.TagClassName
{
border-color: #AC51EC;
}
</style>