Shades of Medium Purple #AC5FFC
Tints of Medium Purple #AC5FFC
RGB
CMYK
RGB Variations
Color information
#AC5FFC (or 0xAC5FFC) is known color: Medium Purple. HEX triplet: AC, 5F and FC. RGB value is (172,95,252). Sum of RGB (Red+Green+Blue) = 172+95+252=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC5FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5FFC is #53A003. Grayscale: #878787. Windows color (decimal): -5480452 or 16539564. OLE color: 16539564.
HSL color Cylindrical-coordinate representation of color #AC5FFC: hue angle of 269.43º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC5FFC is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 95 | 252 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.01 |
| HSL | 269.43º | 0.96% | 0.68% | - |
| HSV(B) | 269.43º | 0.62% | 0.99% | - |
| XYZ | 38.68 | 23.98 | 94.69 | - |
| YUV | 135.92 | 193.51 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 95 | 252 | 0.32 | 0.62 | 0 | 0.01 | 269.43 | 0.96 | 0.68 |
| Hex | AC | 5F | FC | 20 | 3E | 0 | 1 | 10D | 60 | 44 |
| Octal | 254 | 137 | 374 | 40 | 76 | 0 | 1 | 415 | 140 | 104 |
| Binary | 10101100 | 1011111 | 11111100 | 100000 | 111110 | 0 | 1 | 100001101 | 1100000 | 1000100 |
Color Harmonies of #AC5FFC
Complementary color
Monochromatic Colors of #AC5FFC
Black with #AC5FFC
Text Example
Text Example
White with #AC5FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5FFC; }
p { color: rgb(172,95,252); }
H1.HeaderClassName
{
color: #AC5FFC;
}
.AnyTagClassName
{
color: #AC5FFC;
}
</style>
background-color css
<style>
a { background-color: #AC5FFC; }
a { background-color: rgb(172,95,252); }
div.DivClassName
{
background-color: #AC5FFC;
}
.BgClassName
{
background-color: #AC5FFC;
}
</style>
border-color css
<style>
span { border-color: #AC5FFC; }
span { border-color: rgb(172,95,252); }
td.TdClassName
{
border-color: #AC5FFC;
}
.TagClassName
{
border-color: #AC5FFC;
}
</style>