Shades of Medium Purple #AC64F7
Tints of Medium Purple #AC64F7
RGB
CMYK
RGB Variations
Color information
#AC64F7 (or 0xAC64F7) is known color: Medium Purple. HEX triplet: AC, 64 and F7. RGB value is (172,100,247). Sum of RGB (Red+Green+Blue) = 172+100+247=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 247 (96.88% from 255 or 47.59% from 519); Max value from RGB is 247 - color contains mainly: blue. Hex color #AC64F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC64F7 is #539B08. Grayscale: #898989. Windows color (decimal): -5479177 or 16213164. OLE color: 16213164.
HSL color Cylindrical-coordinate representation of color #AC64F7: hue angle of 269.39º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC64F7 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 100 | 247 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.03 |
| HSL | 269.39º | 0.9% | 0.68% | - |
| HSV(B) | 269.39º | 0.6% | 0.97% | - |
| XYZ | 38.36 | 24.6 | 90.72 | - |
| YUV | 138.29 | 189.35 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 247 | 0.30 | 0.60 | 0 | 0.03 | 269.39 | 0.9 | 0.68 |
| Hex | AC | 64 | F7 | 1E | 3C | 0 | 3 | 10D | 5A | 44 |
| Octal | 254 | 144 | 367 | 36 | 74 | 0 | 3 | 415 | 132 | 104 |
| Binary | 10101100 | 1100100 | 11110111 | 11110 | 111100 | 0 | 11 | 100001101 | 1011010 | 1000100 |
Color Harmonies of #AC64F7
Complementary color
Monochromatic Colors of #AC64F7
Black with #AC64F7
Text Example
Text Example
White with #AC64F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC64F7; }
p { color: rgb(172,100,247); }
H1.HeaderClassName
{
color: #AC64F7;
}
.AnyTagClassName
{
color: #AC64F7;
}
</style>
background-color css
<style>
a { background-color: #AC64F7; }
a { background-color: rgb(172,100,247); }
div.DivClassName
{
background-color: #AC64F7;
}
.BgClassName
{
background-color: #AC64F7;
}
</style>
border-color css
<style>
span { border-color: #AC64F7; }
span { border-color: rgb(172,100,247); }
td.TdClassName
{
border-color: #AC64F7;
}
.TagClassName
{
border-color: #AC64F7;
}
</style>