Shades of Medium Purple #AC7EFC
Tints of Medium Purple #AC7EFC
RGB
CMYK
RGB Variations
Color information
#AC7EFC (or 0xAC7EFC) is known color: Medium Purple. HEX triplet: AC, 7E and FC. RGB value is (172,126,252). Sum of RGB (Red+Green+Blue) = 172+126+252=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC7EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7EFC is #538103. Grayscale: #999999. Windows color (decimal): -5472516 or 16547500. OLE color: 16547500.
HSL color Cylindrical-coordinate representation of color #AC7EFC: hue angle of 261.9º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC7EFC is Cyan = 0.32, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 126 | 252 | - |
| CMYK | 0.32 | 0.5 | 0 | 0.01 |
| HSL | 261.9º | 0.95% | 0.74% | - |
| HSV(B) | 261.9º | 0.5% | 0.99% | - |
| XYZ | 42.04 | 30.72 | 95.81 | - |
| YUV | 154.12 | 183.24 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 126 | 252 | 0.32 | 0.5 | 0 | 0.01 | 261.9 | 0.95 | 0.74 |
| Hex | AC | 7E | FC | 20 | 32 | 0 | 1 | 106 | 5F | 4A |
| Octal | 254 | 176 | 374 | 40 | 62 | 0 | 1 | 406 | 137 | 112 |
| Binary | 10101100 | 1111110 | 11111100 | 100000 | 110010 | 0 | 1 | 100000110 | 1011111 | 1001010 |
Color Harmonies of #AC7EFC
Complementary color
Monochromatic Colors of #AC7EFC
Black with #AC7EFC
Text Example
Text Example
White with #AC7EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7EFC; }
p { color: rgb(172,126,252); }
H1.HeaderClassName
{
color: #AC7EFC;
}
.AnyTagClassName
{
color: #AC7EFC;
}
</style>
background-color css
<style>
a { background-color: #AC7EFC; }
a { background-color: rgb(172,126,252); }
div.DivClassName
{
background-color: #AC7EFC;
}
.BgClassName
{
background-color: #AC7EFC;
}
</style>
border-color css
<style>
span { border-color: #AC7EFC; }
span { border-color: rgb(172,126,252); }
td.TdClassName
{
border-color: #AC7EFC;
}
.TagClassName
{
border-color: #AC7EFC;
}
</style>