Shades of Medium Orchid #AC3FEF
Tints of Medium Orchid #AC3FEF
RGB
CMYK
RGB Variations
Color information
#AC3FEF (or 0xAC3FEF) is known color: Medium Orchid. HEX triplet: AC, 3F and EF. RGB value is (172,63,239). Sum of RGB (Red+Green+Blue) = 172+63+239=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 63 (25% from 255 or 13.29% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC3FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC3FEF is #53C010. Grayscale: #737373. Windows color (decimal): -5488657 or 15679404. OLE color: 15679404.
HSL color Cylindrical-coordinate representation of color #AC3FEF: hue angle of 277.16º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC3FEF is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 63 | 239 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.06 |
| HSL | 277.16º | 0.85% | 0.59% | - |
| HSV(B) | 277.16º | 0.74% | 0.94% | - |
| XYZ | 34.37 | 18.56 | 83.43 | - |
| YUV | 115.66 | 197.61 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 239 | 0.28 | 0.74 | 0 | 0.06 | 277.16 | 0.85 | 0.59 |
| Hex | AC | 3F | EF | 1C | 4A | 0 | 6 | 115 | 55 | 3B |
| Octal | 254 | 77 | 357 | 34 | 112 | 0 | 6 | 425 | 125 | 73 |
| Binary | 10101100 | 111111 | 11101111 | 11100 | 1001010 | 0 | 110 | 100010101 | 1010101 | 111011 |
Color Harmonies of #AC3FEF
Complementary color
Monochromatic Colors of #AC3FEF
Black with #AC3FEF
Text Example
Text Example
White with #AC3FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3FEF; }
p { color: rgb(172,63,239); }
H1.HeaderClassName
{
color: #AC3FEF;
}
.AnyTagClassName
{
color: #AC3FEF;
}
</style>
background-color css
<style>
a { background-color: #AC3FEF; }
a { background-color: rgb(172,63,239); }
div.DivClassName
{
background-color: #AC3FEF;
}
.BgClassName
{
background-color: #AC3FEF;
}
</style>
border-color css
<style>
span { border-color: #AC3FEF; }
span { border-color: rgb(172,63,239); }
td.TdClassName
{
border-color: #AC3FEF;
}
.TagClassName
{
border-color: #AC3FEF;
}
</style>