Shades of Medium Orchid #AC43CC
Tints of Medium Orchid #AC43CC
RGB
CMYK
RGB Variations
Color information
#AC43CC (or 0xAC43CC) is known color: Medium Orchid. HEX triplet: AC, 43 and CC. RGB value is (172,67,204). Sum of RGB (Red+Green+Blue) = 172+67+204=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 67 (26.56% from 255 or 15.12% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC43CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC43CC is #53BC33. Grayscale: #717171. Windows color (decimal): -5487668 or 13386668. OLE color: 13386668.
HSL color Cylindrical-coordinate representation of color #AC43CC: hue angle of 285.99º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC43CC is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 67 | 204 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.2 |
| HSL | 285.99º | 0.57% | 0.53% | - |
| HSV(B) | 285.99º | 0.67% | 0.8% | - |
| XYZ | 29.92 | 17.14 | 58.86 | - |
| YUV | 114.01 | 178.79 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 204 | 0.16 | 0.67 | 0 | 0.2 | 285.99 | 0.57 | 0.53 |
| Hex | AC | 43 | CC | 10 | 43 | 0 | 14 | 11E | 39 | 35 |
| Octal | 254 | 103 | 314 | 20 | 103 | 0 | 24 | 436 | 71 | 65 |
| Binary | 10101100 | 1000011 | 11001100 | 10000 | 1000011 | 0 | 10100 | 100011110 | 111001 | 110101 |
Color Harmonies of #AC43CC
Complementary color
Monochromatic Colors of #AC43CC
Black with #AC43CC
Text Example
Text Example
White with #AC43CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC43CC; }
p { color: rgb(172,67,204); }
H1.HeaderClassName
{
color: #AC43CC;
}
.AnyTagClassName
{
color: #AC43CC;
}
</style>
background-color css
<style>
a { background-color: #AC43CC; }
a { background-color: rgb(172,67,204); }
div.DivClassName
{
background-color: #AC43CC;
}
.BgClassName
{
background-color: #AC43CC;
}
</style>
border-color css
<style>
span { border-color: #AC43CC; }
span { border-color: rgb(172,67,204); }
td.TdClassName
{
border-color: #AC43CC;
}
.TagClassName
{
border-color: #AC43CC;
}
</style>