Shades of Medium Orchid #AC61C2
Tints of Medium Orchid #AC61C2
RGB
CMYK
RGB Variations
Color information
#AC61C2 (or 0xAC61C2) is known color: Medium Orchid. HEX triplet: AC, 61 and C2. RGB value is (172,97,194). Sum of RGB (Red+Green+Blue) = 172+97+194=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC61C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61C2 is #539E3D. Grayscale: #828282. Windows color (decimal): -5479998 or 12738988. OLE color: 12738988.
HSL color Cylindrical-coordinate representation of color #AC61C2: hue angle of 286.39º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC61C2 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 97 | 194 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.24 |
| HSL | 286.39º | 0.44% | 0.57% | - |
| HSV(B) | 286.39º | 0.5% | 0.76% | - |
| XYZ | 31.03 | 21.22 | 53.5 | - |
| YUV | 130.48 | 163.85 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 194 | 0.11 | 0.50 | 0 | 0.24 | 286.39 | 0.44 | 0.57 |
| Hex | AC | 61 | C2 | B | 32 | 0 | 18 | 11E | 2C | 39 |
| Octal | 254 | 141 | 302 | 13 | 62 | 0 | 30 | 436 | 54 | 71 |
| Binary | 10101100 | 1100001 | 11000010 | 1011 | 110010 | 0 | 11000 | 100011110 | 101100 | 111001 |
Color Harmonies of #AC61C2
Complementary color
Monochromatic Colors of #AC61C2
Black with #AC61C2
Text Example
Text Example
White with #AC61C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC61C2; }
p { color: rgb(172,97,194); }
H1.HeaderClassName
{
color: #AC61C2;
}
.AnyTagClassName
{
color: #AC61C2;
}
</style>
background-color css
<style>
a { background-color: #AC61C2; }
a { background-color: rgb(172,97,194); }
div.DivClassName
{
background-color: #AC61C2;
}
.BgClassName
{
background-color: #AC61C2;
}
</style>
border-color css
<style>
span { border-color: #AC61C2; }
span { border-color: rgb(172,97,194); }
td.TdClassName
{
border-color: #AC61C2;
}
.TagClassName
{
border-color: #AC61C2;
}
</style>