Shades of Medium Purple #AC5EFF
Tints of Medium Purple #AC5EFF
RGB
CMYK
RGB Variations
Color information
#AC5EFF (or 0xAC5EFF) is known color: Medium Purple. HEX triplet: AC, 5E and FF. RGB value is (172,94,255). Sum of RGB (Red+Green+Blue) = 172+94+255=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC5EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5EFF is #53A100. Grayscale: #878787. Windows color (decimal): -5480705 or 16735916. OLE color: 16735916.
HSL color Cylindrical-coordinate representation of color #AC5EFF: hue angle of 269.07º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC5EFF is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 94 | 255 | - |
| CMYK | 0.33 | 0.63 | 0 | 0 |
| HSL | 269.07º | 1% | 0.68% | - |
| HSV(B) | 269.07º | 0.63% | 1% | - |
| XYZ | 39.07 | 24 | 97.18 | - |
| YUV | 135.68 | 195.34 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 255 | 0.33 | 0.63 | 0 | 0 | 269.07 | 1 | 0.68 |
| Hex | AC | 5E | FF | 21 | 3F | 0 | 0 | 10D | 64 | 44 |
| Octal | 254 | 136 | 377 | 41 | 77 | 0 | 0 | 415 | 144 | 104 |
| Binary | 10101100 | 1011110 | 11111111 | 100001 | 111111 | 0 | 0 | 100001101 | 1100100 | 1000100 |
Color Harmonies of #AC5EFF
Complementary color
Monochromatic Colors of #AC5EFF
Black with #AC5EFF
Text Example
Text Example
White with #AC5EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5EFF; }
p { color: rgb(172,94,255); }
H1.HeaderClassName
{
color: #AC5EFF;
}
.AnyTagClassName
{
color: #AC5EFF;
}
</style>
background-color css
<style>
a { background-color: #AC5EFF; }
a { background-color: rgb(172,94,255); }
div.DivClassName
{
background-color: #AC5EFF;
}
.BgClassName
{
background-color: #AC5EFF;
}
</style>
border-color css
<style>
span { border-color: #AC5EFF; }
span { border-color: rgb(172,94,255); }
td.TdClassName
{
border-color: #AC5EFF;
}
.TagClassName
{
border-color: #AC5EFF;
}
</style>