Shades of Medium Purple #AC7ADC
Tints of Medium Purple #AC7ADC
RGB
CMYK
RGB Variations
Color information
#AC7ADC (or 0xAC7ADC) is known color: Medium Purple. HEX triplet: AC, 7A and DC. RGB value is (172,122,220). Sum of RGB (Red+Green+Blue) = 172+122+220=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC7ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7ADC is #538523. Grayscale: #939393. Windows color (decimal): -5473572 or 14449324. OLE color: 14449324.
HSL color Cylindrical-coordinate representation of color #AC7ADC: hue angle of 270.61º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC7ADC is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 122 | 220 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.14 |
| HSL | 270.61º | 0.58% | 0.67% | - |
| HSV(B) | 270.61º | 0.45% | 0.86% | - |
| XYZ | 36.89 | 27.86 | 71.14 | - |
| YUV | 148.12 | 168.57 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 220 | 0.22 | 0.45 | 0 | 0.14 | 270.61 | 0.58 | 0.67 |
| Hex | AC | 7A | DC | 16 | 2D | 0 | E | 10F | 3A | 43 |
| Octal | 254 | 172 | 334 | 26 | 55 | 0 | 16 | 417 | 72 | 103 |
| Binary | 10101100 | 1111010 | 11011100 | 10110 | 101101 | 0 | 1110 | 100001111 | 111010 | 1000011 |
Color Harmonies of #AC7ADC
Complementary color
Monochromatic Colors of #AC7ADC
Black with #AC7ADC
Text Example
Text Example
White with #AC7ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7ADC; }
p { color: rgb(172,122,220); }
H1.HeaderClassName
{
color: #AC7ADC;
}
.AnyTagClassName
{
color: #AC7ADC;
}
</style>
background-color css
<style>
a { background-color: #AC7ADC; }
a { background-color: rgb(172,122,220); }
div.DivClassName
{
background-color: #AC7ADC;
}
.BgClassName
{
background-color: #AC7ADC;
}
</style>
border-color css
<style>
span { border-color: #AC7ADC; }
span { border-color: rgb(172,122,220); }
td.TdClassName
{
border-color: #AC7ADC;
}
.TagClassName
{
border-color: #AC7ADC;
}
</style>