Shades of Medium Orchid #AC5CDF
Tints of Medium Orchid #AC5CDF
RGB
CMYK
RGB Variations
Color information
#AC5CDF (or 0xAC5CDF) is known color: Medium Orchid. HEX triplet: AC, 5C and DF. RGB value is (172,92,223). Sum of RGB (Red+Green+Blue) = 172+92+223=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC5CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5CDF is #53A320. Grayscale: #828282. Windows color (decimal): -5481249 or 14638252. OLE color: 14638252.
HSL color Cylindrical-coordinate representation of color #AC5CDF: hue angle of 276.64º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC5CDF is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 92 | 223 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.13 |
| HSL | 276.64º | 0.67% | 0.62% | - |
| HSV(B) | 276.64º | 0.59% | 0.87% | - |
| XYZ | 34.16 | 21.75 | 72.21 | - |
| YUV | 130.85 | 180 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 223 | 0.23 | 0.59 | 0 | 0.13 | 276.64 | 0.67 | 0.62 |
| Hex | AC | 5C | DF | 17 | 3B | 0 | D | 115 | 43 | 3E |
| Octal | 254 | 134 | 337 | 27 | 73 | 0 | 15 | 425 | 103 | 76 |
| Binary | 10101100 | 1011100 | 11011111 | 10111 | 111011 | 0 | 1101 | 100010101 | 1000011 | 111110 |
Color Harmonies of #AC5CDF
Complementary color
Monochromatic Colors of #AC5CDF
Black with #AC5CDF
Text Example
Text Example
White with #AC5CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5CDF; }
p { color: rgb(172,92,223); }
H1.HeaderClassName
{
color: #AC5CDF;
}
.AnyTagClassName
{
color: #AC5CDF;
}
</style>
background-color css
<style>
a { background-color: #AC5CDF; }
a { background-color: rgb(172,92,223); }
div.DivClassName
{
background-color: #AC5CDF;
}
.BgClassName
{
background-color: #AC5CDF;
}
</style>
border-color css
<style>
span { border-color: #AC5CDF; }
span { border-color: rgb(172,92,223); }
td.TdClassName
{
border-color: #AC5CDF;
}
.TagClassName
{
border-color: #AC5CDF;
}
</style>