Shades of Medium Purple #AC5DFE
Tints of Medium Purple #AC5DFE
RGB
CMYK
RGB Variations
Color information
#AC5DFE (or 0xAC5DFE) is known color: Medium Purple. HEX triplet: AC, 5D and FE. RGB value is (172,93,254). Sum of RGB (Red+Green+Blue) = 172+93+254=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC5DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5DFE is #53A201. Grayscale: #868686. Windows color (decimal): -5480962 or 16670124. OLE color: 16670124.
HSL color Cylindrical-coordinate representation of color #AC5DFE: hue angle of 269.44º 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 #AC5DFE is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 93 | 254 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.00 |
| HSL | 269.44º | 0.99% | 0.68% | - |
| HSV(B) | 269.44º | 0.63% | 1% | - |
| XYZ | 38.82 | 23.76 | 96.31 | - |
| YUV | 134.98 | 195.17 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 254 | 0.32 | 0.63 | 0 | 0.00 | 269.44 | 0.99 | 0.68 |
| Hex | AC | 5D | FE | 20 | 3F | 0 | 0 | 10D | 63 | 44 |
| Octal | 254 | 135 | 376 | 40 | 77 | 0 | 0 | 415 | 143 | 104 |
| Binary | 10101100 | 1011101 | 11111110 | 100000 | 111111 | 0 | 0 | 100001101 | 1100011 | 1000100 |
Color Harmonies of #AC5DFE
Complementary color
Monochromatic Colors of #AC5DFE
Black with #AC5DFE
Text Example
Text Example
White with #AC5DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5DFE; }
p { color: rgb(172,93,254); }
H1.HeaderClassName
{
color: #AC5DFE;
}
.AnyTagClassName
{
color: #AC5DFE;
}
</style>
background-color css
<style>
a { background-color: #AC5DFE; }
a { background-color: rgb(172,93,254); }
div.DivClassName
{
background-color: #AC5DFE;
}
.BgClassName
{
background-color: #AC5DFE;
}
</style>
border-color css
<style>
span { border-color: #AC5DFE; }
span { border-color: rgb(172,93,254); }
td.TdClassName
{
border-color: #AC5DFE;
}
.TagClassName
{
border-color: #AC5DFE;
}
</style>