Shades of Medium Orchid #AC40EA
Tints of Medium Orchid #AC40EA
RGB
CMYK
RGB Variations
Color information
#AC40EA (or 0xAC40EA) is known color: Medium Orchid. HEX triplet: AC, 40 and EA. RGB value is (172,64,234). Sum of RGB (Red+Green+Blue) = 172+64+234=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC40EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC40EA is #53BF15. Grayscale: #737373. Windows color (decimal): -5488406 or 15351980. OLE color: 15351980.
HSL color Cylindrical-coordinate representation of color #AC40EA: hue angle of 278.12º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC40EA is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 64 | 234 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.08 |
| HSL | 278.12º | 0.8% | 0.58% | - |
| HSV(B) | 278.12º | 0.73% | 0.92% | - |
| XYZ | 33.7 | 18.38 | 79.61 | - |
| YUV | 115.67 | 194.78 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 234 | 0.26 | 0.73 | 0 | 0.08 | 278.12 | 0.8 | 0.58 |
| Hex | AC | 40 | EA | 1A | 49 | 0 | 8 | 116 | 50 | 3A |
| Octal | 254 | 100 | 352 | 32 | 111 | 0 | 10 | 426 | 120 | 72 |
| Binary | 10101100 | 1000000 | 11101010 | 11010 | 1001001 | 0 | 1000 | 100010110 | 1010000 | 111010 |
Color Harmonies of #AC40EA
Complementary color
Monochromatic Colors of #AC40EA
Black with #AC40EA
Text Example
Text Example
White with #AC40EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC40EA; }
p { color: rgb(172,64,234); }
H1.HeaderClassName
{
color: #AC40EA;
}
.AnyTagClassName
{
color: #AC40EA;
}
</style>
background-color css
<style>
a { background-color: #AC40EA; }
a { background-color: rgb(172,64,234); }
div.DivClassName
{
background-color: #AC40EA;
}
.BgClassName
{
background-color: #AC40EA;
}
</style>
border-color css
<style>
span { border-color: #AC40EA; }
span { border-color: rgb(172,64,234); }
td.TdClassName
{
border-color: #AC40EA;
}
.TagClassName
{
border-color: #AC40EA;
}
</style>