Shades of Medium Purple #AC6CF0
Tints of Medium Purple #AC6CF0
RGB
CMYK
RGB Variations
Color information
#AC6CF0 (or 0xAC6CF0) is known color: Medium Purple. HEX triplet: AC, 6C and F0. RGB value is (172,108,240). Sum of RGB (Red+Green+Blue) = 172+108+240=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC6CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6CF0 is #53930F. Grayscale: #8D8D8D. Windows color (decimal): -5477136 or 15756460. OLE color: 15756460.
HSL color Cylindrical-coordinate representation of color #AC6CF0: hue angle of 269.09º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC6CF0 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 108 | 240 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.06 |
| HSL | 269.09º | 0.81% | 0.68% | - |
| HSV(B) | 269.09º | 0.55% | 0.94% | - |
| XYZ | 38.1 | 25.79 | 85.41 | - |
| YUV | 142.18 | 183.2 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 240 | 0.28 | 0.55 | 0 | 0.06 | 269.09 | 0.81 | 0.68 |
| Hex | AC | 6C | F0 | 1C | 37 | 0 | 6 | 10D | 51 | 44 |
| Octal | 254 | 154 | 360 | 34 | 67 | 0 | 6 | 415 | 121 | 104 |
| Binary | 10101100 | 1101100 | 11110000 | 11100 | 110111 | 0 | 110 | 100001101 | 1010001 | 1000100 |
Color Harmonies of #AC6CF0
Complementary color
Monochromatic Colors of #AC6CF0
Black with #AC6CF0
Text Example
Text Example
White with #AC6CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6CF0; }
p { color: rgb(172,108,240); }
H1.HeaderClassName
{
color: #AC6CF0;
}
.AnyTagClassName
{
color: #AC6CF0;
}
</style>
background-color css
<style>
a { background-color: #AC6CF0; }
a { background-color: rgb(172,108,240); }
div.DivClassName
{
background-color: #AC6CF0;
}
.BgClassName
{
background-color: #AC6CF0;
}
</style>
border-color css
<style>
span { border-color: #AC6CF0; }
span { border-color: rgb(172,108,240); }
td.TdClassName
{
border-color: #AC6CF0;
}
.TagClassName
{
border-color: #AC6CF0;
}
</style>