Shades of Medium Orchid #AC41CC
Tints of Medium Orchid #AC41CC
RGB
CMYK
RGB Variations
Color information
#AC41CC (or 0xAC41CC) is known color: Medium Orchid. HEX triplet: AC, 41 and CC. RGB value is (172,65,204). Sum of RGB (Red+Green+Blue) = 172+65+204=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC41CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC41CC is #53BE33. Grayscale: #707070. Windows color (decimal): -5488180 or 13386156. OLE color: 13386156.
HSL color Cylindrical-coordinate representation of color #AC41CC: hue angle of 286.19º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC41CC is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 65 | 204 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.2 |
| HSL | 286.19º | 0.58% | 0.53% | - |
| HSV(B) | 286.19º | 0.68% | 0.8% | - |
| XYZ | 29.8 | 16.91 | 58.82 | - |
| YUV | 112.84 | 179.45 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 204 | 0.16 | 0.68 | 0 | 0.2 | 286.19 | 0.58 | 0.53 |
| Hex | AC | 41 | CC | 10 | 44 | 0 | 14 | 11E | 3A | 35 |
| Octal | 254 | 101 | 314 | 20 | 104 | 0 | 24 | 436 | 72 | 65 |
| Binary | 10101100 | 1000001 | 11001100 | 10000 | 1000100 | 0 | 10100 | 100011110 | 111010 | 110101 |
Color Harmonies of #AC41CC
Complementary color
Monochromatic Colors of #AC41CC
Black with #AC41CC
Text Example
Text Example
White with #AC41CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC41CC; }
p { color: rgb(172,65,204); }
H1.HeaderClassName
{
color: #AC41CC;
}
.AnyTagClassName
{
color: #AC41CC;
}
</style>
background-color css
<style>
a { background-color: #AC41CC; }
a { background-color: rgb(172,65,204); }
div.DivClassName
{
background-color: #AC41CC;
}
.BgClassName
{
background-color: #AC41CC;
}
</style>
border-color css
<style>
span { border-color: #AC41CC; }
span { border-color: rgb(172,65,204); }
td.TdClassName
{
border-color: #AC41CC;
}
.TagClassName
{
border-color: #AC41CC;
}
</style>