Shades of Medium Purple #AC78DF
Tints of Medium Purple #AC78DF
RGB
CMYK
RGB Variations
Color information
#AC78DF (or 0xAC78DF) is known color: Medium Purple. HEX triplet: AC, 78 and DF. RGB value is (172,120,223). Sum of RGB (Red+Green+Blue) = 172+120+223=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC78DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC78DF is #538720. Grayscale: #929292. Windows color (decimal): -5474081 or 14645420. OLE color: 14645420.
HSL color Cylindrical-coordinate representation of color #AC78DF: hue angle of 270.29º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC78DF is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 120 | 223 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.13 |
| HSL | 270.29º | 0.62% | 0.67% | - |
| HSV(B) | 270.29º | 0.46% | 0.87% | - |
| XYZ | 37.05 | 27.53 | 73.17 | - |
| YUV | 147.29 | 170.73 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 223 | 0.23 | 0.46 | 0 | 0.13 | 270.29 | 0.62 | 0.67 |
| Hex | AC | 78 | DF | 17 | 2E | 0 | D | 10E | 3E | 43 |
| Octal | 254 | 170 | 337 | 27 | 56 | 0 | 15 | 416 | 76 | 103 |
| Binary | 10101100 | 1111000 | 11011111 | 10111 | 101110 | 0 | 1101 | 100001110 | 111110 | 1000011 |
Color Harmonies of #AC78DF
Complementary color
Monochromatic Colors of #AC78DF
Black with #AC78DF
Text Example
Text Example
White with #AC78DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC78DF; }
p { color: rgb(172,120,223); }
H1.HeaderClassName
{
color: #AC78DF;
}
.AnyTagClassName
{
color: #AC78DF;
}
</style>
background-color css
<style>
a { background-color: #AC78DF; }
a { background-color: rgb(172,120,223); }
div.DivClassName
{
background-color: #AC78DF;
}
.BgClassName
{
background-color: #AC78DF;
}
</style>
border-color css
<style>
span { border-color: #AC78DF; }
span { border-color: rgb(172,120,223); }
td.TdClassName
{
border-color: #AC78DF;
}
.TagClassName
{
border-color: #AC78DF;
}
</style>