Shades of Medium Orchid #AC50C6
Tints of Medium Orchid #AC50C6
RGB
CMYK
RGB Variations
Color information
#AC50C6 (or 0xAC50C6) is known color: Medium Orchid. HEX triplet: AC, 50 and C6. RGB value is (172,80,198). Sum of RGB (Red+Green+Blue) = 172+80+198=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC50C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC50C6 is #53AF39. Grayscale: #787878. Windows color (decimal): -5484346 or 12996780. OLE color: 12996780.
HSL color Cylindrical-coordinate representation of color #AC50C6: hue angle of 286.78º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC50C6 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 80 | 198 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.22 |
| HSL | 286.78º | 0.51% | 0.55% | - |
| HSV(B) | 286.78º | 0.6% | 0.78% | - |
| XYZ | 30.07 | 18.59 | 55.43 | - |
| YUV | 120.96 | 171.48 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 198 | 0.13 | 0.60 | 0 | 0.22 | 286.78 | 0.51 | 0.55 |
| Hex | AC | 50 | C6 | D | 3C | 0 | 16 | 11F | 33 | 37 |
| Octal | 254 | 120 | 306 | 15 | 74 | 0 | 26 | 437 | 63 | 67 |
| Binary | 10101100 | 1010000 | 11000110 | 1101 | 111100 | 0 | 10110 | 100011111 | 110011 | 110111 |
Color Harmonies of #AC50C6
Complementary color
Monochromatic Colors of #AC50C6
Black with #AC50C6
Text Example
Text Example
White with #AC50C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC50C6; }
p { color: rgb(172,80,198); }
H1.HeaderClassName
{
color: #AC50C6;
}
.AnyTagClassName
{
color: #AC50C6;
}
</style>
background-color css
<style>
a { background-color: #AC50C6; }
a { background-color: rgb(172,80,198); }
div.DivClassName
{
background-color: #AC50C6;
}
.BgClassName
{
background-color: #AC50C6;
}
</style>
border-color css
<style>
span { border-color: #AC50C6; }
span { border-color: rgb(172,80,198); }
td.TdClassName
{
border-color: #AC50C6;
}
.TagClassName
{
border-color: #AC50C6;
}
</style>