Shades of Medium Purple #AC7CDC
Tints of Medium Purple #AC7CDC
RGB
CMYK
RGB Variations
Color information
#AC7CDC (or 0xAC7CDC) is known color: Medium Purple. HEX triplet: AC, 7C and DC. RGB value is (172,124,220). Sum of RGB (Red+Green+Blue) = 172+124+220=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC7CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7CDC is #538323. Grayscale: #949494. Windows color (decimal): -5473060 or 14449836. OLE color: 14449836.
HSL color Cylindrical-coordinate representation of color #AC7CDC: hue angle of 270º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC7CDC is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 124 | 220 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.14 |
| HSL | 270º | 0.58% | 0.67% | - |
| HSV(B) | 270º | 0.44% | 0.86% | - |
| XYZ | 37.14 | 28.35 | 71.23 | - |
| YUV | 149.3 | 167.9 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 220 | 0.22 | 0.44 | 0 | 0.14 | 270 | 0.58 | 0.67 |
| Hex | AC | 7C | DC | 16 | 2C | 0 | E | 10E | 3A | 43 |
| Octal | 254 | 174 | 334 | 26 | 54 | 0 | 16 | 416 | 72 | 103 |
| Binary | 10101100 | 1111100 | 11011100 | 10110 | 101100 | 0 | 1110 | 100001110 | 111010 | 1000011 |
Color Harmonies of #AC7CDC
Complementary color
Monochromatic Colors of #AC7CDC
Black with #AC7CDC
Text Example
Text Example
White with #AC7CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7CDC; }
p { color: rgb(172,124,220); }
H1.HeaderClassName
{
color: #AC7CDC;
}
.AnyTagClassName
{
color: #AC7CDC;
}
</style>
background-color css
<style>
a { background-color: #AC7CDC; }
a { background-color: rgb(172,124,220); }
div.DivClassName
{
background-color: #AC7CDC;
}
.BgClassName
{
background-color: #AC7CDC;
}
</style>
border-color css
<style>
span { border-color: #AC7CDC; }
span { border-color: rgb(172,124,220); }
td.TdClassName
{
border-color: #AC7CDC;
}
.TagClassName
{
border-color: #AC7CDC;
}
</style>