Shades of Medium Purple #AC78F0
Tints of Medium Purple #AC78F0
RGB
CMYK
RGB Variations
Color information
#AC78F0 (or 0xAC78F0) is known color: Medium Purple. HEX triplet: AC, 78 and F0. RGB value is (172,120,240). Sum of RGB (Red+Green+Blue) = 172+120+240=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 120 (47.27% from 255 or 22.56% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC78F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC78F0 is #53870F. Grayscale: #949494. Windows color (decimal): -5474064 or 15759532. OLE color: 15759532.
HSL color Cylindrical-coordinate representation of color #AC78F0: hue angle of 266º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC78F0 is Cyan = 0.28, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 120 | 240 | - |
| CMYK | 0.28 | 0.5 | 0 | 0.06 |
| HSL | 266º | 0.8% | 0.71% | - |
| HSV(B) | 266º | 0.5% | 0.94% | - |
| XYZ | 39.46 | 28.49 | 85.86 | - |
| YUV | 149.23 | 179.23 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 240 | 0.28 | 0.5 | 0 | 0.06 | 266 | 0.8 | 0.71 |
| Hex | AC | 78 | F0 | 1C | 32 | 0 | 6 | 10A | 50 | 47 |
| Octal | 254 | 170 | 360 | 34 | 62 | 0 | 6 | 412 | 120 | 107 |
| Binary | 10101100 | 1111000 | 11110000 | 11100 | 110010 | 0 | 110 | 100001010 | 1010000 | 1000111 |
Color Harmonies of #AC78F0
Complementary color
Monochromatic Colors of #AC78F0
Black with #AC78F0
Text Example
Text Example
White with #AC78F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC78F0; }
p { color: rgb(172,120,240); }
H1.HeaderClassName
{
color: #AC78F0;
}
.AnyTagClassName
{
color: #AC78F0;
}
</style>
background-color css
<style>
a { background-color: #AC78F0; }
a { background-color: rgb(172,120,240); }
div.DivClassName
{
background-color: #AC78F0;
}
.BgClassName
{
background-color: #AC78F0;
}
</style>
border-color css
<style>
span { border-color: #AC78F0; }
span { border-color: rgb(172,120,240); }
td.TdClassName
{
border-color: #AC78F0;
}
.TagClassName
{
border-color: #AC78F0;
}
</style>