Shades of Medium Purple #AC6BF0
Tints of Medium Purple #AC6BF0
RGB
CMYK
RGB Variations
Color information
#AC6BF0 (or 0xAC6BF0) is known color: Medium Purple. HEX triplet: AC, 6B and F0. RGB value is (172,107,240). Sum of RGB (Red+Green+Blue) = 172+107+240=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC6BF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6BF0 is #53940F. Grayscale: #8D8D8D. Windows color (decimal): -5477392 or 15756204. OLE color: 15756204.
HSL color Cylindrical-coordinate representation of color #AC6BF0: hue angle of 269.32º degrees, saturation: 0.82, 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 #AC6BF0 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 107 | 240 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.06 |
| HSL | 269.32º | 0.82% | 0.68% | - |
| HSV(B) | 269.32º | 0.55% | 0.94% | - |
| XYZ | 38 | 25.58 | 85.37 | - |
| YUV | 141.6 | 183.53 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 107 | 240 | 0.28 | 0.55 | 0 | 0.06 | 269.32 | 0.82 | 0.68 |
| Hex | AC | 6B | F0 | 1C | 37 | 0 | 6 | 10D | 52 | 44 |
| Octal | 254 | 153 | 360 | 34 | 67 | 0 | 6 | 415 | 122 | 104 |
| Binary | 10101100 | 1101011 | 11110000 | 11100 | 110111 | 0 | 110 | 100001101 | 1010010 | 1000100 |
Color Harmonies of #AC6BF0
Complementary color
Monochromatic Colors of #AC6BF0
Black with #AC6BF0
Text Example
Text Example
White with #AC6BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6BF0; }
p { color: rgb(172,107,240); }
H1.HeaderClassName
{
color: #AC6BF0;
}
.AnyTagClassName
{
color: #AC6BF0;
}
</style>
background-color css
<style>
a { background-color: #AC6BF0; }
a { background-color: rgb(172,107,240); }
div.DivClassName
{
background-color: #AC6BF0;
}
.BgClassName
{
background-color: #AC6BF0;
}
</style>
border-color css
<style>
span { border-color: #AC6BF0; }
span { border-color: rgb(172,107,240); }
td.TdClassName
{
border-color: #AC6BF0;
}
.TagClassName
{
border-color: #AC6BF0;
}
</style>