Shades of Medium Orchid #AC4EF1
Tints of Medium Orchid #AC4EF1
RGB
CMYK
RGB Variations
Color information
#AC4EF1 (or 0xAC4EF1) is known color: Medium Orchid. HEX triplet: AC, 4E and F1. RGB value is (172,78,241). Sum of RGB (Red+Green+Blue) = 172+78+241=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC4EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4EF1 is #53B10E. Grayscale: #7C7C7C. Windows color (decimal): -5484815 or 15814316. OLE color: 15814316.
HSL color Cylindrical-coordinate representation of color #AC4EF1: hue angle of 274.6º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC4EF1 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 78 | 241 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.05 |
| HSL | 274.6º | 0.85% | 0.63% | - |
| HSV(B) | 274.6º | 0.68% | 0.95% | - |
| XYZ | 35.61 | 20.57 | 85.31 | - |
| YUV | 124.69 | 193.64 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 241 | 0.29 | 0.68 | 0 | 0.05 | 274.6 | 0.85 | 0.63 |
| Hex | AC | 4E | F1 | 1D | 44 | 0 | 5 | 113 | 55 | 3F |
| Octal | 254 | 116 | 361 | 35 | 104 | 0 | 5 | 423 | 125 | 77 |
| Binary | 10101100 | 1001110 | 11110001 | 11101 | 1000100 | 0 | 101 | 100010011 | 1010101 | 111111 |
Color Harmonies of #AC4EF1
Complementary color
Monochromatic Colors of #AC4EF1
Black with #AC4EF1
Text Example
Text Example
White with #AC4EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4EF1; }
p { color: rgb(172,78,241); }
H1.HeaderClassName
{
color: #AC4EF1;
}
.AnyTagClassName
{
color: #AC4EF1;
}
</style>
background-color css
<style>
a { background-color: #AC4EF1; }
a { background-color: rgb(172,78,241); }
div.DivClassName
{
background-color: #AC4EF1;
}
.BgClassName
{
background-color: #AC4EF1;
}
</style>
border-color css
<style>
span { border-color: #AC4EF1; }
span { border-color: rgb(172,78,241); }
td.TdClassName
{
border-color: #AC4EF1;
}
.TagClassName
{
border-color: #AC4EF1;
}
</style>