Shades of Medium Purple #AC68EB
Tints of Medium Purple #AC68EB
RGB
CMYK
RGB Variations
Color information
#AC68EB (or 0xAC68EB) is known color: Medium Purple. HEX triplet: AC, 68 and EB. RGB value is (172,104,235). Sum of RGB (Red+Green+Blue) = 172+104+235=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #AC68EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC68EB is #539714. Grayscale: #8A8A8A. Windows color (decimal): -5478165 or 15427756. OLE color: 15427756.
HSL color Cylindrical-coordinate representation of color #AC68EB: hue angle of 271.15º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC68EB is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 104 | 235 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.08 |
| HSL | 271.15º | 0.77% | 0.66% | - |
| HSV(B) | 271.15º | 0.56% | 0.92% | - |
| XYZ | 36.96 | 24.67 | 81.41 | - |
| YUV | 139.27 | 182.03 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 235 | 0.27 | 0.56 | 0 | 0.08 | 271.15 | 0.77 | 0.66 |
| Hex | AC | 68 | EB | 1B | 38 | 0 | 8 | 10F | 4D | 42 |
| Octal | 254 | 150 | 353 | 33 | 70 | 0 | 10 | 417 | 115 | 102 |
| Binary | 10101100 | 1101000 | 11101011 | 11011 | 111000 | 0 | 1000 | 100001111 | 1001101 | 1000010 |
Color Harmonies of #AC68EB
Complementary color
Monochromatic Colors of #AC68EB
Black with #AC68EB
Text Example
Text Example
White with #AC68EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68EB; }
p { color: rgb(172,104,235); }
H1.HeaderClassName
{
color: #AC68EB;
}
.AnyTagClassName
{
color: #AC68EB;
}
</style>
background-color css
<style>
a { background-color: #AC68EB; }
a { background-color: rgb(172,104,235); }
div.DivClassName
{
background-color: #AC68EB;
}
.BgClassName
{
background-color: #AC68EB;
}
</style>
border-color css
<style>
span { border-color: #AC68EB; }
span { border-color: rgb(172,104,235); }
td.TdClassName
{
border-color: #AC68EB;
}
.TagClassName
{
border-color: #AC68EB;
}
</style>