Shades of Medium Purple #AC64EF
Tints of Medium Purple #AC64EF
RGB
CMYK
RGB Variations
Color information
#AC64EF (or 0xAC64EF) is known color: Medium Purple. HEX triplet: AC, 64 and EF. RGB value is (172,100,239). Sum of RGB (Red+Green+Blue) = 172+100+239=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC64EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC64EF is #539B10. Grayscale: #888888. Windows color (decimal): -5479185 or 15688876. OLE color: 15688876.
HSL color Cylindrical-coordinate representation of color #AC64EF: hue angle of 271.08º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC64EF is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 100 | 239 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.06 |
| HSL | 271.08º | 0.81% | 0.66% | - |
| HSV(B) | 271.08º | 0.58% | 0.94% | - |
| XYZ | 37.15 | 24.12 | 84.36 | - |
| YUV | 137.37 | 185.35 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 239 | 0.28 | 0.58 | 0 | 0.06 | 271.08 | 0.81 | 0.66 |
| Hex | AC | 64 | EF | 1C | 3A | 0 | 6 | 10F | 51 | 42 |
| Octal | 254 | 144 | 357 | 34 | 72 | 0 | 6 | 417 | 121 | 102 |
| Binary | 10101100 | 1100100 | 11101111 | 11100 | 111010 | 0 | 110 | 100001111 | 1010001 | 1000010 |
Color Harmonies of #AC64EF
Complementary color
Monochromatic Colors of #AC64EF
Black with #AC64EF
Text Example
Text Example
White with #AC64EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC64EF; }
p { color: rgb(172,100,239); }
H1.HeaderClassName
{
color: #AC64EF;
}
.AnyTagClassName
{
color: #AC64EF;
}
</style>
background-color css
<style>
a { background-color: #AC64EF; }
a { background-color: rgb(172,100,239); }
div.DivClassName
{
background-color: #AC64EF;
}
.BgClassName
{
background-color: #AC64EF;
}
</style>
border-color css
<style>
span { border-color: #AC64EF; }
span { border-color: rgb(172,100,239); }
td.TdClassName
{
border-color: #AC64EF;
}
.TagClassName
{
border-color: #AC64EF;
}
</style>