Shades of Medium Purple #AC65F7
Tints of Medium Purple #AC65F7
RGB
CMYK
RGB Variations
Color information
#AC65F7 (or 0xAC65F7) is known color: Medium Purple. HEX triplet: AC, 65 and F7. RGB value is (172,101,247). Sum of RGB (Red+Green+Blue) = 172+101+247=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 247 (96.88% from 255 or 47.5% from 520); Max value from RGB is 247 - color contains mainly: blue. Hex color #AC65F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC65F7 is #539A08. Grayscale: #8A8A8A. Windows color (decimal): -5478921 or 16213420. OLE color: 16213420.
HSL color Cylindrical-coordinate representation of color #AC65F7: hue angle of 269.18º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC65F7 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 101 | 247 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.03 |
| HSL | 269.18º | 0.9% | 0.68% | - |
| HSV(B) | 269.18º | 0.59% | 0.97% | - |
| XYZ | 38.46 | 24.79 | 90.75 | - |
| YUV | 138.87 | 189.02 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 247 | 0.30 | 0.59 | 0 | 0.03 | 269.18 | 0.9 | 0.68 |
| Hex | AC | 65 | F7 | 1E | 3B | 0 | 3 | 10D | 5A | 44 |
| Octal | 254 | 145 | 367 | 36 | 73 | 0 | 3 | 415 | 132 | 104 |
| Binary | 10101100 | 1100101 | 11110111 | 11110 | 111011 | 0 | 11 | 100001101 | 1011010 | 1000100 |
Color Harmonies of #AC65F7
Complementary color
Monochromatic Colors of #AC65F7
Black with #AC65F7
Text Example
Text Example
White with #AC65F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC65F7; }
p { color: rgb(172,101,247); }
H1.HeaderClassName
{
color: #AC65F7;
}
.AnyTagClassName
{
color: #AC65F7;
}
</style>
background-color css
<style>
a { background-color: #AC65F7; }
a { background-color: rgb(172,101,247); }
div.DivClassName
{
background-color: #AC65F7;
}
.BgClassName
{
background-color: #AC65F7;
}
</style>
border-color css
<style>
span { border-color: #AC65F7; }
span { border-color: rgb(172,101,247); }
td.TdClassName
{
border-color: #AC65F7;
}
.TagClassName
{
border-color: #AC65F7;
}
</style>