Shades of Medium Orchid #AC59EA
Tints of Medium Orchid #AC59EA
RGB
CMYK
RGB Variations
Color information
#AC59EA (or 0xAC59EA) is known color: Medium Orchid. HEX triplet: AC, 59 and EA. RGB value is (172,89,234). Sum of RGB (Red+Green+Blue) = 172+89+234=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 89 (35.16% from 255 or 17.98% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC59EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC59EA is #53A615. Grayscale: #818181. Windows color (decimal): -5482006 or 15358380. OLE color: 15358380.
HSL color Cylindrical-coordinate representation of color #AC59EA: hue angle of 274.34º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC59EA is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 89 | 234 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.08 |
| HSL | 274.34º | 0.78% | 0.63% | - |
| HSV(B) | 274.34º | 0.62% | 0.92% | - |
| XYZ | 35.44 | 21.86 | 80.19 | - |
| YUV | 130.35 | 186.5 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 234 | 0.26 | 0.62 | 0 | 0.08 | 274.34 | 0.78 | 0.63 |
| Hex | AC | 59 | EA | 1A | 3E | 0 | 8 | 112 | 4E | 3F |
| Octal | 254 | 131 | 352 | 32 | 76 | 0 | 10 | 422 | 116 | 77 |
| Binary | 10101100 | 1011001 | 11101010 | 11010 | 111110 | 0 | 1000 | 100010010 | 1001110 | 111111 |
Color Harmonies of #AC59EA
Complementary color
Monochromatic Colors of #AC59EA
Black with #AC59EA
Text Example
Text Example
White with #AC59EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC59EA; }
p { color: rgb(172,89,234); }
H1.HeaderClassName
{
color: #AC59EA;
}
.AnyTagClassName
{
color: #AC59EA;
}
</style>
background-color css
<style>
a { background-color: #AC59EA; }
a { background-color: rgb(172,89,234); }
div.DivClassName
{
background-color: #AC59EA;
}
.BgClassName
{
background-color: #AC59EA;
}
</style>
border-color css
<style>
span { border-color: #AC59EA; }
span { border-color: rgb(172,89,234); }
td.TdClassName
{
border-color: #AC59EA;
}
.TagClassName
{
border-color: #AC59EA;
}
</style>