Shades of Medium Purple #AC59FF
Tints of Medium Purple #AC59FF
RGB
CMYK
RGB Variations
Color information
#AC59FF (or 0xAC59FF) is known color: Medium Purple. HEX triplet: AC, 59 and FF. RGB value is (172,89,255). Sum of RGB (Red+Green+Blue) = 172+89+255=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 89 (35.16% from 255 or 17.25% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC59FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC59FF is #53A600. Grayscale: #848484. Windows color (decimal): -5481985 or 16734636. OLE color: 16734636.
HSL color Cylindrical-coordinate representation of color #AC59FF: hue angle of 270º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC59FF is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 89 | 255 | - |
| CMYK | 0.33 | 0.65 | 0 | 0 |
| HSL | 270º | 1% | 0.67% | - |
| HSV(B) | 270º | 0.65% | 1% | - |
| XYZ | 38.64 | 23.14 | 97.04 | - |
| YUV | 132.74 | 197 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 255 | 0.33 | 0.65 | 0 | 0 | 270 | 1 | 0.67 |
| Hex | AC | 59 | FF | 21 | 41 | 0 | 0 | 10E | 64 | 43 |
| Octal | 254 | 131 | 377 | 41 | 101 | 0 | 0 | 416 | 144 | 103 |
| Binary | 10101100 | 1011001 | 11111111 | 100001 | 1000001 | 0 | 0 | 100001110 | 1100100 | 1000011 |
Color Harmonies of #AC59FF
Complementary color
Monochromatic Colors of #AC59FF
Black with #AC59FF
Text Example
Text Example
White with #AC59FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC59FF; }
p { color: rgb(172,89,255); }
H1.HeaderClassName
{
color: #AC59FF;
}
.AnyTagClassName
{
color: #AC59FF;
}
</style>
background-color css
<style>
a { background-color: #AC59FF; }
a { background-color: rgb(172,89,255); }
div.DivClassName
{
background-color: #AC59FF;
}
.BgClassName
{
background-color: #AC59FF;
}
</style>
border-color css
<style>
span { border-color: #AC59FF; }
span { border-color: rgb(172,89,255); }
td.TdClassName
{
border-color: #AC59FF;
}
.TagClassName
{
border-color: #AC59FF;
}
</style>