Shades of Medium Purple #AC6AF1
Tints of Medium Purple #AC6AF1
RGB
CMYK
RGB Variations
Color information
#AC6AF1 (or 0xAC6AF1) is known color: Medium Purple. HEX triplet: AC, 6A and F1. RGB value is (172,106,241). Sum of RGB (Red+Green+Blue) = 172+106+241=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC6AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6AF1 is #53950E. Grayscale: #8C8C8C. Windows color (decimal): -5477647 or 15821484. OLE color: 15821484.
HSL color Cylindrical-coordinate representation of color #AC6AF1: hue angle of 269.33º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC6AF1 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 106 | 241 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.05 |
| HSL | 269.33º | 0.83% | 0.68% | - |
| HSV(B) | 269.33º | 0.56% | 0.95% | - |
| XYZ | 38.04 | 25.43 | 86.12 | - |
| YUV | 141.12 | 184.37 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 106 | 241 | 0.29 | 0.56 | 0 | 0.05 | 269.33 | 0.83 | 0.68 |
| Hex | AC | 6A | F1 | 1D | 38 | 0 | 5 | 10D | 53 | 44 |
| Octal | 254 | 152 | 361 | 35 | 70 | 0 | 5 | 415 | 123 | 104 |
| Binary | 10101100 | 1101010 | 11110001 | 11101 | 111000 | 0 | 101 | 100001101 | 1010011 | 1000100 |
Color Harmonies of #AC6AF1
Complementary color
Monochromatic Colors of #AC6AF1
Black with #AC6AF1
Text Example
Text Example
White with #AC6AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6AF1; }
p { color: rgb(172,106,241); }
H1.HeaderClassName
{
color: #AC6AF1;
}
.AnyTagClassName
{
color: #AC6AF1;
}
</style>
background-color css
<style>
a { background-color: #AC6AF1; }
a { background-color: rgb(172,106,241); }
div.DivClassName
{
background-color: #AC6AF1;
}
.BgClassName
{
background-color: #AC6AF1;
}
</style>
border-color css
<style>
span { border-color: #AC6AF1; }
span { border-color: rgb(172,106,241); }
td.TdClassName
{
border-color: #AC6AF1;
}
.TagClassName
{
border-color: #AC6AF1;
}
</style>