Shades of Medium Orchid #AC50D7
Tints of Medium Orchid #AC50D7
RGB
CMYK
RGB Variations
Color information
#AC50D7 (or 0xAC50D7) is known color: Medium Orchid. HEX triplet: AC, 50 and D7. RGB value is (172,80,215). Sum of RGB (Red+Green+Blue) = 172+80+215=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 215 (84.38% from 255 or 46.04% from 467); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC50D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC50D7 is #53AF28. Grayscale: #7A7A7A. Windows color (decimal): -5484329 or 14110892. OLE color: 14110892.
HSL color Cylindrical-coordinate representation of color #AC50D7: hue angle of 280.89º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC50D7 is Cyan = 0.2, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 80 | 215 | - |
| CMYK | 0.2 | 0.63 | 0 | 0.16 |
| HSL | 280.89º | 0.63% | 0.58% | - |
| HSV(B) | 280.89º | 0.63% | 0.84% | - |
| XYZ | 32.15 | 19.41 | 66.34 | - |
| YUV | 122.9 | 179.98 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 215 | 0.2 | 0.63 | 0 | 0.16 | 280.89 | 0.63 | 0.58 |
| Hex | AC | 50 | D7 | 14 | 3F | 0 | 10 | 119 | 3F | 3A |
| Octal | 254 | 120 | 327 | 24 | 77 | 0 | 20 | 431 | 77 | 72 |
| Binary | 10101100 | 1010000 | 11010111 | 10100 | 111111 | 0 | 10000 | 100011001 | 111111 | 111010 |
Color Harmonies of #AC50D7
Complementary color
Monochromatic Colors of #AC50D7
Black with #AC50D7
Text Example
Text Example
White with #AC50D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC50D7; }
p { color: rgb(172,80,215); }
H1.HeaderClassName
{
color: #AC50D7;
}
.AnyTagClassName
{
color: #AC50D7;
}
</style>
background-color css
<style>
a { background-color: #AC50D7; }
a { background-color: rgb(172,80,215); }
div.DivClassName
{
background-color: #AC50D7;
}
.BgClassName
{
background-color: #AC50D7;
}
</style>
border-color css
<style>
span { border-color: #AC50D7; }
span { border-color: rgb(172,80,215); }
td.TdClassName
{
border-color: #AC50D7;
}
.TagClassName
{
border-color: #AC50D7;
}
</style>