Shades of Medium Orchid #AC54CD
Tints of Medium Orchid #AC54CD
RGB
CMYK
RGB Variations
Color information
#AC54CD (or 0xAC54CD) is known color: Medium Orchid. HEX triplet: AC, 54 and CD. RGB value is (172,84,205). Sum of RGB (Red+Green+Blue) = 172+84+205=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC54CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC54CD is #53AB32. Grayscale: #7B7B7B. Windows color (decimal): -5483315 or 13456556. OLE color: 13456556.
HSL color Cylindrical-coordinate representation of color #AC54CD: hue angle of 283.64º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC54CD is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 84 | 205 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.20 |
| HSL | 283.64º | 0.55% | 0.57% | - |
| HSV(B) | 283.64º | 0.59% | 0.8% | - |
| XYZ | 31.2 | 19.52 | 59.88 | - |
| YUV | 124.11 | 173.65 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 205 | 0.16 | 0.59 | 0 | 0.20 | 283.64 | 0.55 | 0.57 |
| Hex | AC | 54 | CD | 10 | 3B | 0 | 14 | 11C | 37 | 39 |
| Octal | 254 | 124 | 315 | 20 | 73 | 0 | 24 | 434 | 67 | 71 |
| Binary | 10101100 | 1010100 | 11001101 | 10000 | 111011 | 0 | 10100 | 100011100 | 110111 | 111001 |
Color Harmonies of #AC54CD
Complementary color
Monochromatic Colors of #AC54CD
Black with #AC54CD
Text Example
Text Example
White with #AC54CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC54CD; }
p { color: rgb(172,84,205); }
H1.HeaderClassName
{
color: #AC54CD;
}
.AnyTagClassName
{
color: #AC54CD;
}
</style>
background-color css
<style>
a { background-color: #AC54CD; }
a { background-color: rgb(172,84,205); }
div.DivClassName
{
background-color: #AC54CD;
}
.BgClassName
{
background-color: #AC54CD;
}
</style>
border-color css
<style>
span { border-color: #AC54CD; }
span { border-color: rgb(172,84,205); }
td.TdClassName
{
border-color: #AC54CD;
}
.TagClassName
{
border-color: #AC54CD;
}
</style>