Shades of Medium Purple #AC76F2
Tints of Medium Purple #AC76F2
RGB
CMYK
RGB Variations
Color information
#AC76F2 (or 0xAC76F2) is known color: Medium Purple. HEX triplet: AC, 76 and F2. RGB value is (172,118,242). Sum of RGB (Red+Green+Blue) = 172+118+242=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC76F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC76F2 is #53890D. Grayscale: #939393. Windows color (decimal): -5474574 or 15890092. OLE color: 15890092.
HSL color Cylindrical-coordinate representation of color #AC76F2: hue angle of 266.13º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC76F2 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 118 | 242 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.05 |
| HSL | 266.13º | 0.83% | 0.71% | - |
| HSV(B) | 266.13º | 0.51% | 0.95% | - |
| XYZ | 39.52 | 28.14 | 87.35 | - |
| YUV | 148.28 | 180.89 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 242 | 0.29 | 0.51 | 0 | 0.05 | 266.13 | 0.83 | 0.71 |
| Hex | AC | 76 | F2 | 1D | 33 | 0 | 5 | 10A | 53 | 47 |
| Octal | 254 | 166 | 362 | 35 | 63 | 0 | 5 | 412 | 123 | 107 |
| Binary | 10101100 | 1110110 | 11110010 | 11101 | 110011 | 0 | 101 | 100001010 | 1010011 | 1000111 |
Color Harmonies of #AC76F2
Complementary color
Monochromatic Colors of #AC76F2
Black with #AC76F2
Text Example
Text Example
White with #AC76F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC76F2; }
p { color: rgb(172,118,242); }
H1.HeaderClassName
{
color: #AC76F2;
}
.AnyTagClassName
{
color: #AC76F2;
}
</style>
background-color css
<style>
a { background-color: #AC76F2; }
a { background-color: rgb(172,118,242); }
div.DivClassName
{
background-color: #AC76F2;
}
.BgClassName
{
background-color: #AC76F2;
}
</style>
border-color css
<style>
span { border-color: #AC76F2; }
span { border-color: rgb(172,118,242); }
td.TdClassName
{
border-color: #AC76F2;
}
.TagClassName
{
border-color: #AC76F2;
}
</style>