Shades of Medium Purple #AC80FE
Tints of Medium Purple #AC80FE
RGB
CMYK
RGB Variations
Color information
#AC80FE (or 0xAC80FE) is known color: Medium Purple. HEX triplet: AC, 80 and FE. RGB value is (172,128,254). Sum of RGB (Red+Green+Blue) = 172+128+254=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC80FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC80FE is #537F01. Grayscale: #9B9B9B. Windows color (decimal): -5472002 or 16679084. OLE color: 16679084.
HSL color Cylindrical-coordinate representation of color #AC80FE: hue angle of 260.95º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC80FE is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 128 | 254 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.00 |
| HSL | 260.95º | 0.98% | 0.75% | - |
| HSV(B) | 260.95º | 0.5% | 1% | - |
| XYZ | 42.62 | 31.36 | 97.57 | - |
| YUV | 155.52 | 183.58 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 254 | 0.32 | 0.50 | 0 | 0.00 | 260.95 | 0.98 | 0.75 |
| Hex | AC | 80 | FE | 20 | 32 | 0 | 0 | 105 | 62 | 4B |
| Octal | 254 | 200 | 376 | 40 | 62 | 0 | 0 | 405 | 142 | 113 |
| Binary | 10101100 | 10000000 | 11111110 | 100000 | 110010 | 0 | 0 | 100000101 | 1100010 | 1001011 |
Color Harmonies of #AC80FE
Complementary color
Monochromatic Colors of #AC80FE
Black with #AC80FE
Text Example
Text Example
White with #AC80FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC80FE; }
p { color: rgb(172,128,254); }
H1.HeaderClassName
{
color: #AC80FE;
}
.AnyTagClassName
{
color: #AC80FE;
}
</style>
background-color css
<style>
a { background-color: #AC80FE; }
a { background-color: rgb(172,128,254); }
div.DivClassName
{
background-color: #AC80FE;
}
.BgClassName
{
background-color: #AC80FE;
}
</style>
border-color css
<style>
span { border-color: #AC80FE; }
span { border-color: rgb(172,128,254); }
td.TdClassName
{
border-color: #AC80FE;
}
.TagClassName
{
border-color: #AC80FE;
}
</style>