Shades of Medium Orchid #AC50D6
Tints of Medium Orchid #AC50D6
RGB
CMYK
RGB Variations
Color information
#AC50D6 (or 0xAC50D6) is known color: Medium Orchid. HEX triplet: AC, 50 and D6. RGB value is (172,80,214). Sum of RGB (Red+Green+Blue) = 172+80+214=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 214 - color contains mainly: blue. Hex color #AC50D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC50D6 is #53AF29. Grayscale: #7A7A7A. Windows color (decimal): -5484330 or 14045356. OLE color: 14045356.
HSL color Cylindrical-coordinate representation of color #AC50D6: hue angle of 281.19º degrees, saturation: 0.62, 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 #AC50D6 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 80 | 214 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.16 |
| HSL | 281.19º | 0.62% | 0.58% | - |
| HSV(B) | 281.19º | 0.63% | 0.84% | - |
| XYZ | 32.02 | 19.36 | 65.67 | - |
| YUV | 122.78 | 179.48 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 214 | 0.20 | 0.63 | 0 | 0.16 | 281.19 | 0.62 | 0.58 |
| Hex | AC | 50 | D6 | 14 | 3F | 0 | 10 | 119 | 3E | 3A |
| Octal | 254 | 120 | 326 | 24 | 77 | 0 | 20 | 431 | 76 | 72 |
| Binary | 10101100 | 1010000 | 11010110 | 10100 | 111111 | 0 | 10000 | 100011001 | 111110 | 111010 |
Color Harmonies of #AC50D6
Complementary color
Monochromatic Colors of #AC50D6
Black with #AC50D6
Text Example
Text Example
White with #AC50D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC50D6; }
p { color: rgb(172,80,214); }
H1.HeaderClassName
{
color: #AC50D6;
}
.AnyTagClassName
{
color: #AC50D6;
}
</style>
background-color css
<style>
a { background-color: #AC50D6; }
a { background-color: rgb(172,80,214); }
div.DivClassName
{
background-color: #AC50D6;
}
.BgClassName
{
background-color: #AC50D6;
}
</style>
border-color css
<style>
span { border-color: #AC50D6; }
span { border-color: rgb(172,80,214); }
td.TdClassName
{
border-color: #AC50D6;
}
.TagClassName
{
border-color: #AC50D6;
}
</style>