Shades of Medium Purple #AC5EFE
Tints of Medium Purple #AC5EFE
RGB
CMYK
RGB Variations
Color information
#AC5EFE (or 0xAC5EFE) is known color: Medium Purple. HEX triplet: AC, 5E and FE. RGB value is (172,94,254). Sum of RGB (Red+Green+Blue) = 172+94+254=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC5EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5EFE is #53A101. Grayscale: #878787. Windows color (decimal): -5480706 or 16670380. OLE color: 16670380.
HSL color Cylindrical-coordinate representation of color #AC5EFE: hue angle of 269.25º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC5EFE is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 94 | 254 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.00 |
| HSL | 269.25º | 0.99% | 0.68% | - |
| HSV(B) | 269.25º | 0.63% | 1% | - |
| XYZ | 38.91 | 23.93 | 96.33 | - |
| YUV | 135.56 | 194.84 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 254 | 0.32 | 0.63 | 0 | 0.00 | 269.25 | 0.99 | 0.68 |
| Hex | AC | 5E | FE | 20 | 3F | 0 | 0 | 10D | 63 | 44 |
| Octal | 254 | 136 | 376 | 40 | 77 | 0 | 0 | 415 | 143 | 104 |
| Binary | 10101100 | 1011110 | 11111110 | 100000 | 111111 | 0 | 0 | 100001101 | 1100011 | 1000100 |
Color Harmonies of #AC5EFE
Complementary color
Monochromatic Colors of #AC5EFE
Black with #AC5EFE
Text Example
Text Example
White with #AC5EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5EFE; }
p { color: rgb(172,94,254); }
H1.HeaderClassName
{
color: #AC5EFE;
}
.AnyTagClassName
{
color: #AC5EFE;
}
</style>
background-color css
<style>
a { background-color: #AC5EFE; }
a { background-color: rgb(172,94,254); }
div.DivClassName
{
background-color: #AC5EFE;
}
.BgClassName
{
background-color: #AC5EFE;
}
</style>
border-color css
<style>
span { border-color: #AC5EFE; }
span { border-color: rgb(172,94,254); }
td.TdClassName
{
border-color: #AC5EFE;
}
.TagClassName
{
border-color: #AC5EFE;
}
</style>