Shades of Medium Orchid #AC61CE
Tints of Medium Orchid #AC61CE
RGB
CMYK
RGB Variations
Color information
#AC61CE (or 0xAC61CE) is known color: Medium Orchid. HEX triplet: AC, 61 and CE. RGB value is (172,97,206). Sum of RGB (Red+Green+Blue) = 172+97+206=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC61CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61CE is #539E31. Grayscale: #838383. Windows color (decimal): -5479986 or 13525420. OLE color: 13525420.
HSL color Cylindrical-coordinate representation of color #AC61CE: hue angle of 281.28º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC61CE is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 97 | 206 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.19 |
| HSL | 281.28º | 0.53% | 0.59% | - |
| HSV(B) | 281.28º | 0.53% | 0.81% | - |
| XYZ | 32.43 | 21.78 | 60.89 | - |
| YUV | 131.85 | 169.85 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 206 | 0.17 | 0.53 | 0 | 0.19 | 281.28 | 0.53 | 0.59 |
| Hex | AC | 61 | CE | 11 | 35 | 0 | 13 | 119 | 35 | 3B |
| Octal | 254 | 141 | 316 | 21 | 65 | 0 | 23 | 431 | 65 | 73 |
| Binary | 10101100 | 1100001 | 11001110 | 10001 | 110101 | 0 | 10011 | 100011001 | 110101 | 111011 |
Color Harmonies of #AC61CE
Complementary color
Monochromatic Colors of #AC61CE
Black with #AC61CE
Text Example
Text Example
White with #AC61CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC61CE; }
p { color: rgb(172,97,206); }
H1.HeaderClassName
{
color: #AC61CE;
}
.AnyTagClassName
{
color: #AC61CE;
}
</style>
background-color css
<style>
a { background-color: #AC61CE; }
a { background-color: rgb(172,97,206); }
div.DivClassName
{
background-color: #AC61CE;
}
.BgClassName
{
background-color: #AC61CE;
}
</style>
border-color css
<style>
span { border-color: #AC61CE; }
span { border-color: rgb(172,97,206); }
td.TdClassName
{
border-color: #AC61CE;
}
.TagClassName
{
border-color: #AC61CE;
}
</style>