Shades of Medium Purple #AC68EC
Tints of Medium Purple #AC68EC
RGB
CMYK
RGB Variations
Color information
#AC68EC (or 0xAC68EC) is known color: Medium Purple. HEX triplet: AC, 68 and EC. RGB value is (172,104,236). Sum of RGB (Red+Green+Blue) = 172+104+236=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC68EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC68EC is #539713. Grayscale: #8A8A8A. Windows color (decimal): -5478164 or 15493292. OLE color: 15493292.
HSL color Cylindrical-coordinate representation of color #AC68EC: hue angle of 270.91º degrees, saturation: 0.78, 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 #AC68EC is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 104 | 236 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.07 |
| HSL | 270.91º | 0.78% | 0.67% | - |
| HSV(B) | 270.91º | 0.56% | 0.93% | - |
| XYZ | 37.1 | 24.73 | 82.17 | - |
| YUV | 139.38 | 182.53 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 236 | 0.27 | 0.56 | 0 | 0.07 | 270.91 | 0.78 | 0.67 |
| Hex | AC | 68 | EC | 1B | 38 | 0 | 7 | 10F | 4E | 43 |
| Octal | 254 | 150 | 354 | 33 | 70 | 0 | 7 | 417 | 116 | 103 |
| Binary | 10101100 | 1101000 | 11101100 | 11011 | 111000 | 0 | 111 | 100001111 | 1001110 | 1000011 |
Color Harmonies of #AC68EC
Complementary color
Monochromatic Colors of #AC68EC
Black with #AC68EC
Text Example
Text Example
White with #AC68EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68EC; }
p { color: rgb(172,104,236); }
H1.HeaderClassName
{
color: #AC68EC;
}
.AnyTagClassName
{
color: #AC68EC;
}
</style>
background-color css
<style>
a { background-color: #AC68EC; }
a { background-color: rgb(172,104,236); }
div.DivClassName
{
background-color: #AC68EC;
}
.BgClassName
{
background-color: #AC68EC;
}
</style>
border-color css
<style>
span { border-color: #AC68EC; }
span { border-color: rgb(172,104,236); }
td.TdClassName
{
border-color: #AC68EC;
}
.TagClassName
{
border-color: #AC68EC;
}
</style>