Shades of Medium Purple #AC5EFC
Tints of Medium Purple #AC5EFC
RGB
CMYK
RGB Variations
Color information
#AC5EFC (or 0xAC5EFC) is known color: Medium Purple. HEX triplet: AC, 5E and FC. RGB value is (172,94,252). Sum of RGB (Red+Green+Blue) = 172+94+252=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 94 (37.11% from 255 or 18.15% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC5EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5EFC is #53A103. Grayscale: #868686. Windows color (decimal): -5480708 or 16539308. OLE color: 16539308.
HSL color Cylindrical-coordinate representation of color #AC5EFC: hue angle of 269.62º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC5EFC is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 94 | 252 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.01 |
| HSL | 269.62º | 0.96% | 0.68% | - |
| HSV(B) | 269.62º | 0.63% | 0.99% | - |
| XYZ | 38.59 | 23.8 | 94.66 | - |
| YUV | 135.33 | 193.84 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 252 | 0.32 | 0.63 | 0 | 0.01 | 269.62 | 0.96 | 0.68 |
| Hex | AC | 5E | FC | 20 | 3F | 0 | 1 | 10E | 60 | 44 |
| Octal | 254 | 136 | 374 | 40 | 77 | 0 | 1 | 416 | 140 | 104 |
| Binary | 10101100 | 1011110 | 11111100 | 100000 | 111111 | 0 | 1 | 100001110 | 1100000 | 1000100 |
Color Harmonies of #AC5EFC
Complementary color
Monochromatic Colors of #AC5EFC
Black with #AC5EFC
Text Example
Text Example
White with #AC5EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5EFC; }
p { color: rgb(172,94,252); }
H1.HeaderClassName
{
color: #AC5EFC;
}
.AnyTagClassName
{
color: #AC5EFC;
}
</style>
background-color css
<style>
a { background-color: #AC5EFC; }
a { background-color: rgb(172,94,252); }
div.DivClassName
{
background-color: #AC5EFC;
}
.BgClassName
{
background-color: #AC5EFC;
}
</style>
border-color css
<style>
span { border-color: #AC5EFC; }
span { border-color: rgb(172,94,252); }
td.TdClassName
{
border-color: #AC5EFC;
}
.TagClassName
{
border-color: #AC5EFC;
}
</style>