Shades of Medium Orchid #AC50CC
Tints of Medium Orchid #AC50CC
RGB
CMYK
RGB Variations
Color information
#AC50CC (or 0xAC50CC) is known color: Medium Orchid. HEX triplet: AC, 50 and CC. RGB value is (172,80,204). Sum of RGB (Red+Green+Blue) = 172+80+204=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC50CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC50CC is #53AF33. Grayscale: #797979. Windows color (decimal): -5484340 or 13389996. OLE color: 13389996.
HSL color Cylindrical-coordinate representation of color #AC50CC: hue angle of 284.52º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC50CC is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 80 | 204 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.2 |
| HSL | 284.52º | 0.55% | 0.56% | - |
| HSV(B) | 284.52º | 0.61% | 0.8% | - |
| XYZ | 30.78 | 18.87 | 59.15 | - |
| YUV | 121.64 | 174.48 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 204 | 0.16 | 0.61 | 0 | 0.2 | 284.52 | 0.55 | 0.56 |
| Hex | AC | 50 | CC | 10 | 3D | 0 | 14 | 11D | 37 | 38 |
| Octal | 254 | 120 | 314 | 20 | 75 | 0 | 24 | 435 | 67 | 70 |
| Binary | 10101100 | 1010000 | 11001100 | 10000 | 111101 | 0 | 10100 | 100011101 | 110111 | 111000 |
Color Harmonies of #AC50CC
Complementary color
Monochromatic Colors of #AC50CC
Black with #AC50CC
Text Example
Text Example
White with #AC50CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC50CC; }
p { color: rgb(172,80,204); }
H1.HeaderClassName
{
color: #AC50CC;
}
.AnyTagClassName
{
color: #AC50CC;
}
</style>
background-color css
<style>
a { background-color: #AC50CC; }
a { background-color: rgb(172,80,204); }
div.DivClassName
{
background-color: #AC50CC;
}
.BgClassName
{
background-color: #AC50CC;
}
</style>
border-color css
<style>
span { border-color: #AC50CC; }
span { border-color: rgb(172,80,204); }
td.TdClassName
{
border-color: #AC50CC;
}
.TagClassName
{
border-color: #AC50CC;
}
</style>