Shades of Medium Orchid #AC49C9
Tints of Medium Orchid #AC49C9
RGB
CMYK
RGB Variations
Color information
#AC49C9 (or 0xAC49C9) is known color: Medium Orchid. HEX triplet: AC, 49 and C9. RGB value is (172,73,201). Sum of RGB (Red+Green+Blue) = 172+73+201=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 73 (28.91% from 255 or 16.37% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC49C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC49C9 is #53B636. Grayscale: #747474. Windows color (decimal): -5486135 or 13191596. OLE color: 13191596.
HSL color Cylindrical-coordinate representation of color #AC49C9: hue angle of 286.41º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC49C9 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 73 | 201 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.21 |
| HSL | 286.41º | 0.54% | 0.54% | - |
| HSV(B) | 286.41º | 0.64% | 0.79% | - |
| XYZ | 29.94 | 17.75 | 57.11 | - |
| YUV | 117.19 | 175.3 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 201 | 0.14 | 0.64 | 0 | 0.21 | 286.41 | 0.54 | 0.54 |
| Hex | AC | 49 | C9 | E | 40 | 0 | 15 | 11E | 36 | 36 |
| Octal | 254 | 111 | 311 | 16 | 100 | 0 | 25 | 436 | 66 | 66 |
| Binary | 10101100 | 1001001 | 11001001 | 1110 | 1000000 | 0 | 10101 | 100011110 | 110110 | 110110 |
Color Harmonies of #AC49C9
Complementary color
Monochromatic Colors of #AC49C9
Black with #AC49C9
Text Example
Text Example
White with #AC49C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC49C9; }
p { color: rgb(172,73,201); }
H1.HeaderClassName
{
color: #AC49C9;
}
.AnyTagClassName
{
color: #AC49C9;
}
</style>
background-color css
<style>
a { background-color: #AC49C9; }
a { background-color: rgb(172,73,201); }
div.DivClassName
{
background-color: #AC49C9;
}
.BgClassName
{
background-color: #AC49C9;
}
</style>
border-color css
<style>
span { border-color: #AC49C9; }
span { border-color: rgb(172,73,201); }
td.TdClassName
{
border-color: #AC49C9;
}
.TagClassName
{
border-color: #AC49C9;
}
</style>