Shades of Medium Purple #AC58FE
Tints of Medium Purple #AC58FE
RGB
CMYK
RGB Variations
Color information
#AC58FE (or 0xAC58FE) is known color: Medium Purple. HEX triplet: AC, 58 and FE. RGB value is (172,88,254). Sum of RGB (Red+Green+Blue) = 172+88+254=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC58FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC58FE is #53A701. Grayscale: #838383. Windows color (decimal): -5482242 or 16668844. OLE color: 16668844.
HSL color Cylindrical-coordinate representation of color #AC58FE: hue angle of 270.36º 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 #AC58FE is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 88 | 254 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.00 |
| HSL | 270.36º | 0.99% | 0.67% | - |
| HSV(B) | 270.36º | 0.65% | 1% | - |
| XYZ | 38.39 | 22.91 | 96.16 | - |
| YUV | 132.04 | 196.83 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 254 | 0.32 | 0.65 | 0 | 0.00 | 270.36 | 0.99 | 0.67 |
| Hex | AC | 58 | FE | 20 | 41 | 0 | 0 | 10E | 63 | 43 |
| Octal | 254 | 130 | 376 | 40 | 101 | 0 | 0 | 416 | 143 | 103 |
| Binary | 10101100 | 1011000 | 11111110 | 100000 | 1000001 | 0 | 0 | 100001110 | 1100011 | 1000011 |
Color Harmonies of #AC58FE
Complementary color
Monochromatic Colors of #AC58FE
Black with #AC58FE
Text Example
Text Example
White with #AC58FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC58FE; }
p { color: rgb(172,88,254); }
H1.HeaderClassName
{
color: #AC58FE;
}
.AnyTagClassName
{
color: #AC58FE;
}
</style>
background-color css
<style>
a { background-color: #AC58FE; }
a { background-color: rgb(172,88,254); }
div.DivClassName
{
background-color: #AC58FE;
}
.BgClassName
{
background-color: #AC58FE;
}
</style>
border-color css
<style>
span { border-color: #AC58FE; }
span { border-color: rgb(172,88,254); }
td.TdClassName
{
border-color: #AC58FE;
}
.TagClassName
{
border-color: #AC58FE;
}
</style>