Shades of Medium Purple #AC68F1
Tints of Medium Purple #AC68F1
RGB
CMYK
RGB Variations
Color information
#AC68F1 (or 0xAC68F1) is known color: Medium Purple. HEX triplet: AC, 68 and F1. RGB value is (172,104,241). Sum of RGB (Red+Green+Blue) = 172+104+241=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC68F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC68F1 is #53970E. Grayscale: #8B8B8B. Windows color (decimal): -5478159 or 15820972. OLE color: 15820972.
HSL color Cylindrical-coordinate representation of color #AC68F1: hue angle of 269.78º degrees, saturation: 0.83, 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 #AC68F1 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 104 | 241 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.05 |
| HSL | 269.78º | 0.83% | 0.68% | - |
| HSV(B) | 269.78º | 0.57% | 0.95% | - |
| XYZ | 37.84 | 25.02 | 86.05 | - |
| YUV | 139.95 | 185.03 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 241 | 0.29 | 0.57 | 0 | 0.05 | 269.78 | 0.83 | 0.68 |
| Hex | AC | 68 | F1 | 1D | 39 | 0 | 5 | 10E | 53 | 44 |
| Octal | 254 | 150 | 361 | 35 | 71 | 0 | 5 | 416 | 123 | 104 |
| Binary | 10101100 | 1101000 | 11110001 | 11101 | 111001 | 0 | 101 | 100001110 | 1010011 | 1000100 |
Color Harmonies of #AC68F1
Complementary color
Monochromatic Colors of #AC68F1
Black with #AC68F1
Text Example
Text Example
White with #AC68F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68F1; }
p { color: rgb(172,104,241); }
H1.HeaderClassName
{
color: #AC68F1;
}
.AnyTagClassName
{
color: #AC68F1;
}
</style>
background-color css
<style>
a { background-color: #AC68F1; }
a { background-color: rgb(172,104,241); }
div.DivClassName
{
background-color: #AC68F1;
}
.BgClassName
{
background-color: #AC68F1;
}
</style>
border-color css
<style>
span { border-color: #AC68F1; }
span { border-color: rgb(172,104,241); }
td.TdClassName
{
border-color: #AC68F1;
}
.TagClassName
{
border-color: #AC68F1;
}
</style>