Shades of Medium Orchid #AC54F1
Tints of Medium Orchid #AC54F1
RGB
CMYK
RGB Variations
Color information
#AC54F1 (or 0xAC54F1) is known color: Medium Orchid. HEX triplet: AC, 54 and F1. RGB value is (172,84,241). Sum of RGB (Red+Green+Blue) = 172+84+241=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC54F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC54F1 is #53AB0E. Grayscale: #7F7F7F. Windows color (decimal): -5483279 or 15815852. OLE color: 15815852.
HSL color Cylindrical-coordinate representation of color #AC54F1: hue angle of 273.63º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC54F1 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 84 | 241 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.05 |
| HSL | 273.63º | 0.85% | 0.64% | - |
| HSV(B) | 273.63º | 0.65% | 0.95% | - |
| XYZ | 36.06 | 21.46 | 85.46 | - |
| YUV | 128.21 | 191.65 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 241 | 0.29 | 0.65 | 0 | 0.05 | 273.63 | 0.85 | 0.64 |
| Hex | AC | 54 | F1 | 1D | 41 | 0 | 5 | 112 | 55 | 40 |
| Octal | 254 | 124 | 361 | 35 | 101 | 0 | 5 | 422 | 125 | 100 |
| Binary | 10101100 | 1010100 | 11110001 | 11101 | 1000001 | 0 | 101 | 100010010 | 1010101 | 1000000 |
Color Harmonies of #AC54F1
Complementary color
Monochromatic Colors of #AC54F1
Black with #AC54F1
Text Example
Text Example
White with #AC54F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC54F1; }
p { color: rgb(172,84,241); }
H1.HeaderClassName
{
color: #AC54F1;
}
.AnyTagClassName
{
color: #AC54F1;
}
</style>
background-color css
<style>
a { background-color: #AC54F1; }
a { background-color: rgb(172,84,241); }
div.DivClassName
{
background-color: #AC54F1;
}
.BgClassName
{
background-color: #AC54F1;
}
</style>
border-color css
<style>
span { border-color: #AC54F1; }
span { border-color: rgb(172,84,241); }
td.TdClassName
{
border-color: #AC54F1;
}
.TagClassName
{
border-color: #AC54F1;
}
</style>