Shades of Medium Purple #AC59FE
Tints of Medium Purple #AC59FE
RGB
CMYK
RGB Variations
Color information
#AC59FE (or 0xAC59FE) is known color: Medium Purple. HEX triplet: AC, 59 and FE. RGB value is (172,89,254). Sum of RGB (Red+Green+Blue) = 172+89+254=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC59FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC59FE is #53A601. Grayscale: #848484. Windows color (decimal): -5481986 or 16669100. OLE color: 16669100.
HSL color Cylindrical-coordinate representation of color #AC59FE: hue angle of 270.18º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC59FE is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 89 | 254 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.00 |
| HSL | 270.18º | 0.99% | 0.67% | - |
| HSV(B) | 270.18º | 0.65% | 1% | - |
| XYZ | 38.48 | 23.07 | 96.19 | - |
| YUV | 132.63 | 196.5 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 254 | 0.32 | 0.65 | 0 | 0.00 | 270.18 | 0.99 | 0.67 |
| Hex | AC | 59 | FE | 20 | 41 | 0 | 0 | 10E | 63 | 43 |
| Octal | 254 | 131 | 376 | 40 | 101 | 0 | 0 | 416 | 143 | 103 |
| Binary | 10101100 | 1011001 | 11111110 | 100000 | 1000001 | 0 | 0 | 100001110 | 1100011 | 1000011 |
Color Harmonies of #AC59FE
Complementary color
Monochromatic Colors of #AC59FE
Black with #AC59FE
Text Example
Text Example
White with #AC59FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC59FE; }
p { color: rgb(172,89,254); }
H1.HeaderClassName
{
color: #AC59FE;
}
.AnyTagClassName
{
color: #AC59FE;
}
</style>
background-color css
<style>
a { background-color: #AC59FE; }
a { background-color: rgb(172,89,254); }
div.DivClassName
{
background-color: #AC59FE;
}
.BgClassName
{
background-color: #AC59FE;
}
</style>
border-color css
<style>
span { border-color: #AC59FE; }
span { border-color: rgb(172,89,254); }
td.TdClassName
{
border-color: #AC59FE;
}
.TagClassName
{
border-color: #AC59FE;
}
</style>