Shades of Medium Purple #AC7DDF
Tints of Medium Purple #AC7DDF
RGB
CMYK
RGB Variations
Color information
#AC7DDF (or 0xAC7DDF) is known color: Medium Purple. HEX triplet: AC, 7D and DF. RGB value is (172,125,223). Sum of RGB (Red+Green+Blue) = 172+125+223=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC7DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7DDF is #538220. Grayscale: #959595. Windows color (decimal): -5472801 or 14646700. OLE color: 14646700.
HSL color Cylindrical-coordinate representation of color #AC7DDF: hue angle of 268.78º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC7DDF is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 125 | 223 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.13 |
| HSL | 268.78º | 0.6% | 0.68% | - |
| HSV(B) | 268.78º | 0.44% | 0.87% | - |
| XYZ | 37.67 | 28.77 | 73.38 | - |
| YUV | 150.23 | 169.07 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 125 | 223 | 0.23 | 0.44 | 0 | 0.13 | 268.78 | 0.6 | 0.68 |
| Hex | AC | 7D | DF | 17 | 2C | 0 | D | 10D | 3C | 44 |
| Octal | 254 | 175 | 337 | 27 | 54 | 0 | 15 | 415 | 74 | 104 |
| Binary | 10101100 | 1111101 | 11011111 | 10111 | 101100 | 0 | 1101 | 100001101 | 111100 | 1000100 |
Color Harmonies of #AC7DDF
Complementary color
Monochromatic Colors of #AC7DDF
Black with #AC7DDF
Text Example
Text Example
White with #AC7DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7DDF; }
p { color: rgb(172,125,223); }
H1.HeaderClassName
{
color: #AC7DDF;
}
.AnyTagClassName
{
color: #AC7DDF;
}
</style>
background-color css
<style>
a { background-color: #AC7DDF; }
a { background-color: rgb(172,125,223); }
div.DivClassName
{
background-color: #AC7DDF;
}
.BgClassName
{
background-color: #AC7DDF;
}
</style>
border-color css
<style>
span { border-color: #AC7DDF; }
span { border-color: rgb(172,125,223); }
td.TdClassName
{
border-color: #AC7DDF;
}
.TagClassName
{
border-color: #AC7DDF;
}
</style>