Shades of Medium Purple #AC68EE
Tints of Medium Purple #AC68EE
RGB
CMYK
RGB Variations
Color information
#AC68EE (or 0xAC68EE) is known color: Medium Purple. HEX triplet: AC, 68 and EE. RGB value is (172,104,238). Sum of RGB (Red+Green+Blue) = 172+104+238=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC68EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC68EE is #539711. Grayscale: #8B8B8B. Windows color (decimal): -5478162 or 15624364. OLE color: 15624364.
HSL color Cylindrical-coordinate representation of color #AC68EE: hue angle of 270.45º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC68EE is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 104 | 238 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.07 |
| HSL | 270.45º | 0.8% | 0.67% | - |
| HSV(B) | 270.45º | 0.56% | 0.93% | - |
| XYZ | 37.4 | 24.84 | 83.71 | - |
| YUV | 139.61 | 183.53 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 238 | 0.28 | 0.56 | 0 | 0.07 | 270.45 | 0.8 | 0.67 |
| Hex | AC | 68 | EE | 1C | 38 | 0 | 7 | 10E | 50 | 43 |
| Octal | 254 | 150 | 356 | 34 | 70 | 0 | 7 | 416 | 120 | 103 |
| Binary | 10101100 | 1101000 | 11101110 | 11100 | 111000 | 0 | 111 | 100001110 | 1010000 | 1000011 |
Color Harmonies of #AC68EE
Complementary color
Monochromatic Colors of #AC68EE
Black with #AC68EE
Text Example
Text Example
White with #AC68EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68EE; }
p { color: rgb(172,104,238); }
H1.HeaderClassName
{
color: #AC68EE;
}
.AnyTagClassName
{
color: #AC68EE;
}
</style>
background-color css
<style>
a { background-color: #AC68EE; }
a { background-color: rgb(172,104,238); }
div.DivClassName
{
background-color: #AC68EE;
}
.BgClassName
{
background-color: #AC68EE;
}
</style>
border-color css
<style>
span { border-color: #AC68EE; }
span { border-color: rgb(172,104,238); }
td.TdClassName
{
border-color: #AC68EE;
}
.TagClassName
{
border-color: #AC68EE;
}
</style>