Shades of Medium Purple #AC7DFE
Tints of Medium Purple #AC7DFE
RGB
CMYK
RGB Variations
Color information
#AC7DFE (or 0xAC7DFE) is known color: Medium Purple. HEX triplet: AC, 7D and FE. RGB value is (172,125,254). Sum of RGB (Red+Green+Blue) = 172+125+254=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC7DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7DFE is #538201. Grayscale: #999999. Windows color (decimal): -5472770 or 16678316. OLE color: 16678316.
HSL color Cylindrical-coordinate representation of color #AC7DFE: hue angle of 261.86º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC7DFE is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 125 | 254 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.00 |
| HSL | 261.86º | 0.98% | 0.74% | - |
| HSV(B) | 261.86º | 0.51% | 1% | - |
| XYZ | 42.24 | 30.59 | 97.45 | - |
| YUV | 153.76 | 184.57 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 125 | 254 | 0.32 | 0.51 | 0 | 0.00 | 261.86 | 0.98 | 0.74 |
| Hex | AC | 7D | FE | 20 | 33 | 0 | 0 | 106 | 62 | 4A |
| Octal | 254 | 175 | 376 | 40 | 63 | 0 | 0 | 406 | 142 | 112 |
| Binary | 10101100 | 1111101 | 11111110 | 100000 | 110011 | 0 | 0 | 100000110 | 1100010 | 1001010 |
Color Harmonies of #AC7DFE
Complementary color
Monochromatic Colors of #AC7DFE
Black with #AC7DFE
Text Example
Text Example
White with #AC7DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7DFE; }
p { color: rgb(172,125,254); }
H1.HeaderClassName
{
color: #AC7DFE;
}
.AnyTagClassName
{
color: #AC7DFE;
}
</style>
background-color css
<style>
a { background-color: #AC7DFE; }
a { background-color: rgb(172,125,254); }
div.DivClassName
{
background-color: #AC7DFE;
}
.BgClassName
{
background-color: #AC7DFE;
}
</style>
border-color css
<style>
span { border-color: #AC7DFE; }
span { border-color: rgb(172,125,254); }
td.TdClassName
{
border-color: #AC7DFE;
}
.TagClassName
{
border-color: #AC7DFE;
}
</style>