Shades of Medium Purple #AC80F5
Tints of Medium Purple #AC80F5
RGB
CMYK
RGB Variations
Color information
#AC80F5 (or 0xAC80F5) is known color: Medium Purple. HEX triplet: AC, 80 and F5. RGB value is (172,128,245). Sum of RGB (Red+Green+Blue) = 172+128+245=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 245 (96.09% from 255 or 44.95% from 545); Max value from RGB is 245 - color contains mainly: blue. Hex color #AC80F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC80F5 is #537F0A. Grayscale: #9A9A9A. Windows color (decimal): -5472011 or 16089260. OLE color: 16089260.
HSL color Cylindrical-coordinate representation of color #AC80F5: hue angle of 262.56º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC80F5 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 128 | 245 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.04 |
| HSL | 262.56º | 0.85% | 0.73% | - |
| HSV(B) | 262.56º | 0.48% | 0.96% | - |
| XYZ | 41.21 | 30.8 | 90.16 | - |
| YUV | 154.49 | 179.08 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 245 | 0.30 | 0.48 | 0 | 0.04 | 262.56 | 0.85 | 0.73 |
| Hex | AC | 80 | F5 | 1E | 30 | 0 | 4 | 107 | 55 | 49 |
| Octal | 254 | 200 | 365 | 36 | 60 | 0 | 4 | 407 | 125 | 111 |
| Binary | 10101100 | 10000000 | 11110101 | 11110 | 110000 | 0 | 100 | 100000111 | 1010101 | 1001001 |
Color Harmonies of #AC80F5
Complementary color
Monochromatic Colors of #AC80F5
Black with #AC80F5
Text Example
Text Example
White with #AC80F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC80F5; }
p { color: rgb(172,128,245); }
H1.HeaderClassName
{
color: #AC80F5;
}
.AnyTagClassName
{
color: #AC80F5;
}
</style>
background-color css
<style>
a { background-color: #AC80F5; }
a { background-color: rgb(172,128,245); }
div.DivClassName
{
background-color: #AC80F5;
}
.BgClassName
{
background-color: #AC80F5;
}
</style>
border-color css
<style>
span { border-color: #AC80F5; }
span { border-color: rgb(172,128,245); }
td.TdClassName
{
border-color: #AC80F5;
}
.TagClassName
{
border-color: #AC80F5;
}
</style>