Shades of Medium Orchid #AC5EDE
Tints of Medium Orchid #AC5EDE
RGB
CMYK
RGB Variations
Color information
#AC5EDE (or 0xAC5EDE) is known color: Medium Orchid. HEX triplet: AC, 5E and DE. RGB value is (172,94,222). Sum of RGB (Red+Green+Blue) = 172+94+222=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC5EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5EDE is #53A121. Grayscale: #838383. Windows color (decimal): -5480738 or 14573228. OLE color: 14573228.
HSL color Cylindrical-coordinate representation of color #AC5EDE: hue angle of 276.56º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC5EDE is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 94 | 222 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.13 |
| HSL | 276.56º | 0.66% | 0.62% | - |
| HSV(B) | 276.56º | 0.58% | 0.87% | - |
| XYZ | 34.2 | 22.05 | 71.56 | - |
| YUV | 131.91 | 178.84 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 222 | 0.23 | 0.58 | 0 | 0.13 | 276.56 | 0.66 | 0.62 |
| Hex | AC | 5E | DE | 17 | 3A | 0 | D | 115 | 42 | 3E |
| Octal | 254 | 136 | 336 | 27 | 72 | 0 | 15 | 425 | 102 | 76 |
| Binary | 10101100 | 1011110 | 11011110 | 10111 | 111010 | 0 | 1101 | 100010101 | 1000010 | 111110 |
Color Harmonies of #AC5EDE
Complementary color
Monochromatic Colors of #AC5EDE
Black with #AC5EDE
Text Example
Text Example
White with #AC5EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5EDE; }
p { color: rgb(172,94,222); }
H1.HeaderClassName
{
color: #AC5EDE;
}
.AnyTagClassName
{
color: #AC5EDE;
}
</style>
background-color css
<style>
a { background-color: #AC5EDE; }
a { background-color: rgb(172,94,222); }
div.DivClassName
{
background-color: #AC5EDE;
}
.BgClassName
{
background-color: #AC5EDE;
}
</style>
border-color css
<style>
span { border-color: #AC5EDE; }
span { border-color: rgb(172,94,222); }
td.TdClassName
{
border-color: #AC5EDE;
}
.TagClassName
{
border-color: #AC5EDE;
}
</style>