Shades of Medium Purple #AC7CDA
Tints of Medium Purple #AC7CDA
RGB
CMYK
RGB Variations
Color information
#AC7CDA (or 0xAC7CDA) is known color: Medium Purple. HEX triplet: AC, 7C and DA. RGB value is (172,124,218). Sum of RGB (Red+Green+Blue) = 172+124+218=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC7CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7CDA is #538325. Grayscale: #949494. Windows color (decimal): -5473062 or 14318764. OLE color: 14318764.
HSL color Cylindrical-coordinate representation of color #AC7CDA: hue angle of 270.64º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC7CDA is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 124 | 218 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.15 |
| HSL | 270.64º | 0.56% | 0.67% | - |
| HSV(B) | 270.64º | 0.43% | 0.85% | - |
| XYZ | 36.88 | 28.25 | 69.84 | - |
| YUV | 149.07 | 166.9 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 218 | 0.21 | 0.43 | 0 | 0.15 | 270.64 | 0.56 | 0.67 |
| Hex | AC | 7C | DA | 15 | 2B | 0 | F | 10F | 38 | 43 |
| Octal | 254 | 174 | 332 | 25 | 53 | 0 | 17 | 417 | 70 | 103 |
| Binary | 10101100 | 1111100 | 11011010 | 10101 | 101011 | 0 | 1111 | 100001111 | 111000 | 1000011 |
Color Harmonies of #AC7CDA
Complementary color
Monochromatic Colors of #AC7CDA
Black with #AC7CDA
Text Example
Text Example
White with #AC7CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7CDA; }
p { color: rgb(172,124,218); }
H1.HeaderClassName
{
color: #AC7CDA;
}
.AnyTagClassName
{
color: #AC7CDA;
}
</style>
background-color css
<style>
a { background-color: #AC7CDA; }
a { background-color: rgb(172,124,218); }
div.DivClassName
{
background-color: #AC7CDA;
}
.BgClassName
{
background-color: #AC7CDA;
}
</style>
border-color css
<style>
span { border-color: #AC7CDA; }
span { border-color: rgb(172,124,218); }
td.TdClassName
{
border-color: #AC7CDA;
}
.TagClassName
{
border-color: #AC7CDA;
}
</style>