Shades of Medium Orchid #AC40EB
Tints of Medium Orchid #AC40EB
RGB
CMYK
RGB Variations
Color information
#AC40EB (or 0xAC40EB) is known color: Medium Orchid. HEX triplet: AC, 40 and EB. RGB value is (172,64,235). Sum of RGB (Red+Green+Blue) = 172+64+235=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #AC40EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC40EB is #53BF14. Grayscale: #737373. Windows color (decimal): -5488405 or 15417516. OLE color: 15417516.
HSL color Cylindrical-coordinate representation of color #AC40EB: hue angle of 277.89º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC40EB is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 64 | 235 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.08 |
| HSL | 277.89º | 0.81% | 0.59% | - |
| HSV(B) | 277.89º | 0.73% | 0.92% | - |
| XYZ | 33.84 | 18.44 | 80.37 | - |
| YUV | 115.79 | 195.28 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 235 | 0.27 | 0.73 | 0 | 0.08 | 277.89 | 0.81 | 0.59 |
| Hex | AC | 40 | EB | 1B | 49 | 0 | 8 | 116 | 51 | 3B |
| Octal | 254 | 100 | 353 | 33 | 111 | 0 | 10 | 426 | 121 | 73 |
| Binary | 10101100 | 1000000 | 11101011 | 11011 | 1001001 | 0 | 1000 | 100010110 | 1010001 | 111011 |
Color Harmonies of #AC40EB
Complementary color
Monochromatic Colors of #AC40EB
Black with #AC40EB
Text Example
Text Example
White with #AC40EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC40EB; }
p { color: rgb(172,64,235); }
H1.HeaderClassName
{
color: #AC40EB;
}
.AnyTagClassName
{
color: #AC40EB;
}
</style>
background-color css
<style>
a { background-color: #AC40EB; }
a { background-color: rgb(172,64,235); }
div.DivClassName
{
background-color: #AC40EB;
}
.BgClassName
{
background-color: #AC40EB;
}
</style>
border-color css
<style>
span { border-color: #AC40EB; }
span { border-color: rgb(172,64,235); }
td.TdClassName
{
border-color: #AC40EB;
}
.TagClassName
{
border-color: #AC40EB;
}
</style>