Shades of Medium Orchid #AC54F2
Tints of Medium Orchid #AC54F2
RGB
CMYK
RGB Variations
Color information
#AC54F2 (or 0xAC54F2) is known color: Medium Orchid. HEX triplet: AC, 54 and F2. RGB value is (172,84,242). Sum of RGB (Red+Green+Blue) = 172+84+242=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 84 (33.20% from 255 or 16.87% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC54F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC54F2 is #53AB0D. Grayscale: #7F7F7F. Windows color (decimal): -5483278 or 15881388. OLE color: 15881388.
HSL color Cylindrical-coordinate representation of color #AC54F2: hue angle of 273.42º degrees, saturation: 0.86, 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 #AC54F2 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 84 | 242 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.05 |
| HSL | 273.42º | 0.86% | 0.64% | - |
| HSV(B) | 273.42º | 0.65% | 0.95% | - |
| XYZ | 36.21 | 21.52 | 86.25 | - |
| YUV | 128.32 | 192.15 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 242 | 0.29 | 0.65 | 0 | 0.05 | 273.42 | 0.86 | 0.64 |
| Hex | AC | 54 | F2 | 1D | 41 | 0 | 5 | 111 | 56 | 40 |
| Octal | 254 | 124 | 362 | 35 | 101 | 0 | 5 | 421 | 126 | 100 |
| Binary | 10101100 | 1010100 | 11110010 | 11101 | 1000001 | 0 | 101 | 100010001 | 1010110 | 1000000 |
Color Harmonies of #AC54F2
Complementary color
Monochromatic Colors of #AC54F2
Black with #AC54F2
Text Example
Text Example
White with #AC54F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC54F2; }
p { color: rgb(172,84,242); }
H1.HeaderClassName
{
color: #AC54F2;
}
.AnyTagClassName
{
color: #AC54F2;
}
</style>
background-color css
<style>
a { background-color: #AC54F2; }
a { background-color: rgb(172,84,242); }
div.DivClassName
{
background-color: #AC54F2;
}
.BgClassName
{
background-color: #AC54F2;
}
</style>
border-color css
<style>
span { border-color: #AC54F2; }
span { border-color: rgb(172,84,242); }
td.TdClassName
{
border-color: #AC54F2;
}
.TagClassName
{
border-color: #AC54F2;
}
</style>