Shades of Medium Purple #AC6EEE
Tints of Medium Purple #AC6EEE
RGB
CMYK
RGB Variations
Color information
#AC6EEE (or 0xAC6EEE) is known color: Medium Purple. HEX triplet: AC, 6E and EE. RGB value is (172,110,238). Sum of RGB (Red+Green+Blue) = 172+110+238=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC6EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6EEE is #539111. Grayscale: #8E8E8E. Windows color (decimal): -5476626 or 15625900. OLE color: 15625900.
HSL color Cylindrical-coordinate representation of color #AC6EEE: hue angle of 269.06º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC6EEE is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 110 | 238 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.07 |
| HSL | 269.06º | 0.79% | 0.68% | - |
| HSV(B) | 269.06º | 0.54% | 0.93% | - |
| XYZ | 38.02 | 26.1 | 83.92 | - |
| YUV | 143.13 | 181.54 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 238 | 0.28 | 0.54 | 0 | 0.07 | 269.06 | 0.79 | 0.68 |
| Hex | AC | 6E | EE | 1C | 36 | 0 | 7 | 10D | 4F | 44 |
| Octal | 254 | 156 | 356 | 34 | 66 | 0 | 7 | 415 | 117 | 104 |
| Binary | 10101100 | 1101110 | 11101110 | 11100 | 110110 | 0 | 111 | 100001101 | 1001111 | 1000100 |
Color Harmonies of #AC6EEE
Complementary color
Monochromatic Colors of #AC6EEE
Black with #AC6EEE
Text Example
Text Example
White with #AC6EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6EEE; }
p { color: rgb(172,110,238); }
H1.HeaderClassName
{
color: #AC6EEE;
}
.AnyTagClassName
{
color: #AC6EEE;
}
</style>
background-color css
<style>
a { background-color: #AC6EEE; }
a { background-color: rgb(172,110,238); }
div.DivClassName
{
background-color: #AC6EEE;
}
.BgClassName
{
background-color: #AC6EEE;
}
</style>
border-color css
<style>
span { border-color: #AC6EEE; }
span { border-color: rgb(172,110,238); }
td.TdClassName
{
border-color: #AC6EEE;
}
.TagClassName
{
border-color: #AC6EEE;
}
</style>