Shades of Medium Orchid #AC4CC2
Tints of Medium Orchid #AC4CC2
RGB
CMYK
RGB Variations
Color information
#AC4CC2 (or 0xAC4CC2) is known color: Medium Orchid. HEX triplet: AC, 4C and C2. RGB value is (172,76,194). Sum of RGB (Red+Green+Blue) = 172+76+194=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC4CC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4CC2 is #53B33D. Grayscale: #757575. Windows color (decimal): -5485374 or 12733612. OLE color: 12733612.
HSL color Cylindrical-coordinate representation of color #AC4CC2: hue angle of 288.81º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC4CC2 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 76 | 194 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.24 |
| HSL | 288.81º | 0.49% | 0.53% | - |
| HSV(B) | 288.81º | 0.61% | 0.76% | - |
| XYZ | 29.34 | 17.83 | 52.94 | - |
| YUV | 118.16 | 170.8 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 194 | 0.11 | 0.61 | 0 | 0.24 | 288.81 | 0.49 | 0.53 |
| Hex | AC | 4C | C2 | B | 3D | 0 | 18 | 121 | 31 | 35 |
| Octal | 254 | 114 | 302 | 13 | 75 | 0 | 30 | 441 | 61 | 65 |
| Binary | 10101100 | 1001100 | 11000010 | 1011 | 111101 | 0 | 11000 | 100100001 | 110001 | 110101 |
Color Harmonies of #AC4CC2
Complementary color
Monochromatic Colors of #AC4CC2
Black with #AC4CC2
Text Example
Text Example
White with #AC4CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4CC2; }
p { color: rgb(172,76,194); }
H1.HeaderClassName
{
color: #AC4CC2;
}
.AnyTagClassName
{
color: #AC4CC2;
}
</style>
background-color css
<style>
a { background-color: #AC4CC2; }
a { background-color: rgb(172,76,194); }
div.DivClassName
{
background-color: #AC4CC2;
}
.BgClassName
{
background-color: #AC4CC2;
}
</style>
border-color css
<style>
span { border-color: #AC4CC2; }
span { border-color: rgb(172,76,194); }
td.TdClassName
{
border-color: #AC4CC2;
}
.TagClassName
{
border-color: #AC4CC2;
}
</style>