Shades of Medium Purple #AC7FFC
Tints of Medium Purple #AC7FFC
RGB
CMYK
RGB Variations
Color information
#AC7FFC (or 0xAC7FFC) is known color: Medium Purple. HEX triplet: AC, 7F and FC. RGB value is (172,127,252). Sum of RGB (Red+Green+Blue) = 172+127+252=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC7FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7FFC is #538003. Grayscale: #9A9A9A. Windows color (decimal): -5472260 or 16547756. OLE color: 16547756.
HSL color Cylindrical-coordinate representation of color #AC7FFC: hue angle of 261.6º 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 #AC7FFC is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 127 | 252 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.01 |
| HSL | 261.6º | 0.95% | 0.74% | - |
| HSV(B) | 261.6º | 0.5% | 0.99% | - |
| XYZ | 42.17 | 30.98 | 95.85 | - |
| YUV | 154.71 | 182.91 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 127 | 252 | 0.32 | 0.50 | 0 | 0.01 | 261.6 | 0.95 | 0.74 |
| Hex | AC | 7F | FC | 20 | 32 | 0 | 1 | 106 | 5F | 4A |
| Octal | 254 | 177 | 374 | 40 | 62 | 0 | 1 | 406 | 137 | 112 |
| Binary | 10101100 | 1111111 | 11111100 | 100000 | 110010 | 0 | 1 | 100000110 | 1011111 | 1001010 |
Color Harmonies of #AC7FFC
Complementary color
Monochromatic Colors of #AC7FFC
Black with #AC7FFC
Text Example
Text Example
White with #AC7FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7FFC; }
p { color: rgb(172,127,252); }
H1.HeaderClassName
{
color: #AC7FFC;
}
.AnyTagClassName
{
color: #AC7FFC;
}
</style>
background-color css
<style>
a { background-color: #AC7FFC; }
a { background-color: rgb(172,127,252); }
div.DivClassName
{
background-color: #AC7FFC;
}
.BgClassName
{
background-color: #AC7FFC;
}
</style>
border-color css
<style>
span { border-color: #AC7FFC; }
span { border-color: rgb(172,127,252); }
td.TdClassName
{
border-color: #AC7FFC;
}
.TagClassName
{
border-color: #AC7FFC;
}
</style>