Shades of Medium Orchid #AC61C6
Tints of Medium Orchid #AC61C6
RGB
CMYK
RGB Variations
Color information
#AC61C6 (or 0xAC61C6) is known color: Medium Orchid. HEX triplet: AC, 61 and C6. RGB value is (172,97,198). Sum of RGB (Red+Green+Blue) = 172+97+198=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC61C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61C6 is #539E39. Grayscale: #828282. Windows color (decimal): -5479994 or 13001132. OLE color: 13001132.
HSL color Cylindrical-coordinate representation of color #AC61C6: hue angle of 284.55º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC61C6 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 97 | 198 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.22 |
| HSL | 284.55º | 0.47% | 0.58% | - |
| HSV(B) | 284.55º | 0.51% | 0.78% | - |
| XYZ | 31.48 | 21.4 | 55.9 | - |
| YUV | 130.94 | 165.85 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 198 | 0.13 | 0.51 | 0 | 0.22 | 284.55 | 0.47 | 0.58 |
| Hex | AC | 61 | C6 | D | 33 | 0 | 16 | 11D | 2F | 3A |
| Octal | 254 | 141 | 306 | 15 | 63 | 0 | 26 | 435 | 57 | 72 |
| Binary | 10101100 | 1100001 | 11000110 | 1101 | 110011 | 0 | 10110 | 100011101 | 101111 | 111010 |
Color Harmonies of #AC61C6
Complementary color
Monochromatic Colors of #AC61C6
Black with #AC61C6
Text Example
Text Example
White with #AC61C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC61C6; }
p { color: rgb(172,97,198); }
H1.HeaderClassName
{
color: #AC61C6;
}
.AnyTagClassName
{
color: #AC61C6;
}
</style>
background-color css
<style>
a { background-color: #AC61C6; }
a { background-color: rgb(172,97,198); }
div.DivClassName
{
background-color: #AC61C6;
}
.BgClassName
{
background-color: #AC61C6;
}
</style>
border-color css
<style>
span { border-color: #AC61C6; }
span { border-color: rgb(172,97,198); }
td.TdClassName
{
border-color: #AC61C6;
}
.TagClassName
{
border-color: #AC61C6;
}
</style>