Shades of Medium Orchid #AC3FEA
Tints of Medium Orchid #AC3FEA
RGB
CMYK
RGB Variations
Color information
#AC3FEA (or 0xAC3FEA) is known color: Medium Orchid. HEX triplet: AC, 3F and EA. RGB value is (172,63,234). Sum of RGB (Red+Green+Blue) = 172+63+234=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 63 (25% from 255 or 13.43% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC3FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC3FEA is #53C015. Grayscale: #727272. Windows color (decimal): -5488662 or 15351724. OLE color: 15351724.
HSL color Cylindrical-coordinate representation of color #AC3FEA: hue angle of 278.25º 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 #AC3FEA is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 63 | 234 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.08 |
| HSL | 278.25º | 0.8% | 0.58% | - |
| HSV(B) | 278.25º | 0.73% | 0.92% | - |
| XYZ | 33.64 | 18.27 | 79.59 | - |
| YUV | 115.09 | 195.11 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 234 | 0.26 | 0.73 | 0 | 0.08 | 278.25 | 0.8 | 0.58 |
| Hex | AC | 3F | EA | 1A | 49 | 0 | 8 | 116 | 50 | 3A |
| Octal | 254 | 77 | 352 | 32 | 111 | 0 | 10 | 426 | 120 | 72 |
| Binary | 10101100 | 111111 | 11101010 | 11010 | 1001001 | 0 | 1000 | 100010110 | 1010000 | 111010 |
Color Harmonies of #AC3FEA
Complementary color
Monochromatic Colors of #AC3FEA
Black with #AC3FEA
Text Example
Text Example
White with #AC3FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3FEA; }
p { color: rgb(172,63,234); }
H1.HeaderClassName
{
color: #AC3FEA;
}
.AnyTagClassName
{
color: #AC3FEA;
}
</style>
background-color css
<style>
a { background-color: #AC3FEA; }
a { background-color: rgb(172,63,234); }
div.DivClassName
{
background-color: #AC3FEA;
}
.BgClassName
{
background-color: #AC3FEA;
}
</style>
border-color css
<style>
span { border-color: #AC3FEA; }
span { border-color: rgb(172,63,234); }
td.TdClassName
{
border-color: #AC3FEA;
}
.TagClassName
{
border-color: #AC3FEA;
}
</style>