Shades of Medium Purple #AC78ED
Tints of Medium Purple #AC78ED
RGB
CMYK
RGB Variations
Color information
#AC78ED (or 0xAC78ED) is known color: Medium Purple. HEX triplet: AC, 78 and ED. RGB value is (172,120,237). Sum of RGB (Red+Green+Blue) = 172+120+237=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC78ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC78ED is #538712. Grayscale: #949494. Windows color (decimal): -5474067 or 15562924. OLE color: 15562924.
HSL color Cylindrical-coordinate representation of color #AC78ED: hue angle of 266.67º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC78ED is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 120 | 237 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.07 |
| HSL | 266.67º | 0.76% | 0.7% | - |
| HSV(B) | 266.67º | 0.49% | 0.93% | - |
| XYZ | 39.02 | 28.32 | 83.53 | - |
| YUV | 148.89 | 177.73 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 237 | 0.27 | 0.49 | 0 | 0.07 | 266.67 | 0.76 | 0.7 |
| Hex | AC | 78 | ED | 1B | 31 | 0 | 7 | 10B | 4C | 46 |
| Octal | 254 | 170 | 355 | 33 | 61 | 0 | 7 | 413 | 114 | 106 |
| Binary | 10101100 | 1111000 | 11101101 | 11011 | 110001 | 0 | 111 | 100001011 | 1001100 | 1000110 |
Color Harmonies of #AC78ED
Complementary color
Monochromatic Colors of #AC78ED
Black with #AC78ED
Text Example
Text Example
White with #AC78ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC78ED; }
p { color: rgb(172,120,237); }
H1.HeaderClassName
{
color: #AC78ED;
}
.AnyTagClassName
{
color: #AC78ED;
}
</style>
background-color css
<style>
a { background-color: #AC78ED; }
a { background-color: rgb(172,120,237); }
div.DivClassName
{
background-color: #AC78ED;
}
.BgClassName
{
background-color: #AC78ED;
}
</style>
border-color css
<style>
span { border-color: #AC78ED; }
span { border-color: rgb(172,120,237); }
td.TdClassName
{
border-color: #AC78ED;
}
.TagClassName
{
border-color: #AC78ED;
}
</style>