Shades of Medium Purple #AC68F3
Tints of Medium Purple #AC68F3
RGB
CMYK
RGB Variations
Color information
#AC68F3 (or 0xAC68F3) is known color: Medium Purple. HEX triplet: AC, 68 and F3. RGB value is (172,104,243). Sum of RGB (Red+Green+Blue) = 172+104+243=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 243 (95.31% from 255 or 46.82% from 519); Max value from RGB is 243 - color contains mainly: blue. Hex color #AC68F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC68F3 is #53970C. Grayscale: #8B8B8B. Windows color (decimal): -5478157 or 15952044. OLE color: 15952044.
HSL color Cylindrical-coordinate representation of color #AC68F3: hue angle of 269.35º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC68F3 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 104 | 243 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.05 |
| HSL | 269.35º | 0.85% | 0.68% | - |
| HSV(B) | 269.35º | 0.57% | 0.95% | - |
| XYZ | 38.14 | 25.14 | 87.64 | - |
| YUV | 140.18 | 186.03 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 243 | 0.29 | 0.57 | 0 | 0.05 | 269.35 | 0.85 | 0.68 |
| Hex | AC | 68 | F3 | 1D | 39 | 0 | 5 | 10D | 55 | 44 |
| Octal | 254 | 150 | 363 | 35 | 71 | 0 | 5 | 415 | 125 | 104 |
| Binary | 10101100 | 1101000 | 11110011 | 11101 | 111001 | 0 | 101 | 100001101 | 1010101 | 1000100 |
Color Harmonies of #AC68F3
Complementary color
Monochromatic Colors of #AC68F3
Black with #AC68F3
Text Example
Text Example
White with #AC68F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68F3; }
p { color: rgb(172,104,243); }
H1.HeaderClassName
{
color: #AC68F3;
}
.AnyTagClassName
{
color: #AC68F3;
}
</style>
background-color css
<style>
a { background-color: #AC68F3; }
a { background-color: rgb(172,104,243); }
div.DivClassName
{
background-color: #AC68F3;
}
.BgClassName
{
background-color: #AC68F3;
}
</style>
border-color css
<style>
span { border-color: #AC68F3; }
span { border-color: rgb(172,104,243); }
td.TdClassName
{
border-color: #AC68F3;
}
.TagClassName
{
border-color: #AC68F3;
}
</style>