Shades of Medium Purple #AC71E3
Tints of Medium Purple #AC71E3
RGB
CMYK
RGB Variations
Color information
#AC71E3 (or 0xAC71E3) is known color: Medium Purple. HEX triplet: AC, 71 and E3. RGB value is (172,113,227). Sum of RGB (Red+Green+Blue) = 172+113+227=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 227 (89.06% from 255 or 44.34% from 512); Max value from RGB is 227 - color contains mainly: blue. Hex color #AC71E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC71E3 is #538E1C. Grayscale: #8F8F8F. Windows color (decimal): -5475869 or 14905772. OLE color: 14905772.
HSL color Cylindrical-coordinate representation of color #AC71E3: hue angle of 271.05º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC71E3 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 113 | 227 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.11 |
| HSL | 271.05º | 0.67% | 0.67% | - |
| HSV(B) | 271.05º | 0.5% | 0.89% | - |
| XYZ | 36.78 | 26.13 | 75.78 | - |
| YUV | 143.64 | 175.05 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 227 | 0.24 | 0.50 | 0 | 0.11 | 271.05 | 0.67 | 0.67 |
| Hex | AC | 71 | E3 | 18 | 32 | 0 | B | 10F | 43 | 43 |
| Octal | 254 | 161 | 343 | 30 | 62 | 0 | 13 | 417 | 103 | 103 |
| Binary | 10101100 | 1110001 | 11100011 | 11000 | 110010 | 0 | 1011 | 100001111 | 1000011 | 1000011 |
Color Harmonies of #AC71E3
Complementary color
Monochromatic Colors of #AC71E3
Black with #AC71E3
Text Example
Text Example
White with #AC71E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC71E3; }
p { color: rgb(172,113,227); }
H1.HeaderClassName
{
color: #AC71E3;
}
.AnyTagClassName
{
color: #AC71E3;
}
</style>
background-color css
<style>
a { background-color: #AC71E3; }
a { background-color: rgb(172,113,227); }
div.DivClassName
{
background-color: #AC71E3;
}
.BgClassName
{
background-color: #AC71E3;
}
</style>
border-color css
<style>
span { border-color: #AC71E3; }
span { border-color: rgb(172,113,227); }
td.TdClassName
{
border-color: #AC71E3;
}
.TagClassName
{
border-color: #AC71E3;
}
</style>