Shades of Medium Purple #AC7AFC
Tints of Medium Purple #AC7AFC
RGB
CMYK
RGB Variations
Color information
#AC7AFC (or 0xAC7AFC) is known color: Medium Purple. HEX triplet: AC, 7A and FC. RGB value is (172,122,252). Sum of RGB (Red+Green+Blue) = 172+122+252=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC7AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7AFC is #538503. Grayscale: #979797. Windows color (decimal): -5473540 or 16546476. OLE color: 16546476.
HSL color Cylindrical-coordinate representation of color #AC7AFC: hue angle of 263.08º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC7AFC is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 122 | 252 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.01 |
| HSL | 263.08º | 0.96% | 0.73% | - |
| HSV(B) | 263.08º | 0.52% | 0.99% | - |
| XYZ | 41.54 | 29.72 | 95.64 | - |
| YUV | 151.77 | 184.57 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 252 | 0.32 | 0.52 | 0 | 0.01 | 263.08 | 0.96 | 0.73 |
| Hex | AC | 7A | FC | 20 | 34 | 0 | 1 | 107 | 60 | 49 |
| Octal | 254 | 172 | 374 | 40 | 64 | 0 | 1 | 407 | 140 | 111 |
| Binary | 10101100 | 1111010 | 11111100 | 100000 | 110100 | 0 | 1 | 100000111 | 1100000 | 1001001 |
Color Harmonies of #AC7AFC
Complementary color
Monochromatic Colors of #AC7AFC
Black with #AC7AFC
Text Example
Text Example
White with #AC7AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7AFC; }
p { color: rgb(172,122,252); }
H1.HeaderClassName
{
color: #AC7AFC;
}
.AnyTagClassName
{
color: #AC7AFC;
}
</style>
background-color css
<style>
a { background-color: #AC7AFC; }
a { background-color: rgb(172,122,252); }
div.DivClassName
{
background-color: #AC7AFC;
}
.BgClassName
{
background-color: #AC7AFC;
}
</style>
border-color css
<style>
span { border-color: #AC7AFC; }
span { border-color: rgb(172,122,252); }
td.TdClassName
{
border-color: #AC7AFC;
}
.TagClassName
{
border-color: #AC7AFC;
}
</style>