Shades of Medium Purple #AC71EA
Tints of Medium Purple #AC71EA
RGB
CMYK
RGB Variations
Color information
#AC71EA (or 0xAC71EA) is known color: Medium Purple. HEX triplet: AC, 71 and EA. RGB value is (172,113,234). Sum of RGB (Red+Green+Blue) = 172+113+234=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC71EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC71EA is #538E15. Grayscale: #909090. Windows color (decimal): -5475862 or 15364524. OLE color: 15364524.
HSL color Cylindrical-coordinate representation of color #AC71EA: hue angle of 269.26º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC71EA is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 113 | 234 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.08 |
| HSL | 269.26º | 0.74% | 0.68% | - |
| HSV(B) | 269.26º | 0.52% | 0.92% | - |
| XYZ | 37.77 | 26.52 | 80.97 | - |
| YUV | 144.44 | 178.55 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 234 | 0.26 | 0.52 | 0 | 0.08 | 269.26 | 0.74 | 0.68 |
| Hex | AC | 71 | EA | 1A | 34 | 0 | 8 | 10D | 4A | 44 |
| Octal | 254 | 161 | 352 | 32 | 64 | 0 | 10 | 415 | 112 | 104 |
| Binary | 10101100 | 1110001 | 11101010 | 11010 | 110100 | 0 | 1000 | 100001101 | 1001010 | 1000100 |
Color Harmonies of #AC71EA
Complementary color
Monochromatic Colors of #AC71EA
Black with #AC71EA
Text Example
Text Example
White with #AC71EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC71EA; }
p { color: rgb(172,113,234); }
H1.HeaderClassName
{
color: #AC71EA;
}
.AnyTagClassName
{
color: #AC71EA;
}
</style>
background-color css
<style>
a { background-color: #AC71EA; }
a { background-color: rgb(172,113,234); }
div.DivClassName
{
background-color: #AC71EA;
}
.BgClassName
{
background-color: #AC71EA;
}
</style>
border-color css
<style>
span { border-color: #AC71EA; }
span { border-color: rgb(172,113,234); }
td.TdClassName
{
border-color: #AC71EA;
}
.TagClassName
{
border-color: #AC71EA;
}
</style>