Shades of Medium Purple #AC6FEA
Tints of Medium Purple #AC6FEA
RGB
CMYK
RGB Variations
Color information
#AC6FEA (or 0xAC6FEA) is known color: Medium Purple. HEX triplet: AC, 6F and EA. RGB value is (172,111,234). Sum of RGB (Red+Green+Blue) = 172+111+234=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC6FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6FEA is #539015. Grayscale: #8E8E8E. Windows color (decimal): -5476374 or 15364012. OLE color: 15364012.
HSL color Cylindrical-coordinate representation of color #AC6FEA: hue angle of 269.76º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC6FEA is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 111 | 234 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.08 |
| HSL | 269.76º | 0.75% | 0.68% | - |
| HSV(B) | 269.76º | 0.53% | 0.92% | - |
| XYZ | 37.55 | 26.08 | 80.9 | - |
| YUV | 143.26 | 179.21 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 111 | 234 | 0.26 | 0.53 | 0 | 0.08 | 269.76 | 0.75 | 0.68 |
| Hex | AC | 6F | EA | 1A | 35 | 0 | 8 | 10E | 4B | 44 |
| Octal | 254 | 157 | 352 | 32 | 65 | 0 | 10 | 416 | 113 | 104 |
| Binary | 10101100 | 1101111 | 11101010 | 11010 | 110101 | 0 | 1000 | 100001110 | 1001011 | 1000100 |
Color Harmonies of #AC6FEA
Complementary color
Monochromatic Colors of #AC6FEA
Black with #AC6FEA
Text Example
Text Example
White with #AC6FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6FEA; }
p { color: rgb(172,111,234); }
H1.HeaderClassName
{
color: #AC6FEA;
}
.AnyTagClassName
{
color: #AC6FEA;
}
</style>
background-color css
<style>
a { background-color: #AC6FEA; }
a { background-color: rgb(172,111,234); }
div.DivClassName
{
background-color: #AC6FEA;
}
.BgClassName
{
background-color: #AC6FEA;
}
</style>
border-color css
<style>
span { border-color: #AC6FEA; }
span { border-color: rgb(172,111,234); }
td.TdClassName
{
border-color: #AC6FEA;
}
.TagClassName
{
border-color: #AC6FEA;
}
</style>