Shades of Medium Purple #AC76FF
Tints of Medium Purple #AC76FF
RGB
CMYK
RGB Variations
Color information
#AC76FF (or 0xAC76FF) is known color: Medium Purple. HEX triplet: AC, 76 and FF. RGB value is (172,118,255). Sum of RGB (Red+Green+Blue) = 172+118+255=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC76FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC76FF is #538900. Grayscale: #959595. Windows color (decimal): -5474561 or 16742060. OLE color: 16742060.
HSL color Cylindrical-coordinate representation of color #AC76FF: hue angle of 263.65º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC76FF is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 118 | 255 | - |
| CMYK | 0.33 | 0.54 | 0 | 0 |
| HSL | 263.65º | 1% | 0.73% | - |
| HSV(B) | 263.65º | 0.54% | 1% | - |
| XYZ | 41.54 | 28.95 | 98.01 | - |
| YUV | 149.76 | 187.39 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 255 | 0.33 | 0.54 | 0 | 0 | 263.65 | 1 | 0.73 |
| Hex | AC | 76 | FF | 21 | 36 | 0 | 0 | 108 | 64 | 49 |
| Octal | 254 | 166 | 377 | 41 | 66 | 0 | 0 | 410 | 144 | 111 |
| Binary | 10101100 | 1110110 | 11111111 | 100001 | 110110 | 0 | 0 | 100001000 | 1100100 | 1001001 |
Color Harmonies of #AC76FF
Complementary color
Monochromatic Colors of #AC76FF
Black with #AC76FF
Text Example
Text Example
White with #AC76FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC76FF; }
p { color: rgb(172,118,255); }
H1.HeaderClassName
{
color: #AC76FF;
}
.AnyTagClassName
{
color: #AC76FF;
}
</style>
background-color css
<style>
a { background-color: #AC76FF; }
a { background-color: rgb(172,118,255); }
div.DivClassName
{
background-color: #AC76FF;
}
.BgClassName
{
background-color: #AC76FF;
}
</style>
border-color css
<style>
span { border-color: #AC76FF; }
span { border-color: rgb(172,118,255); }
td.TdClassName
{
border-color: #AC76FF;
}
.TagClassName
{
border-color: #AC76FF;
}
</style>