Shades of Medium Purple #AC80FC
Tints of Medium Purple #AC80FC
RGB
CMYK
RGB Variations
Color information
#AC80FC (or 0xAC80FC) is known color: Medium Purple. HEX triplet: AC, 80 and FC. RGB value is (172,128,252). Sum of RGB (Red+Green+Blue) = 172+128+252=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC80FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC80FC is #537F03. Grayscale: #9A9A9A. Windows color (decimal): -5472004 or 16548012. OLE color: 16548012.
HSL color Cylindrical-coordinate representation of color #AC80FC: hue angle of 261.29º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC80FC is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 128 | 252 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.01 |
| HSL | 261.29º | 0.95% | 0.75% | - |
| HSV(B) | 261.29º | 0.49% | 0.99% | - |
| XYZ | 42.3 | 31.24 | 95.9 | - |
| YUV | 155.29 | 182.58 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 252 | 0.32 | 0.49 | 0 | 0.01 | 261.29 | 0.95 | 0.75 |
| Hex | AC | 80 | FC | 20 | 31 | 0 | 1 | 105 | 5F | 4B |
| Octal | 254 | 200 | 374 | 40 | 61 | 0 | 1 | 405 | 137 | 113 |
| Binary | 10101100 | 10000000 | 11111100 | 100000 | 110001 | 0 | 1 | 100000101 | 1011111 | 1001011 |
Color Harmonies of #AC80FC
Complementary color
Monochromatic Colors of #AC80FC
Black with #AC80FC
Text Example
Text Example
White with #AC80FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC80FC; }
p { color: rgb(172,128,252); }
H1.HeaderClassName
{
color: #AC80FC;
}
.AnyTagClassName
{
color: #AC80FC;
}
</style>
background-color css
<style>
a { background-color: #AC80FC; }
a { background-color: rgb(172,128,252); }
div.DivClassName
{
background-color: #AC80FC;
}
.BgClassName
{
background-color: #AC80FC;
}
</style>
border-color css
<style>
span { border-color: #AC80FC; }
span { border-color: rgb(172,128,252); }
td.TdClassName
{
border-color: #AC80FC;
}
.TagClassName
{
border-color: #AC80FC;
}
</style>