Shades of Medium Orchid #AC40EF
Tints of Medium Orchid #AC40EF
RGB
CMYK
RGB Variations
Color information
#AC40EF (or 0xAC40EF) is known color: Medium Orchid. HEX triplet: AC, 40 and EF. RGB value is (172,64,239). Sum of RGB (Red+Green+Blue) = 172+64+239=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC40EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC40EF is #53BF10. Grayscale: #737373. Windows color (decimal): -5488401 or 15679660. OLE color: 15679660.
HSL color Cylindrical-coordinate representation of color #AC40EF: hue angle of 277.03º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC40EF is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 64 | 239 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.06 |
| HSL | 277.03º | 0.85% | 0.59% | - |
| HSV(B) | 277.03º | 0.73% | 0.94% | - |
| XYZ | 34.43 | 18.67 | 83.45 | - |
| YUV | 116.24 | 197.28 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 239 | 0.28 | 0.73 | 0 | 0.06 | 277.03 | 0.85 | 0.59 |
| Hex | AC | 40 | EF | 1C | 49 | 0 | 6 | 115 | 55 | 3B |
| Octal | 254 | 100 | 357 | 34 | 111 | 0 | 6 | 425 | 125 | 73 |
| Binary | 10101100 | 1000000 | 11101111 | 11100 | 1001001 | 0 | 110 | 100010101 | 1010101 | 111011 |
Color Harmonies of #AC40EF
Complementary color
Monochromatic Colors of #AC40EF
Black with #AC40EF
Text Example
Text Example
White with #AC40EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC40EF; }
p { color: rgb(172,64,239); }
H1.HeaderClassName
{
color: #AC40EF;
}
.AnyTagClassName
{
color: #AC40EF;
}
</style>
background-color css
<style>
a { background-color: #AC40EF; }
a { background-color: rgb(172,64,239); }
div.DivClassName
{
background-color: #AC40EF;
}
.BgClassName
{
background-color: #AC40EF;
}
</style>
border-color css
<style>
span { border-color: #AC40EF; }
span { border-color: rgb(172,64,239); }
td.TdClassName
{
border-color: #AC40EF;
}
.TagClassName
{
border-color: #AC40EF;
}
</style>