Shades of Medium Orchid #AC55C4
Tints of Medium Orchid #AC55C4
RGB
CMYK
RGB Variations
Color information
#AC55C4 (or 0xAC55C4) is known color: Medium Orchid. HEX triplet: AC, 55 and C4. RGB value is (172,85,196). Sum of RGB (Red+Green+Blue) = 172+85+196=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC55C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC55C4 is #53AA3B. Grayscale: #7B7B7B. Windows color (decimal): -5483068 or 12866988. OLE color: 12866988.
HSL color Cylindrical-coordinate representation of color #AC55C4: hue angle of 287.03º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC55C4 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 85 | 196 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.23 |
| HSL | 287.03º | 0.48% | 0.55% | - |
| HSV(B) | 287.03º | 0.57% | 0.77% | - |
| XYZ | 30.23 | 19.25 | 54.35 | - |
| YUV | 123.67 | 168.82 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 196 | 0.12 | 0.57 | 0 | 0.23 | 287.03 | 0.48 | 0.55 |
| Hex | AC | 55 | C4 | C | 39 | 0 | 17 | 11F | 30 | 37 |
| Octal | 254 | 125 | 304 | 14 | 71 | 0 | 27 | 437 | 60 | 67 |
| Binary | 10101100 | 1010101 | 11000100 | 1100 | 111001 | 0 | 10111 | 100011111 | 110000 | 110111 |
Color Harmonies of #AC55C4
Complementary color
Monochromatic Colors of #AC55C4
Black with #AC55C4
Text Example
Text Example
White with #AC55C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC55C4; }
p { color: rgb(172,85,196); }
H1.HeaderClassName
{
color: #AC55C4;
}
.AnyTagClassName
{
color: #AC55C4;
}
</style>
background-color css
<style>
a { background-color: #AC55C4; }
a { background-color: rgb(172,85,196); }
div.DivClassName
{
background-color: #AC55C4;
}
.BgClassName
{
background-color: #AC55C4;
}
</style>
border-color css
<style>
span { border-color: #AC55C4; }
span { border-color: rgb(172,85,196); }
td.TdClassName
{
border-color: #AC55C4;
}
.TagClassName
{
border-color: #AC55C4;
}
</style>