Shades of Medium Orchid #AC4EFC
Tints of Medium Orchid #AC4EFC
RGB
CMYK
RGB Variations
Color information
#AC4EFC (or 0xAC4EFC) is known color: Medium Orchid. HEX triplet: AC, 4E and FC. RGB value is (172,78,252). Sum of RGB (Red+Green+Blue) = 172+78+252=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 78 (30.86% from 255 or 15.54% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC4EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4EFC is #53B103. Grayscale: #7D7D7D. Windows color (decimal): -5484804 or 16535212. OLE color: 16535212.
HSL color Cylindrical-coordinate representation of color #AC4EFC: hue angle of 272.41º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC4EFC is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 78 | 252 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.01 |
| HSL | 272.41º | 0.97% | 0.65% | - |
| HSV(B) | 272.41º | 0.69% | 0.99% | - |
| XYZ | 37.31 | 21.25 | 94.23 | - |
| YUV | 125.94 | 199.14 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 252 | 0.32 | 0.69 | 0 | 0.01 | 272.41 | 0.97 | 0.65 |
| Hex | AC | 4E | FC | 20 | 45 | 0 | 1 | 110 | 61 | 41 |
| Octal | 254 | 116 | 374 | 40 | 105 | 0 | 1 | 420 | 141 | 101 |
| Binary | 10101100 | 1001110 | 11111100 | 100000 | 1000101 | 0 | 1 | 100010000 | 1100001 | 1000001 |
Color Harmonies of #AC4EFC
Complementary color
Monochromatic Colors of #AC4EFC
Black with #AC4EFC
Text Example
Text Example
White with #AC4EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4EFC; }
p { color: rgb(172,78,252); }
H1.HeaderClassName
{
color: #AC4EFC;
}
.AnyTagClassName
{
color: #AC4EFC;
}
</style>
background-color css
<style>
a { background-color: #AC4EFC; }
a { background-color: rgb(172,78,252); }
div.DivClassName
{
background-color: #AC4EFC;
}
.BgClassName
{
background-color: #AC4EFC;
}
</style>
border-color css
<style>
span { border-color: #AC4EFC; }
span { border-color: rgb(172,78,252); }
td.TdClassName
{
border-color: #AC4EFC;
}
.TagClassName
{
border-color: #AC4EFC;
}
</style>