Shades of Medium Purple #AC64FC
Tints of Medium Purple #AC64FC
RGB
CMYK
RGB Variations
Color information
#AC64FC (or 0xAC64FC) is known color: Medium Purple. HEX triplet: AC, 64 and FC. RGB value is (172,100,252). Sum of RGB (Red+Green+Blue) = 172+100+252=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC64FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC64FC is #539B03. Grayscale: #8A8A8A. Windows color (decimal): -5479172 or 16540844. OLE color: 16540844.
HSL color Cylindrical-coordinate representation of color #AC64FC: hue angle of 268.42º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC64FC is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 100 | 252 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.01 |
| HSL | 268.42º | 0.96% | 0.69% | - |
| HSV(B) | 268.42º | 0.6% | 0.99% | - |
| XYZ | 39.14 | 24.91 | 94.84 | - |
| YUV | 138.86 | 191.85 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 252 | 0.32 | 0.60 | 0 | 0.01 | 268.42 | 0.96 | 0.69 |
| Hex | AC | 64 | FC | 20 | 3C | 0 | 1 | 10C | 60 | 45 |
| Octal | 254 | 144 | 374 | 40 | 74 | 0 | 1 | 414 | 140 | 105 |
| Binary | 10101100 | 1100100 | 11111100 | 100000 | 111100 | 0 | 1 | 100001100 | 1100000 | 1000101 |
Color Harmonies of #AC64FC
Complementary color
Monochromatic Colors of #AC64FC
Black with #AC64FC
Text Example
Text Example
White with #AC64FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC64FC; }
p { color: rgb(172,100,252); }
H1.HeaderClassName
{
color: #AC64FC;
}
.AnyTagClassName
{
color: #AC64FC;
}
</style>
background-color css
<style>
a { background-color: #AC64FC; }
a { background-color: rgb(172,100,252); }
div.DivClassName
{
background-color: #AC64FC;
}
.BgClassName
{
background-color: #AC64FC;
}
</style>
border-color css
<style>
span { border-color: #AC64FC; }
span { border-color: rgb(172,100,252); }
td.TdClassName
{
border-color: #AC64FC;
}
.TagClassName
{
border-color: #AC64FC;
}
</style>