Shades of Medium Orchid #AC49D3
Tints of Medium Orchid #AC49D3
RGB
CMYK
RGB Variations
Color information
#AC49D3 (or 0xAC49D3) is known color: Medium Orchid. HEX triplet: AC, 49 and D3. RGB value is (172,73,211). Sum of RGB (Red+Green+Blue) = 172+73+211=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 211 (82.81% from 255 or 46.27% from 456); Max value from RGB is 211 - color contains mainly: blue. Hex color #AC49D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC49D3 is #53B62C. Grayscale: #757575. Windows color (decimal): -5486125 or 13846956. OLE color: 13846956.
HSL color Cylindrical-coordinate representation of color #AC49D3: hue angle of 283.04º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC49D3 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 73 | 211 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.17 |
| HSL | 283.04º | 0.61% | 0.56% | - |
| HSV(B) | 283.04º | 0.65% | 0.83% | - |
| XYZ | 31.15 | 18.24 | 63.51 | - |
| YUV | 118.33 | 180.3 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 211 | 0.18 | 0.65 | 0 | 0.17 | 283.04 | 0.61 | 0.56 |
| Hex | AC | 49 | D3 | 12 | 41 | 0 | 11 | 11B | 3D | 38 |
| Octal | 254 | 111 | 323 | 22 | 101 | 0 | 21 | 433 | 75 | 70 |
| Binary | 10101100 | 1001001 | 11010011 | 10010 | 1000001 | 0 | 10001 | 100011011 | 111101 | 111000 |
Color Harmonies of #AC49D3
Complementary color
Monochromatic Colors of #AC49D3
Black with #AC49D3
Text Example
Text Example
White with #AC49D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC49D3; }
p { color: rgb(172,73,211); }
H1.HeaderClassName
{
color: #AC49D3;
}
.AnyTagClassName
{
color: #AC49D3;
}
</style>
background-color css
<style>
a { background-color: #AC49D3; }
a { background-color: rgb(172,73,211); }
div.DivClassName
{
background-color: #AC49D3;
}
.BgClassName
{
background-color: #AC49D3;
}
</style>
border-color css
<style>
span { border-color: #AC49D3; }
span { border-color: rgb(172,73,211); }
td.TdClassName
{
border-color: #AC49D3;
}
.TagClassName
{
border-color: #AC49D3;
}
</style>