Shades of Medium Orchid #AC61C4
Tints of Medium Orchid #AC61C4
RGB
CMYK
RGB Variations
Color information
#AC61C4 (or 0xAC61C4) is known color: Medium Orchid. HEX triplet: AC, 61 and C4. RGB value is (172,97,196). Sum of RGB (Red+Green+Blue) = 172+97+196=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC61C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61C4 is #539E3B. Grayscale: #828282. Windows color (decimal): -5479996 or 12870060. OLE color: 12870060.
HSL color Cylindrical-coordinate representation of color #AC61C4: hue angle of 285.45º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC61C4 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 97 | 196 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.23 |
| HSL | 285.45º | 0.46% | 0.57% | - |
| HSV(B) | 285.45º | 0.51% | 0.77% | - |
| XYZ | 31.25 | 21.31 | 54.69 | - |
| YUV | 130.71 | 164.85 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 196 | 0.12 | 0.51 | 0 | 0.23 | 285.45 | 0.46 | 0.57 |
| Hex | AC | 61 | C4 | C | 33 | 0 | 17 | 11D | 2E | 39 |
| Octal | 254 | 141 | 304 | 14 | 63 | 0 | 27 | 435 | 56 | 71 |
| Binary | 10101100 | 1100001 | 11000100 | 1100 | 110011 | 0 | 10111 | 100011101 | 101110 | 111001 |
Color Harmonies of #AC61C4
Complementary color
Monochromatic Colors of #AC61C4
Black with #AC61C4
Text Example
Text Example
White with #AC61C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC61C4; }
p { color: rgb(172,97,196); }
H1.HeaderClassName
{
color: #AC61C4;
}
.AnyTagClassName
{
color: #AC61C4;
}
</style>
background-color css
<style>
a { background-color: #AC61C4; }
a { background-color: rgb(172,97,196); }
div.DivClassName
{
background-color: #AC61C4;
}
.BgClassName
{
background-color: #AC61C4;
}
</style>
border-color css
<style>
span { border-color: #AC61C4; }
span { border-color: rgb(172,97,196); }
td.TdClassName
{
border-color: #AC61C4;
}
.TagClassName
{
border-color: #AC61C4;
}
</style>