Shades of Medium Orchid #AC43C6
Tints of Medium Orchid #AC43C6
RGB
CMYK
RGB Variations
Color information
#AC43C6 (or 0xAC43C6) is known color: Medium Orchid. HEX triplet: AC, 43 and C6. RGB value is (172,67,198). Sum of RGB (Red+Green+Blue) = 172+67+198=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 67 (26.56% from 255 or 15.33% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC43C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC43C6 is #53BC39. Grayscale: #707070. Windows color (decimal): -5487674 or 12993452. OLE color: 12993452.
HSL color Cylindrical-coordinate representation of color #AC43C6: hue angle of 288.09º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC43C6 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 67 | 198 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.22 |
| HSL | 288.09º | 0.53% | 0.52% | - |
| HSV(B) | 288.09º | 0.66% | 0.78% | - |
| XYZ | 29.21 | 16.86 | 55.14 | - |
| YUV | 113.33 | 175.79 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 198 | 0.13 | 0.66 | 0 | 0.22 | 288.09 | 0.53 | 0.52 |
| Hex | AC | 43 | C6 | D | 42 | 0 | 16 | 120 | 35 | 34 |
| Octal | 254 | 103 | 306 | 15 | 102 | 0 | 26 | 440 | 65 | 64 |
| Binary | 10101100 | 1000011 | 11000110 | 1101 | 1000010 | 0 | 10110 | 100100000 | 110101 | 110100 |
Color Harmonies of #AC43C6
Complementary color
Monochromatic Colors of #AC43C6
Black with #AC43C6
Text Example
Text Example
White with #AC43C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC43C6; }
p { color: rgb(172,67,198); }
H1.HeaderClassName
{
color: #AC43C6;
}
.AnyTagClassName
{
color: #AC43C6;
}
</style>
background-color css
<style>
a { background-color: #AC43C6; }
a { background-color: rgb(172,67,198); }
div.DivClassName
{
background-color: #AC43C6;
}
.BgClassName
{
background-color: #AC43C6;
}
</style>
border-color css
<style>
span { border-color: #AC43C6; }
span { border-color: rgb(172,67,198); }
td.TdClassName
{
border-color: #AC43C6;
}
.TagClassName
{
border-color: #AC43C6;
}
</style>