Shades of Medium Purple #AC76FE
Tints of Medium Purple #AC76FE
RGB
CMYK
RGB Variations
Color information
#AC76FE (or 0xAC76FE) is known color: Medium Purple. HEX triplet: AC, 76 and FE. RGB value is (172,118,254). Sum of RGB (Red+Green+Blue) = 172+118+254=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 118 (46.48% from 255 or 21.69% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC76FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC76FE is #538901. Grayscale: #959595. Windows color (decimal): -5474562 or 16676524. OLE color: 16676524.
HSL color Cylindrical-coordinate representation of color #AC76FE: hue angle of 263.82º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC76FE is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 118 | 254 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.00 |
| HSL | 263.82º | 0.99% | 0.73% | - |
| HSV(B) | 263.82º | 0.54% | 1% | - |
| XYZ | 41.38 | 28.88 | 97.16 | - |
| YUV | 149.65 | 186.89 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 254 | 0.32 | 0.54 | 0 | 0.00 | 263.82 | 0.99 | 0.73 |
| Hex | AC | 76 | FE | 20 | 36 | 0 | 0 | 108 | 63 | 49 |
| Octal | 254 | 166 | 376 | 40 | 66 | 0 | 0 | 410 | 143 | 111 |
| Binary | 10101100 | 1110110 | 11111110 | 100000 | 110110 | 0 | 0 | 100001000 | 1100011 | 1001001 |
Color Harmonies of #AC76FE
Complementary color
Monochromatic Colors of #AC76FE
Black with #AC76FE
Text Example
Text Example
White with #AC76FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC76FE; }
p { color: rgb(172,118,254); }
H1.HeaderClassName
{
color: #AC76FE;
}
.AnyTagClassName
{
color: #AC76FE;
}
</style>
background-color css
<style>
a { background-color: #AC76FE; }
a { background-color: rgb(172,118,254); }
div.DivClassName
{
background-color: #AC76FE;
}
.BgClassName
{
background-color: #AC76FE;
}
</style>
border-color css
<style>
span { border-color: #AC76FE; }
span { border-color: rgb(172,118,254); }
td.TdClassName
{
border-color: #AC76FE;
}
.TagClassName
{
border-color: #AC76FE;
}
</style>