Shades of Medium Purple #AC7EFE
Tints of Medium Purple #AC7EFE
RGB
CMYK
RGB Variations
Color information
#AC7EFE (or 0xAC7EFE) is known color: Medium Purple. HEX triplet: AC, 7E and FE. RGB value is (172,126,254). Sum of RGB (Red+Green+Blue) = 172+126+254=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 126 (49.61% from 255 or 22.83% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC7EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7EFE is #538101. Grayscale: #999999. Windows color (decimal): -5472514 or 16678572. OLE color: 16678572.
HSL color Cylindrical-coordinate representation of color #AC7EFE: hue angle of 261.56º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC7EFE is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 126 | 254 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.00 |
| HSL | 261.56º | 0.98% | 0.75% | - |
| HSV(B) | 261.56º | 0.5% | 1% | - |
| XYZ | 42.36 | 30.85 | 97.49 | - |
| YUV | 154.35 | 184.24 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 126 | 254 | 0.32 | 0.50 | 0 | 0.00 | 261.56 | 0.98 | 0.75 |
| Hex | AC | 7E | FE | 20 | 32 | 0 | 0 | 106 | 62 | 4B |
| Octal | 254 | 176 | 376 | 40 | 62 | 0 | 0 | 406 | 142 | 113 |
| Binary | 10101100 | 1111110 | 11111110 | 100000 | 110010 | 0 | 0 | 100000110 | 1100010 | 1001011 |
Color Harmonies of #AC7EFE
Complementary color
Monochromatic Colors of #AC7EFE
Black with #AC7EFE
Text Example
Text Example
White with #AC7EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7EFE; }
p { color: rgb(172,126,254); }
H1.HeaderClassName
{
color: #AC7EFE;
}
.AnyTagClassName
{
color: #AC7EFE;
}
</style>
background-color css
<style>
a { background-color: #AC7EFE; }
a { background-color: rgb(172,126,254); }
div.DivClassName
{
background-color: #AC7EFE;
}
.BgClassName
{
background-color: #AC7EFE;
}
</style>
border-color css
<style>
span { border-color: #AC7EFE; }
span { border-color: rgb(172,126,254); }
td.TdClassName
{
border-color: #AC7EFE;
}
.TagClassName
{
border-color: #AC7EFE;
}
</style>