Shades of Medium Purple #AC7EFF
Tints of Medium Purple #AC7EFF
RGB
CMYK
RGB Variations
Color information
#AC7EFF (or 0xAC7EFF) is known color: Medium Purple. HEX triplet: AC, 7E and FF. RGB value is (172,126,255). Sum of RGB (Red+Green+Blue) = 172+126+255=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC7EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7EFF is #538100. Grayscale: #999999. Windows color (decimal): -5472513 or 16744108. OLE color: 16744108.
HSL color Cylindrical-coordinate representation of color #AC7EFF: hue angle of 261.4º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC7EFF is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 126 | 255 | - |
| CMYK | 0.33 | 0.51 | 0 | 0 |
| HSL | 261.4º | 1% | 0.75% | - |
| HSV(B) | 261.4º | 0.51% | 1% | - |
| XYZ | 42.52 | 30.91 | 98.33 | - |
| YUV | 154.46 | 184.74 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 126 | 255 | 0.33 | 0.51 | 0 | 0 | 261.4 | 1 | 0.75 |
| Hex | AC | 7E | FF | 21 | 33 | 0 | 0 | 105 | 64 | 4B |
| Octal | 254 | 176 | 377 | 41 | 63 | 0 | 0 | 405 | 144 | 113 |
| Binary | 10101100 | 1111110 | 11111111 | 100001 | 110011 | 0 | 0 | 100000101 | 1100100 | 1001011 |
Color Harmonies of #AC7EFF
Complementary color
Monochromatic Colors of #AC7EFF
Black with #AC7EFF
Text Example
Text Example
White with #AC7EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7EFF; }
p { color: rgb(172,126,255); }
H1.HeaderClassName
{
color: #AC7EFF;
}
.AnyTagClassName
{
color: #AC7EFF;
}
</style>
background-color css
<style>
a { background-color: #AC7EFF; }
a { background-color: rgb(172,126,255); }
div.DivClassName
{
background-color: #AC7EFF;
}
.BgClassName
{
background-color: #AC7EFF;
}
</style>
border-color css
<style>
span { border-color: #AC7EFF; }
span { border-color: rgb(172,126,255); }
td.TdClassName
{
border-color: #AC7EFF;
}
.TagClassName
{
border-color: #AC7EFF;
}
</style>