Shades of Medium Orchid #AC58E8
Tints of Medium Orchid #AC58E8
RGB
CMYK
RGB Variations
Color information
#AC58E8 (or 0xAC58E8) is known color: Medium Orchid. HEX triplet: AC, 58 and E8. RGB value is (172,88,232). Sum of RGB (Red+Green+Blue) = 172+88+232=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC58E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC58E8 is #53A717. Grayscale: #818181. Windows color (decimal): -5482264 or 15227052. OLE color: 15227052.
HSL color Cylindrical-coordinate representation of color #AC58E8: hue angle of 275º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC58E8 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 88 | 232 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.09 |
| HSL | 275º | 0.76% | 0.63% | - |
| HSV(B) | 275º | 0.62% | 0.91% | - |
| XYZ | 35.07 | 21.58 | 78.66 | - |
| YUV | 129.53 | 185.83 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 232 | 0.26 | 0.62 | 0 | 0.09 | 275 | 0.76 | 0.63 |
| Hex | AC | 58 | E8 | 1A | 3E | 0 | 9 | 113 | 4C | 3F |
| Octal | 254 | 130 | 350 | 32 | 76 | 0 | 11 | 423 | 114 | 77 |
| Binary | 10101100 | 1011000 | 11101000 | 11010 | 111110 | 0 | 1001 | 100010011 | 1001100 | 111111 |
Color Harmonies of #AC58E8
Complementary color
Monochromatic Colors of #AC58E8
Black with #AC58E8
Text Example
Text Example
White with #AC58E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC58E8; }
p { color: rgb(172,88,232); }
H1.HeaderClassName
{
color: #AC58E8;
}
.AnyTagClassName
{
color: #AC58E8;
}
</style>
background-color css
<style>
a { background-color: #AC58E8; }
a { background-color: rgb(172,88,232); }
div.DivClassName
{
background-color: #AC58E8;
}
.BgClassName
{
background-color: #AC58E8;
}
</style>
border-color css
<style>
span { border-color: #AC58E8; }
span { border-color: rgb(172,88,232); }
td.TdClassName
{
border-color: #AC58E8;
}
.TagClassName
{
border-color: #AC58E8;
}
</style>