Shades of Medium Orchid #AC54C1
Tints of Medium Orchid #AC54C1
RGB
CMYK
RGB Variations
Color information
#AC54C1 (or 0xAC54C1) is known color: Medium Orchid. HEX triplet: AC, 54 and C1. RGB value is (172,84,193). Sum of RGB (Red+Green+Blue) = 172+84+193=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC54C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC54C1 is #53AB3E. Grayscale: #7A7A7A. Windows color (decimal): -5483327 or 12670124. OLE color: 12670124.
HSL color Cylindrical-coordinate representation of color #AC54C1: hue angle of 288.44º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC54C1 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 84 | 193 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.24 |
| HSL | 288.44º | 0.47% | 0.54% | - |
| HSV(B) | 288.44º | 0.56% | 0.76% | - |
| XYZ | 29.81 | 18.96 | 52.54 | - |
| YUV | 122.74 | 167.65 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 193 | 0.11 | 0.56 | 0 | 0.24 | 288.44 | 0.47 | 0.54 |
| Hex | AC | 54 | C1 | B | 38 | 0 | 18 | 120 | 2F | 36 |
| Octal | 254 | 124 | 301 | 13 | 70 | 0 | 30 | 440 | 57 | 66 |
| Binary | 10101100 | 1010100 | 11000001 | 1011 | 111000 | 0 | 11000 | 100100000 | 101111 | 110110 |
Color Harmonies of #AC54C1
Complementary color
Monochromatic Colors of #AC54C1
Black with #AC54C1
Text Example
Text Example
White with #AC54C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC54C1; }
p { color: rgb(172,84,193); }
H1.HeaderClassName
{
color: #AC54C1;
}
.AnyTagClassName
{
color: #AC54C1;
}
</style>
background-color css
<style>
a { background-color: #AC54C1; }
a { background-color: rgb(172,84,193); }
div.DivClassName
{
background-color: #AC54C1;
}
.BgClassName
{
background-color: #AC54C1;
}
</style>
border-color css
<style>
span { border-color: #AC54C1; }
span { border-color: rgb(172,84,193); }
td.TdClassName
{
border-color: #AC54C1;
}
.TagClassName
{
border-color: #AC54C1;
}
</style>