Shades of Medium Purple #A078EB
Tints of Medium Purple #A078EB
RGB
CMYK
RGB Variations
Color information
#A078EB (or 0xA078EB) is known color: Medium Purple. HEX triplet: A0, 78 and EB. RGB value is (160,120,235). Sum of RGB (Red+Green+Blue) = 160+120+235=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #A078EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A078EB is #5F8714. Grayscale: #909090. Windows color (decimal): -6260501 or 15431840. OLE color: 15431840.
HSL color Cylindrical-coordinate representation of color #A078EB: hue angle of 260.87º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A078EB is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 120 | 235 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.08 |
| HSL | 260.87º | 0.74% | 0.7% | - |
| HSV(B) | 260.87º | 0.49% | 0.92% | - |
| XYZ | 36.21 | 26.9 | 81.88 | - |
| YUV | 145.07 | 178.75 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 235 | 0.32 | 0.49 | 0 | 0.08 | 260.87 | 0.74 | 0.7 |
| Hex | A0 | 78 | EB | 20 | 31 | 0 | 8 | 105 | 4A | 46 |
| Octal | 240 | 170 | 353 | 40 | 61 | 0 | 10 | 405 | 112 | 106 |
| Binary | 10100000 | 1111000 | 11101011 | 100000 | 110001 | 0 | 1000 | 100000101 | 1001010 | 1000110 |
Color Harmonies of #A078EB
Complementary color
Monochromatic Colors of #A078EB
Black with #A078EB
Text Example
Text Example
White with #A078EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A078EB; }
p { color: rgb(160,120,235); }
H1.HeaderClassName
{
color: #A078EB;
}
.AnyTagClassName
{
color: #A078EB;
}
</style>
background-color css
<style>
a { background-color: #A078EB; }
a { background-color: rgb(160,120,235); }
div.DivClassName
{
background-color: #A078EB;
}
.BgClassName
{
background-color: #A078EB;
}
</style>
border-color css
<style>
span { border-color: #A078EB; }
span { border-color: rgb(160,120,235); }
td.TdClassName
{
border-color: #A078EB;
}
.TagClassName
{
border-color: #A078EB;
}
</style>