Shades of Medium Orchid #AC5FCC
Tints of Medium Orchid #AC5FCC
RGB
CMYK
RGB Variations
Color information
#AC5FCC (or 0xAC5FCC) is known color: Medium Orchid. HEX triplet: AC, 5F and CC. RGB value is (172,95,204). Sum of RGB (Red+Green+Blue) = 172+95+204=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC5FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5FCC is #53A033. Grayscale: #828282. Windows color (decimal): -5480500 or 13393836. OLE color: 13393836.
HSL color Cylindrical-coordinate representation of color #AC5FCC: hue angle of 282.39º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC5FCC is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 95 | 204 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.2 |
| HSL | 282.39º | 0.52% | 0.59% | - |
| HSV(B) | 282.39º | 0.53% | 0.8% | - |
| XYZ | 32 | 21.31 | 59.55 | - |
| YUV | 130.45 | 169.51 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 95 | 204 | 0.16 | 0.53 | 0 | 0.2 | 282.39 | 0.52 | 0.59 |
| Hex | AC | 5F | CC | 10 | 35 | 0 | 14 | 11A | 34 | 3B |
| Octal | 254 | 137 | 314 | 20 | 65 | 0 | 24 | 432 | 64 | 73 |
| Binary | 10101100 | 1011111 | 11001100 | 10000 | 110101 | 0 | 10100 | 100011010 | 110100 | 111011 |
Color Harmonies of #AC5FCC
Complementary color
Monochromatic Colors of #AC5FCC
Black with #AC5FCC
Text Example
Text Example
White with #AC5FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5FCC; }
p { color: rgb(172,95,204); }
H1.HeaderClassName
{
color: #AC5FCC;
}
.AnyTagClassName
{
color: #AC5FCC;
}
</style>
background-color css
<style>
a { background-color: #AC5FCC; }
a { background-color: rgb(172,95,204); }
div.DivClassName
{
background-color: #AC5FCC;
}
.BgClassName
{
background-color: #AC5FCC;
}
</style>
border-color css
<style>
span { border-color: #AC5FCC; }
span { border-color: rgb(172,95,204); }
td.TdClassName
{
border-color: #AC5FCC;
}
.TagClassName
{
border-color: #AC5FCC;
}
</style>