Shades of Medium Purple #AC58FF
Tints of Medium Purple #AC58FF
RGB
CMYK
RGB Variations
Color information
#AC58FF (or 0xAC58FF) is known color: Medium Purple. HEX triplet: AC, 58 and FF. RGB value is (172,88,255). Sum of RGB (Red+Green+Blue) = 172+88+255=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 88 (34.77% from 255 or 17.09% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC58FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC58FF is #53A700. Grayscale: #838383. Windows color (decimal): -5482241 or 16734380. OLE color: 16734380.
HSL color Cylindrical-coordinate representation of color #AC58FF: hue angle of 270.18º 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 #AC58FF is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 88 | 255 | - |
| CMYK | 0.33 | 0.65 | 0 | 0 |
| HSL | 270.18º | 1% | 0.67% | - |
| HSV(B) | 270.18º | 0.65% | 1% | - |
| XYZ | 38.55 | 22.97 | 97.01 | - |
| YUV | 132.15 | 197.33 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 255 | 0.33 | 0.65 | 0 | 0 | 270.18 | 1 | 0.67 |
| Hex | AC | 58 | FF | 21 | 41 | 0 | 0 | 10E | 64 | 43 |
| Octal | 254 | 130 | 377 | 41 | 101 | 0 | 0 | 416 | 144 | 103 |
| Binary | 10101100 | 1011000 | 11111111 | 100001 | 1000001 | 0 | 0 | 100001110 | 1100100 | 1000011 |
Color Harmonies of #AC58FF
Complementary color
Monochromatic Colors of #AC58FF
Black with #AC58FF
Text Example
Text Example
White with #AC58FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC58FF; }
p { color: rgb(172,88,255); }
H1.HeaderClassName
{
color: #AC58FF;
}
.AnyTagClassName
{
color: #AC58FF;
}
</style>
background-color css
<style>
a { background-color: #AC58FF; }
a { background-color: rgb(172,88,255); }
div.DivClassName
{
background-color: #AC58FF;
}
.BgClassName
{
background-color: #AC58FF;
}
</style>
border-color css
<style>
span { border-color: #AC58FF; }
span { border-color: rgb(172,88,255); }
td.TdClassName
{
border-color: #AC58FF;
}
.TagClassName
{
border-color: #AC58FF;
}
</style>