Shades of Medium Orchid #AC5EDC
Tints of Medium Orchid #AC5EDC
RGB
CMYK
RGB Variations
Color information
#AC5EDC (or 0xAC5EDC) is known color: Medium Orchid. HEX triplet: AC, 5E and DC. RGB value is (172,94,220). Sum of RGB (Red+Green+Blue) = 172+94+220=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC5EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5EDC is #53A123. Grayscale: #838383. Windows color (decimal): -5480740 or 14442156. OLE color: 14442156.
HSL color Cylindrical-coordinate representation of color #AC5EDC: hue angle of 277.14º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC5EDC is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 94 | 220 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.14 |
| HSL | 277.14º | 0.64% | 0.62% | - |
| HSV(B) | 277.14º | 0.57% | 0.86% | - |
| XYZ | 33.93 | 21.94 | 70.16 | - |
| YUV | 131.69 | 177.84 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 220 | 0.22 | 0.57 | 0 | 0.14 | 277.14 | 0.64 | 0.62 |
| Hex | AC | 5E | DC | 16 | 39 | 0 | E | 115 | 40 | 3E |
| Octal | 254 | 136 | 334 | 26 | 71 | 0 | 16 | 425 | 100 | 76 |
| Binary | 10101100 | 1011110 | 11011100 | 10110 | 111001 | 0 | 1110 | 100010101 | 1000000 | 111110 |
Color Harmonies of #AC5EDC
Complementary color
Monochromatic Colors of #AC5EDC
Black with #AC5EDC
Text Example
Text Example
White with #AC5EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5EDC; }
p { color: rgb(172,94,220); }
H1.HeaderClassName
{
color: #AC5EDC;
}
.AnyTagClassName
{
color: #AC5EDC;
}
</style>
background-color css
<style>
a { background-color: #AC5EDC; }
a { background-color: rgb(172,94,220); }
div.DivClassName
{
background-color: #AC5EDC;
}
.BgClassName
{
background-color: #AC5EDC;
}
</style>
border-color css
<style>
span { border-color: #AC5EDC; }
span { border-color: rgb(172,94,220); }
td.TdClassName
{
border-color: #AC5EDC;
}
.TagClassName
{
border-color: #AC5EDC;
}
</style>