Shades of Medium Purple #AC6CE8
Tints of Medium Purple #AC6CE8
RGB
CMYK
RGB Variations
Color information
#AC6CE8 (or 0xAC6CE8) is known color: Medium Purple. HEX triplet: AC, 6C and E8. RGB value is (172,108,232). Sum of RGB (Red+Green+Blue) = 172+108+232=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 232 (91.02% from 255 or 45.31% from 512); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC6CE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6CE8 is #539317. Grayscale: #8C8C8C. Windows color (decimal): -5477144 or 15232172. OLE color: 15232172.
HSL color Cylindrical-coordinate representation of color #AC6CE8: hue angle of 270.97º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC6CE8 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 108 | 232 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.09 |
| HSL | 270.97º | 0.73% | 0.67% | - |
| HSV(B) | 270.97º | 0.53% | 0.91% | - |
| XYZ | 36.94 | 25.32 | 79.28 | - |
| YUV | 141.27 | 179.2 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 232 | 0.26 | 0.53 | 0 | 0.09 | 270.97 | 0.73 | 0.67 |
| Hex | AC | 6C | E8 | 1A | 35 | 0 | 9 | 10F | 49 | 43 |
| Octal | 254 | 154 | 350 | 32 | 65 | 0 | 11 | 417 | 111 | 103 |
| Binary | 10101100 | 1101100 | 11101000 | 11010 | 110101 | 0 | 1001 | 100001111 | 1001001 | 1000011 |
Color Harmonies of #AC6CE8
Complementary color
Monochromatic Colors of #AC6CE8
Black with #AC6CE8
Text Example
Text Example
White with #AC6CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6CE8; }
p { color: rgb(172,108,232); }
H1.HeaderClassName
{
color: #AC6CE8;
}
.AnyTagClassName
{
color: #AC6CE8;
}
</style>
background-color css
<style>
a { background-color: #AC6CE8; }
a { background-color: rgb(172,108,232); }
div.DivClassName
{
background-color: #AC6CE8;
}
.BgClassName
{
background-color: #AC6CE8;
}
</style>
border-color css
<style>
span { border-color: #AC6CE8; }
span { border-color: rgb(172,108,232); }
td.TdClassName
{
border-color: #AC6CE8;
}
.TagClassName
{
border-color: #AC6CE8;
}
</style>