Shades of Medium Orchid #AC49C3
Tints of Medium Orchid #AC49C3
RGB
CMYK
RGB Variations
Color information
#AC49C3 (or 0xAC49C3) is known color: Medium Orchid. HEX triplet: AC, 49 and C3. RGB value is (172,73,195). Sum of RGB (Red+Green+Blue) = 172+73+195=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 195 (76.56% from 255 or 44.32% from 440); Max value from RGB is 195 - color contains mainly: blue. Hex color #AC49C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC49C3 is #53B63C. Grayscale: #747474. Windows color (decimal): -5486141 or 12798380. OLE color: 12798380.
HSL color Cylindrical-coordinate representation of color #AC49C3: hue angle of 288.69º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC49C3 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 73 | 195 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.24 |
| HSL | 288.69º | 0.5% | 0.53% | - |
| HSV(B) | 288.69º | 0.63% | 0.76% | - |
| XYZ | 29.25 | 17.48 | 53.46 | - |
| YUV | 116.51 | 172.3 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 195 | 0.12 | 0.63 | 0 | 0.24 | 288.69 | 0.5 | 0.53 |
| Hex | AC | 49 | C3 | C | 3F | 0 | 18 | 121 | 32 | 35 |
| Octal | 254 | 111 | 303 | 14 | 77 | 0 | 30 | 441 | 62 | 65 |
| Binary | 10101100 | 1001001 | 11000011 | 1100 | 111111 | 0 | 11000 | 100100001 | 110010 | 110101 |
Color Harmonies of #AC49C3
Complementary color
Monochromatic Colors of #AC49C3
Black with #AC49C3
Text Example
Text Example
White with #AC49C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC49C3; }
p { color: rgb(172,73,195); }
H1.HeaderClassName
{
color: #AC49C3;
}
.AnyTagClassName
{
color: #AC49C3;
}
</style>
background-color css
<style>
a { background-color: #AC49C3; }
a { background-color: rgb(172,73,195); }
div.DivClassName
{
background-color: #AC49C3;
}
.BgClassName
{
background-color: #AC49C3;
}
</style>
border-color css
<style>
span { border-color: #AC49C3; }
span { border-color: rgb(172,73,195); }
td.TdClassName
{
border-color: #AC49C3;
}
.TagClassName
{
border-color: #AC49C3;
}
</style>