Shades of Medium Orchid #AC4EFE
Tints of Medium Orchid #AC4EFE
RGB
CMYK
RGB Variations
Color information
#AC4EFE (or 0xAC4EFE) is known color: Medium Orchid. HEX triplet: AC, 4E and FE. RGB value is (172,78,254). Sum of RGB (Red+Green+Blue) = 172+78+254=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 78 (30.86% from 255 or 15.48% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC4EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4EFE is #53B101. Grayscale: #7D7D7D. Windows color (decimal): -5484802 or 16666284. OLE color: 16666284.
HSL color Cylindrical-coordinate representation of color #AC4EFE: hue angle of 272.05º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC4EFE is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 78 | 254 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.00 |
| HSL | 272.05º | 0.99% | 0.65% | - |
| HSV(B) | 272.05º | 0.69% | 1% | - |
| XYZ | 37.63 | 21.38 | 95.91 | - |
| YUV | 126.17 | 200.14 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 254 | 0.32 | 0.69 | 0 | 0.00 | 272.05 | 0.99 | 0.65 |
| Hex | AC | 4E | FE | 20 | 45 | 0 | 0 | 110 | 63 | 41 |
| Octal | 254 | 116 | 376 | 40 | 105 | 0 | 0 | 420 | 143 | 101 |
| Binary | 10101100 | 1001110 | 11111110 | 100000 | 1000101 | 0 | 0 | 100010000 | 1100011 | 1000001 |
Color Harmonies of #AC4EFE
Complementary color
Monochromatic Colors of #AC4EFE
Black with #AC4EFE
Text Example
Text Example
White with #AC4EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4EFE; }
p { color: rgb(172,78,254); }
H1.HeaderClassName
{
color: #AC4EFE;
}
.AnyTagClassName
{
color: #AC4EFE;
}
</style>
background-color css
<style>
a { background-color: #AC4EFE; }
a { background-color: rgb(172,78,254); }
div.DivClassName
{
background-color: #AC4EFE;
}
.BgClassName
{
background-color: #AC4EFE;
}
</style>
border-color css
<style>
span { border-color: #AC4EFE; }
span { border-color: rgb(172,78,254); }
td.TdClassName
{
border-color: #AC4EFE;
}
.TagClassName
{
border-color: #AC4EFE;
}
</style>