Shades of Medium Orchid #AC61C5
Tints of Medium Orchid #AC61C5
RGB
CMYK
RGB Variations
Color information
#AC61C5 (or 0xAC61C5) is known color: Medium Orchid. HEX triplet: AC, 61 and C5. RGB value is (172,97,197). Sum of RGB (Red+Green+Blue) = 172+97+197=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC61C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61C5 is #539E3A. Grayscale: #828282. Windows color (decimal): -5479995 or 12935596. OLE color: 12935596.
HSL color Cylindrical-coordinate representation of color #AC61C5: hue angle of 285º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC61C5 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 97 | 197 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.23 |
| HSL | 285º | 0.46% | 0.58% | - |
| HSV(B) | 285º | 0.51% | 0.77% | - |
| XYZ | 31.37 | 21.35 | 55.29 | - |
| YUV | 130.83 | 165.35 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 197 | 0.13 | 0.51 | 0 | 0.23 | 285 | 0.46 | 0.58 |
| Hex | AC | 61 | C5 | D | 33 | 0 | 17 | 11D | 2E | 3A |
| Octal | 254 | 141 | 305 | 15 | 63 | 0 | 27 | 435 | 56 | 72 |
| Binary | 10101100 | 1100001 | 11000101 | 1101 | 110011 | 0 | 10111 | 100011101 | 101110 | 111010 |
Color Harmonies of #AC61C5
Complementary color
Monochromatic Colors of #AC61C5
Black with #AC61C5
Text Example
Text Example
White with #AC61C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC61C5; }
p { color: rgb(172,97,197); }
H1.HeaderClassName
{
color: #AC61C5;
}
.AnyTagClassName
{
color: #AC61C5;
}
</style>
background-color css
<style>
a { background-color: #AC61C5; }
a { background-color: rgb(172,97,197); }
div.DivClassName
{
background-color: #AC61C5;
}
.BgClassName
{
background-color: #AC61C5;
}
</style>
border-color css
<style>
span { border-color: #AC61C5; }
span { border-color: rgb(172,97,197); }
td.TdClassName
{
border-color: #AC61C5;
}
.TagClassName
{
border-color: #AC61C5;
}
</style>