Shades of Medium Orchid #AC45CC
Tints of Medium Orchid #AC45CC
RGB
CMYK
RGB Variations
Color information
#AC45CC (or 0xAC45CC) is known color: Medium Orchid. HEX triplet: AC, 45 and CC. RGB value is (172,69,204). Sum of RGB (Red+Green+Blue) = 172+69+204=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC45CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC45CC is #53BA33. Grayscale: #727272. Windows color (decimal): -5487156 or 13387180. OLE color: 13387180.
HSL color Cylindrical-coordinate representation of color #AC45CC: hue angle of 285.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC45CC is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 69 | 204 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.2 |
| HSL | 285.78º | 0.57% | 0.54% | - |
| HSV(B) | 285.78º | 0.66% | 0.8% | - |
| XYZ | 30.04 | 17.39 | 58.9 | - |
| YUV | 115.19 | 178.12 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 204 | 0.16 | 0.66 | 0 | 0.2 | 285.78 | 0.57 | 0.54 |
| Hex | AC | 45 | CC | 10 | 42 | 0 | 14 | 11E | 39 | 36 |
| Octal | 254 | 105 | 314 | 20 | 102 | 0 | 24 | 436 | 71 | 66 |
| Binary | 10101100 | 1000101 | 11001100 | 10000 | 1000010 | 0 | 10100 | 100011110 | 111001 | 110110 |
Color Harmonies of #AC45CC
Complementary color
Monochromatic Colors of #AC45CC
Black with #AC45CC
Text Example
Text Example
White with #AC45CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC45CC; }
p { color: rgb(172,69,204); }
H1.HeaderClassName
{
color: #AC45CC;
}
.AnyTagClassName
{
color: #AC45CC;
}
</style>
background-color css
<style>
a { background-color: #AC45CC; }
a { background-color: rgb(172,69,204); }
div.DivClassName
{
background-color: #AC45CC;
}
.BgClassName
{
background-color: #AC45CC;
}
</style>
border-color css
<style>
span { border-color: #AC45CC; }
span { border-color: rgb(172,69,204); }
td.TdClassName
{
border-color: #AC45CC;
}
.TagClassName
{
border-color: #AC45CC;
}
</style>