Shades of Medium Purple #AC67EC
Tints of Medium Purple #AC67EC
RGB
CMYK
RGB Variations
Color information
#AC67EC (or 0xAC67EC) is known color: Medium Purple. HEX triplet: AC, 67 and EC. RGB value is (172,103,236). Sum of RGB (Red+Green+Blue) = 172+103+236=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC67EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC67EC is #539813. Grayscale: #8A8A8A. Windows color (decimal): -5478420 or 15493036. OLE color: 15493036.
HSL color Cylindrical-coordinate representation of color #AC67EC: hue angle of 271.13º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC67EC is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 103 | 236 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.07 |
| HSL | 271.13º | 0.78% | 0.66% | - |
| HSV(B) | 271.13º | 0.56% | 0.93% | - |
| XYZ | 37 | 24.53 | 82.14 | - |
| YUV | 138.79 | 182.86 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 236 | 0.27 | 0.56 | 0 | 0.07 | 271.13 | 0.78 | 0.66 |
| Hex | AC | 67 | EC | 1B | 38 | 0 | 7 | 10F | 4E | 42 |
| Octal | 254 | 147 | 354 | 33 | 70 | 0 | 7 | 417 | 116 | 102 |
| Binary | 10101100 | 1100111 | 11101100 | 11011 | 111000 | 0 | 111 | 100001111 | 1001110 | 1000010 |
Color Harmonies of #AC67EC
Complementary color
Monochromatic Colors of #AC67EC
Black with #AC67EC
Text Example
Text Example
White with #AC67EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC67EC; }
p { color: rgb(172,103,236); }
H1.HeaderClassName
{
color: #AC67EC;
}
.AnyTagClassName
{
color: #AC67EC;
}
</style>
background-color css
<style>
a { background-color: #AC67EC; }
a { background-color: rgb(172,103,236); }
div.DivClassName
{
background-color: #AC67EC;
}
.BgClassName
{
background-color: #AC67EC;
}
</style>
border-color css
<style>
span { border-color: #AC67EC; }
span { border-color: rgb(172,103,236); }
td.TdClassName
{
border-color: #AC67EC;
}
.TagClassName
{
border-color: #AC67EC;
}
</style>