Shades of Medium Orchid #AC5EE5
Tints of Medium Orchid #AC5EE5
RGB
CMYK
RGB Variations
Color information
#AC5EE5 (or 0xAC5EE5) is known color: Medium Orchid. HEX triplet: AC, 5E and E5. RGB value is (172,94,229). Sum of RGB (Red+Green+Blue) = 172+94+229=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC5EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5EE5 is #53A11A. Grayscale: #848484. Windows color (decimal): -5480731 or 15031980. OLE color: 15031980.
HSL color Cylindrical-coordinate representation of color #AC5EE5: hue angle of 274.67º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC5EE5 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 94 | 229 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.10 |
| HSL | 274.67º | 0.72% | 0.63% | - |
| HSV(B) | 274.67º | 0.59% | 0.9% | - |
| XYZ | 35.16 | 22.43 | 76.61 | - |
| YUV | 132.71 | 182.34 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 229 | 0.25 | 0.59 | 0 | 0.10 | 274.67 | 0.72 | 0.63 |
| Hex | AC | 5E | E5 | 19 | 3B | 0 | A | 113 | 48 | 3F |
| Octal | 254 | 136 | 345 | 31 | 73 | 0 | 12 | 423 | 110 | 77 |
| Binary | 10101100 | 1011110 | 11100101 | 11001 | 111011 | 0 | 1010 | 100010011 | 1001000 | 111111 |
Color Harmonies of #AC5EE5
Complementary color
Monochromatic Colors of #AC5EE5
Black with #AC5EE5
Text Example
Text Example
White with #AC5EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5EE5; }
p { color: rgb(172,94,229); }
H1.HeaderClassName
{
color: #AC5EE5;
}
.AnyTagClassName
{
color: #AC5EE5;
}
</style>
background-color css
<style>
a { background-color: #AC5EE5; }
a { background-color: rgb(172,94,229); }
div.DivClassName
{
background-color: #AC5EE5;
}
.BgClassName
{
background-color: #AC5EE5;
}
</style>
border-color css
<style>
span { border-color: #AC5EE5; }
span { border-color: rgb(172,94,229); }
td.TdClassName
{
border-color: #AC5EE5;
}
.TagClassName
{
border-color: #AC5EE5;
}
</style>