Shades of Medium Orchid #AC49D1
Tints of Medium Orchid #AC49D1
RGB
CMYK
RGB Variations
Color information
#AC49D1 (or 0xAC49D1) is known color: Medium Orchid. HEX triplet: AC, 49 and D1. RGB value is (172,73,209). Sum of RGB (Red+Green+Blue) = 172+73+209=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 209 (82.03% from 255 or 46.04% from 454); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC49D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC49D1 is #53B62E. Grayscale: #757575. Windows color (decimal): -5486127 or 13715884. OLE color: 13715884.
HSL color Cylindrical-coordinate representation of color #AC49D1: hue angle of 283.68º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC49D1 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 73 | 209 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.18 |
| HSL | 283.68º | 0.6% | 0.55% | - |
| HSV(B) | 283.68º | 0.65% | 0.82% | - |
| XYZ | 30.9 | 18.14 | 62.19 | - |
| YUV | 118.11 | 179.3 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 209 | 0.18 | 0.65 | 0 | 0.18 | 283.68 | 0.6 | 0.55 |
| Hex | AC | 49 | D1 | 12 | 41 | 0 | 12 | 11C | 3C | 37 |
| Octal | 254 | 111 | 321 | 22 | 101 | 0 | 22 | 434 | 74 | 67 |
| Binary | 10101100 | 1001001 | 11010001 | 10010 | 1000001 | 0 | 10010 | 100011100 | 111100 | 110111 |
Color Harmonies of #AC49D1
Complementary color
Monochromatic Colors of #AC49D1
Black with #AC49D1
Text Example
Text Example
White with #AC49D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC49D1; }
p { color: rgb(172,73,209); }
H1.HeaderClassName
{
color: #AC49D1;
}
.AnyTagClassName
{
color: #AC49D1;
}
</style>
background-color css
<style>
a { background-color: #AC49D1; }
a { background-color: rgb(172,73,209); }
div.DivClassName
{
background-color: #AC49D1;
}
.BgClassName
{
background-color: #AC49D1;
}
</style>
border-color css
<style>
span { border-color: #AC49D1; }
span { border-color: rgb(172,73,209); }
td.TdClassName
{
border-color: #AC49D1;
}
.TagClassName
{
border-color: #AC49D1;
}
</style>