Shades of Medium Orchid #AC49DC
Tints of Medium Orchid #AC49DC
RGB
CMYK
RGB Variations
Color information
#AC49DC (or 0xAC49DC) is known color: Medium Orchid. HEX triplet: AC, 49 and DC. RGB value is (172,73,220). Sum of RGB (Red+Green+Blue) = 172+73+220=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC49DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC49DC is #53B623. Grayscale: #767676. Windows color (decimal): -5486116 or 14436780. OLE color: 14436780.
HSL color Cylindrical-coordinate representation of color #AC49DC: hue angle of 280.41º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC49DC is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 73 | 220 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.14 |
| HSL | 280.41º | 0.68% | 0.57% | - |
| HSV(B) | 280.41º | 0.67% | 0.86% | - |
| XYZ | 32.31 | 18.7 | 69.62 | - |
| YUV | 119.36 | 184.8 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 220 | 0.22 | 0.67 | 0 | 0.14 | 280.41 | 0.68 | 0.57 |
| Hex | AC | 49 | DC | 16 | 43 | 0 | E | 118 | 44 | 39 |
| Octal | 254 | 111 | 334 | 26 | 103 | 0 | 16 | 430 | 104 | 71 |
| Binary | 10101100 | 1001001 | 11011100 | 10110 | 1000011 | 0 | 1110 | 100011000 | 1000100 | 111001 |
Color Harmonies of #AC49DC
Complementary color
Monochromatic Colors of #AC49DC
Black with #AC49DC
Text Example
Text Example
White with #AC49DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC49DC; }
p { color: rgb(172,73,220); }
H1.HeaderClassName
{
color: #AC49DC;
}
.AnyTagClassName
{
color: #AC49DC;
}
</style>
background-color css
<style>
a { background-color: #AC49DC; }
a { background-color: rgb(172,73,220); }
div.DivClassName
{
background-color: #AC49DC;
}
.BgClassName
{
background-color: #AC49DC;
}
</style>
border-color css
<style>
span { border-color: #AC49DC; }
span { border-color: rgb(172,73,220); }
td.TdClassName
{
border-color: #AC49DC;
}
.TagClassName
{
border-color: #AC49DC;
}
</style>