Shades of Medium Purple #AC6FE9
Tints of Medium Purple #AC6FE9
RGB
CMYK
RGB Variations
Color information
#AC6FE9 (or 0xAC6FE9) is known color: Medium Purple. HEX triplet: AC, 6F and E9. RGB value is (172,111,233). Sum of RGB (Red+Green+Blue) = 172+111+233=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 233 (91.41% from 255 or 45.16% from 516); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC6FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6FE9 is #539016. Grayscale: #8E8E8E. Windows color (decimal): -5476375 or 15298476. OLE color: 15298476.
HSL color Cylindrical-coordinate representation of color #AC6FE9: hue angle of 270º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC6FE9 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 111 | 233 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.09 |
| HSL | 270º | 0.73% | 0.67% | - |
| HSV(B) | 270º | 0.52% | 0.91% | - |
| XYZ | 37.41 | 26.02 | 80.14 | - |
| YUV | 143.15 | 178.71 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 111 | 233 | 0.26 | 0.52 | 0 | 0.09 | 270 | 0.73 | 0.67 |
| Hex | AC | 6F | E9 | 1A | 34 | 0 | 9 | 10E | 49 | 43 |
| Octal | 254 | 157 | 351 | 32 | 64 | 0 | 11 | 416 | 111 | 103 |
| Binary | 10101100 | 1101111 | 11101001 | 11010 | 110100 | 0 | 1001 | 100001110 | 1001001 | 1000011 |
Color Harmonies of #AC6FE9
Complementary color
Monochromatic Colors of #AC6FE9
Black with #AC6FE9
Text Example
Text Example
White with #AC6FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6FE9; }
p { color: rgb(172,111,233); }
H1.HeaderClassName
{
color: #AC6FE9;
}
.AnyTagClassName
{
color: #AC6FE9;
}
</style>
background-color css
<style>
a { background-color: #AC6FE9; }
a { background-color: rgb(172,111,233); }
div.DivClassName
{
background-color: #AC6FE9;
}
.BgClassName
{
background-color: #AC6FE9;
}
</style>
border-color css
<style>
span { border-color: #AC6FE9; }
span { border-color: rgb(172,111,233); }
td.TdClassName
{
border-color: #AC6FE9;
}
.TagClassName
{
border-color: #AC6FE9;
}
</style>