Shades of Medium Orchid #AC49DD
Tints of Medium Orchid #AC49DD
RGB
CMYK
RGB Variations
Color information
#AC49DD (or 0xAC49DD) is known color: Medium Orchid. HEX triplet: AC, 49 and DD. RGB value is (172,73,221). Sum of RGB (Red+Green+Blue) = 172+73+221=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC49DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC49DD is #53B622. Grayscale: #767676. Windows color (decimal): -5486115 or 14502316. OLE color: 14502316.
HSL color Cylindrical-coordinate representation of color #AC49DD: hue angle of 280.14º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC49DD is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 73 | 221 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.13 |
| HSL | 280.14º | 0.69% | 0.58% | - |
| HSV(B) | 280.14º | 0.67% | 0.87% | - |
| XYZ | 32.45 | 18.76 | 70.32 | - |
| YUV | 119.47 | 185.3 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 221 | 0.22 | 0.67 | 0 | 0.13 | 280.14 | 0.69 | 0.58 |
| Hex | AC | 49 | DD | 16 | 43 | 0 | D | 118 | 45 | 3A |
| Octal | 254 | 111 | 335 | 26 | 103 | 0 | 15 | 430 | 105 | 72 |
| Binary | 10101100 | 1001001 | 11011101 | 10110 | 1000011 | 0 | 1101 | 100011000 | 1000101 | 111010 |
Color Harmonies of #AC49DD
Complementary color
Monochromatic Colors of #AC49DD
Black with #AC49DD
Text Example
Text Example
White with #AC49DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC49DD; }
p { color: rgb(172,73,221); }
H1.HeaderClassName
{
color: #AC49DD;
}
.AnyTagClassName
{
color: #AC49DD;
}
</style>
background-color css
<style>
a { background-color: #AC49DD; }
a { background-color: rgb(172,73,221); }
div.DivClassName
{
background-color: #AC49DD;
}
.BgClassName
{
background-color: #AC49DD;
}
</style>
border-color css
<style>
span { border-color: #AC49DD; }
span { border-color: rgb(172,73,221); }
td.TdClassName
{
border-color: #AC49DD;
}
.TagClassName
{
border-color: #AC49DD;
}
</style>