Shades of Medium Purple #AC68F6
Tints of Medium Purple #AC68F6
RGB
CMYK
RGB Variations
Color information
#AC68F6 (or 0xAC68F6) is known color: Medium Purple. HEX triplet: AC, 68 and F6. RGB value is (172,104,246). Sum of RGB (Red+Green+Blue) = 172+104+246=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 246 (96.48% from 255 or 47.13% from 522); Max value from RGB is 246 - color contains mainly: blue. Hex color #AC68F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC68F6 is #539709. Grayscale: #8C8C8C. Windows color (decimal): -5478154 or 16148652. OLE color: 16148652.
HSL color Cylindrical-coordinate representation of color #AC68F6: hue angle of 268.73º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC68F6 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 104 | 246 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.04 |
| HSL | 268.73º | 0.89% | 0.69% | - |
| HSV(B) | 268.73º | 0.58% | 0.96% | - |
| XYZ | 38.6 | 25.33 | 90.04 | - |
| YUV | 140.52 | 187.53 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 246 | 0.30 | 0.58 | 0 | 0.04 | 268.73 | 0.89 | 0.69 |
| Hex | AC | 68 | F6 | 1E | 3A | 0 | 4 | 10D | 59 | 45 |
| Octal | 254 | 150 | 366 | 36 | 72 | 0 | 4 | 415 | 131 | 105 |
| Binary | 10101100 | 1101000 | 11110110 | 11110 | 111010 | 0 | 100 | 100001101 | 1011001 | 1000101 |
Color Harmonies of #AC68F6
Complementary color
Monochromatic Colors of #AC68F6
Black with #AC68F6
Text Example
Text Example
White with #AC68F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68F6; }
p { color: rgb(172,104,246); }
H1.HeaderClassName
{
color: #AC68F6;
}
.AnyTagClassName
{
color: #AC68F6;
}
</style>
background-color css
<style>
a { background-color: #AC68F6; }
a { background-color: rgb(172,104,246); }
div.DivClassName
{
background-color: #AC68F6;
}
.BgClassName
{
background-color: #AC68F6;
}
</style>
border-color css
<style>
span { border-color: #AC68F6; }
span { border-color: rgb(172,104,246); }
td.TdClassName
{
border-color: #AC68F6;
}
.TagClassName
{
border-color: #AC68F6;
}
</style>