Shades of Medium Purple #AC78FE
Tints of Medium Purple #AC78FE
RGB
CMYK
RGB Variations
Color information
#AC78FE (or 0xAC78FE) is known color: Medium Purple. HEX triplet: AC, 78 and FE. RGB value is (172,120,254). Sum of RGB (Red+Green+Blue) = 172+120+254=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC78FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC78FE is #538701. Grayscale: #969696. Windows color (decimal): -5474050 or 16677036. OLE color: 16677036.
HSL color Cylindrical-coordinate representation of color #AC78FE: hue angle of 263.28º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC78FE is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 120 | 254 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.00 |
| HSL | 263.28º | 0.99% | 0.73% | - |
| HSV(B) | 263.28º | 0.53% | 1% | - |
| XYZ | 41.62 | 29.36 | 97.24 | - |
| YUV | 150.82 | 186.23 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 254 | 0.32 | 0.53 | 0 | 0.00 | 263.28 | 0.99 | 0.73 |
| Hex | AC | 78 | FE | 20 | 35 | 0 | 0 | 107 | 63 | 49 |
| Octal | 254 | 170 | 376 | 40 | 65 | 0 | 0 | 407 | 143 | 111 |
| Binary | 10101100 | 1111000 | 11111110 | 100000 | 110101 | 0 | 0 | 100000111 | 1100011 | 1001001 |
Color Harmonies of #AC78FE
Complementary color
Monochromatic Colors of #AC78FE
Black with #AC78FE
Text Example
Text Example
White with #AC78FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC78FE; }
p { color: rgb(172,120,254); }
H1.HeaderClassName
{
color: #AC78FE;
}
.AnyTagClassName
{
color: #AC78FE;
}
</style>
background-color css
<style>
a { background-color: #AC78FE; }
a { background-color: rgb(172,120,254); }
div.DivClassName
{
background-color: #AC78FE;
}
.BgClassName
{
background-color: #AC78FE;
}
</style>
border-color css
<style>
span { border-color: #AC78FE; }
span { border-color: rgb(172,120,254); }
td.TdClassName
{
border-color: #AC78FE;
}
.TagClassName
{
border-color: #AC78FE;
}
</style>