Shades of Medium Purple #AC6CEF
Tints of Medium Purple #AC6CEF
RGB
CMYK
RGB Variations
Color information
#AC6CEF (or 0xAC6CEF) is known color: Medium Purple. HEX triplet: AC, 6C and EF. RGB value is (172,108,239). Sum of RGB (Red+Green+Blue) = 172+108+239=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC6CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6CEF is #539310. Grayscale: #8D8D8D. Windows color (decimal): -5477137 or 15690924. OLE color: 15690924.
HSL color Cylindrical-coordinate representation of color #AC6CEF: hue angle of 269.31º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC6CEF is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 108 | 239 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.06 |
| HSL | 269.31º | 0.8% | 0.68% | - |
| HSV(B) | 269.31º | 0.55% | 0.94% | - |
| XYZ | 37.96 | 25.73 | 84.63 | - |
| YUV | 142.07 | 182.7 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 239 | 0.28 | 0.55 | 0 | 0.06 | 269.31 | 0.8 | 0.68 |
| Hex | AC | 6C | EF | 1C | 37 | 0 | 6 | 10D | 50 | 44 |
| Octal | 254 | 154 | 357 | 34 | 67 | 0 | 6 | 415 | 120 | 104 |
| Binary | 10101100 | 1101100 | 11101111 | 11100 | 110111 | 0 | 110 | 100001101 | 1010000 | 1000100 |
Color Harmonies of #AC6CEF
Complementary color
Monochromatic Colors of #AC6CEF
Black with #AC6CEF
Text Example
Text Example
White with #AC6CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6CEF; }
p { color: rgb(172,108,239); }
H1.HeaderClassName
{
color: #AC6CEF;
}
.AnyTagClassName
{
color: #AC6CEF;
}
</style>
background-color css
<style>
a { background-color: #AC6CEF; }
a { background-color: rgb(172,108,239); }
div.DivClassName
{
background-color: #AC6CEF;
}
.BgClassName
{
background-color: #AC6CEF;
}
</style>
border-color css
<style>
span { border-color: #AC6CEF; }
span { border-color: rgb(172,108,239); }
td.TdClassName
{
border-color: #AC6CEF;
}
.TagClassName
{
border-color: #AC6CEF;
}
</style>