Shades of Medium Orchid #AC44CE
Tints of Medium Orchid #AC44CE
RGB
CMYK
RGB Variations
Color information
#AC44CE (or 0xAC44CE) is known color: Medium Orchid. HEX triplet: AC, 44 and CE. RGB value is (172,68,206). Sum of RGB (Red+Green+Blue) = 172+68+206=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC44CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC44CE is #53BB31. Grayscale: #727272. Windows color (decimal): -5487410 or 13517996. OLE color: 13517996.
HSL color Cylindrical-coordinate representation of color #AC44CE: hue angle of 285.22º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC44CE is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 68 | 206 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.19 |
| HSL | 285.22º | 0.58% | 0.54% | - |
| HSV(B) | 285.22º | 0.67% | 0.81% | - |
| XYZ | 30.22 | 17.36 | 60.15 | - |
| YUV | 114.83 | 179.46 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 206 | 0.17 | 0.67 | 0 | 0.19 | 285.22 | 0.58 | 0.54 |
| Hex | AC | 44 | CE | 11 | 43 | 0 | 13 | 11D | 3A | 36 |
| Octal | 254 | 104 | 316 | 21 | 103 | 0 | 23 | 435 | 72 | 66 |
| Binary | 10101100 | 1000100 | 11001110 | 10001 | 1000011 | 0 | 10011 | 100011101 | 111010 | 110110 |
Color Harmonies of #AC44CE
Complementary color
Monochromatic Colors of #AC44CE
Black with #AC44CE
Text Example
Text Example
White with #AC44CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC44CE; }
p { color: rgb(172,68,206); }
H1.HeaderClassName
{
color: #AC44CE;
}
.AnyTagClassName
{
color: #AC44CE;
}
</style>
background-color css
<style>
a { background-color: #AC44CE; }
a { background-color: rgb(172,68,206); }
div.DivClassName
{
background-color: #AC44CE;
}
.BgClassName
{
background-color: #AC44CE;
}
</style>
border-color css
<style>
span { border-color: #AC44CE; }
span { border-color: rgb(172,68,206); }
td.TdClassName
{
border-color: #AC44CE;
}
.TagClassName
{
border-color: #AC44CE;
}
</style>