Shades of Medium Purple #AC5DFF
Tints of Medium Purple #AC5DFF
RGB
CMYK
RGB Variations
Color information
#AC5DFF (or 0xAC5DFF) is known color: Medium Purple. HEX triplet: AC, 5D and FF. RGB value is (172,93,255). Sum of RGB (Red+Green+Blue) = 172+93+255=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC5DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5DFF is #53A200. Grayscale: #868686. Windows color (decimal): -5480961 or 16735660. OLE color: 16735660.
HSL color Cylindrical-coordinate representation of color #AC5DFF: hue angle of 269.26º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC5DFF is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 93 | 255 | - |
| CMYK | 0.33 | 0.64 | 0 | 0 |
| HSL | 269.26º | 1% | 0.68% | - |
| HSV(B) | 269.26º | 0.64% | 1% | - |
| XYZ | 38.98 | 23.82 | 97.15 | - |
| YUV | 135.09 | 195.67 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 255 | 0.33 | 0.64 | 0 | 0 | 269.26 | 1 | 0.68 |
| Hex | AC | 5D | FF | 21 | 40 | 0 | 0 | 10D | 64 | 44 |
| Octal | 254 | 135 | 377 | 41 | 100 | 0 | 0 | 415 | 144 | 104 |
| Binary | 10101100 | 1011101 | 11111111 | 100001 | 1000000 | 0 | 0 | 100001101 | 1100100 | 1000100 |
Color Harmonies of #AC5DFF
Complementary color
Monochromatic Colors of #AC5DFF
Black with #AC5DFF
Text Example
Text Example
White with #AC5DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5DFF; }
p { color: rgb(172,93,255); }
H1.HeaderClassName
{
color: #AC5DFF;
}
.AnyTagClassName
{
color: #AC5DFF;
}
</style>
background-color css
<style>
a { background-color: #AC5DFF; }
a { background-color: rgb(172,93,255); }
div.DivClassName
{
background-color: #AC5DFF;
}
.BgClassName
{
background-color: #AC5DFF;
}
</style>
border-color css
<style>
span { border-color: #AC5DFF; }
span { border-color: rgb(172,93,255); }
td.TdClassName
{
border-color: #AC5DFF;
}
.TagClassName
{
border-color: #AC5DFF;
}
</style>