Shades of Medium Purple #AC7BE0
Tints of Medium Purple #AC7BE0
RGB
CMYK
RGB Variations
Color information
#AC7BE0 (or 0xAC7BE0) is known color: Medium Purple. HEX triplet: AC, 7B and E0. RGB value is (172,123,224). Sum of RGB (Red+Green+Blue) = 172+123+224=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC7BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7BE0 is #53841F. Grayscale: #949494. Windows color (decimal): -5473312 or 14711724. OLE color: 14711724.
HSL color Cylindrical-coordinate representation of color #AC7BE0: hue angle of 269.11º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC7BE0 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 123 | 224 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.12 |
| HSL | 269.11º | 0.62% | 0.68% | - |
| HSV(B) | 269.11º | 0.45% | 0.88% | - |
| XYZ | 37.55 | 28.32 | 74.01 | - |
| YUV | 149.17 | 170.23 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 224 | 0.23 | 0.45 | 0 | 0.12 | 269.11 | 0.62 | 0.68 |
| Hex | AC | 7B | E0 | 17 | 2D | 0 | C | 10D | 3E | 44 |
| Octal | 254 | 173 | 340 | 27 | 55 | 0 | 14 | 415 | 76 | 104 |
| Binary | 10101100 | 1111011 | 11100000 | 10111 | 101101 | 0 | 1100 | 100001101 | 111110 | 1000100 |
Color Harmonies of #AC7BE0
Complementary color
Monochromatic Colors of #AC7BE0
Black with #AC7BE0
Text Example
Text Example
White with #AC7BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7BE0; }
p { color: rgb(172,123,224); }
H1.HeaderClassName
{
color: #AC7BE0;
}
.AnyTagClassName
{
color: #AC7BE0;
}
</style>
background-color css
<style>
a { background-color: #AC7BE0; }
a { background-color: rgb(172,123,224); }
div.DivClassName
{
background-color: #AC7BE0;
}
.BgClassName
{
background-color: #AC7BE0;
}
</style>
border-color css
<style>
span { border-color: #AC7BE0; }
span { border-color: rgb(172,123,224); }
td.TdClassName
{
border-color: #AC7BE0;
}
.TagClassName
{
border-color: #AC7BE0;
}
</style>