Shades of Medium Orchid #AC46EA
Tints of Medium Orchid #AC46EA
RGB
CMYK
RGB Variations
Color information
#AC46EA (or 0xAC46EA) is known color: Medium Orchid. HEX triplet: AC, 46 and EA. RGB value is (172,70,234). Sum of RGB (Red+Green+Blue) = 172+70+234=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 70 (27.73% from 255 or 14.71% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC46EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC46EA is #53B915. Grayscale: #767676. Windows color (decimal): -5486870 or 15353516. OLE color: 15353516.
HSL color Cylindrical-coordinate representation of color #AC46EA: hue angle of 277.32º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC46EA is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 70 | 234 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.08 |
| HSL | 277.32º | 0.8% | 0.6% | - |
| HSV(B) | 277.32º | 0.7% | 0.92% | - |
| XYZ | 34.05 | 19.09 | 79.73 | - |
| YUV | 119.19 | 192.79 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 234 | 0.26 | 0.70 | 0 | 0.08 | 277.32 | 0.8 | 0.6 |
| Hex | AC | 46 | EA | 1A | 46 | 0 | 8 | 115 | 50 | 3C |
| Octal | 254 | 106 | 352 | 32 | 106 | 0 | 10 | 425 | 120 | 74 |
| Binary | 10101100 | 1000110 | 11101010 | 11010 | 1000110 | 0 | 1000 | 100010101 | 1010000 | 111100 |
Color Harmonies of #AC46EA
Complementary color
Monochromatic Colors of #AC46EA
Black with #AC46EA
Text Example
Text Example
White with #AC46EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC46EA; }
p { color: rgb(172,70,234); }
H1.HeaderClassName
{
color: #AC46EA;
}
.AnyTagClassName
{
color: #AC46EA;
}
</style>
background-color css
<style>
a { background-color: #AC46EA; }
a { background-color: rgb(172,70,234); }
div.DivClassName
{
background-color: #AC46EA;
}
.BgClassName
{
background-color: #AC46EA;
}
</style>
border-color css
<style>
span { border-color: #AC46EA; }
span { border-color: rgb(172,70,234); }
td.TdClassName
{
border-color: #AC46EA;
}
.TagClassName
{
border-color: #AC46EA;
}
</style>