Shades of Medium Purple #AC6AF0
Tints of Medium Purple #AC6AF0
RGB
CMYK
RGB Variations
Color information
#AC6AF0 (or 0xAC6AF0) is known color: Medium Purple. HEX triplet: AC, 6A and F0. RGB value is (172,106,240). Sum of RGB (Red+Green+Blue) = 172+106+240=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC6AF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6AF0 is #53950F. Grayscale: #8C8C8C. Windows color (decimal): -5477648 or 15755948. OLE color: 15755948.
HSL color Cylindrical-coordinate representation of color #AC6AF0: hue angle of 269.55º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC6AF0 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 106 | 240 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.06 |
| HSL | 269.55º | 0.82% | 0.68% | - |
| HSV(B) | 269.55º | 0.56% | 0.94% | - |
| XYZ | 37.9 | 25.37 | 85.34 | - |
| YUV | 141.01 | 183.87 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 106 | 240 | 0.28 | 0.56 | 0 | 0.06 | 269.55 | 0.82 | 0.68 |
| Hex | AC | 6A | F0 | 1C | 38 | 0 | 6 | 10E | 52 | 44 |
| Octal | 254 | 152 | 360 | 34 | 70 | 0 | 6 | 416 | 122 | 104 |
| Binary | 10101100 | 1101010 | 11110000 | 11100 | 111000 | 0 | 110 | 100001110 | 1010010 | 1000100 |
Color Harmonies of #AC6AF0
Complementary color
Monochromatic Colors of #AC6AF0
Black with #AC6AF0
Text Example
Text Example
White with #AC6AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6AF0; }
p { color: rgb(172,106,240); }
H1.HeaderClassName
{
color: #AC6AF0;
}
.AnyTagClassName
{
color: #AC6AF0;
}
</style>
background-color css
<style>
a { background-color: #AC6AF0; }
a { background-color: rgb(172,106,240); }
div.DivClassName
{
background-color: #AC6AF0;
}
.BgClassName
{
background-color: #AC6AF0;
}
</style>
border-color css
<style>
span { border-color: #AC6AF0; }
span { border-color: rgb(172,106,240); }
td.TdClassName
{
border-color: #AC6AF0;
}
.TagClassName
{
border-color: #AC6AF0;
}
</style>