Shades of Medium Purple #A078F6
Tints of Medium Purple #A078F6
RGB
CMYK
RGB Variations
Color information
#A078F6 (or 0xA078F6) is known color: Medium Purple. HEX triplet: A0, 78 and F6. RGB value is (160,120,246). Sum of RGB (Red+Green+Blue) = 160+120+246=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 246 - color contains mainly: blue. Hex color #A078F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A078F6 is #5F8709. Grayscale: #919191. Windows color (decimal): -6260490 or 16152736. OLE color: 16152736.
HSL color Cylindrical-coordinate representation of color #A078F6: hue angle of 259.05º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A078F6 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 120 | 246 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.04 |
| HSL | 259.05º | 0.88% | 0.72% | - |
| HSV(B) | 259.05º | 0.51% | 0.96% | - |
| XYZ | 37.85 | 27.56 | 90.51 | - |
| YUV | 146.32 | 184.25 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 246 | 0.35 | 0.51 | 0 | 0.04 | 259.05 | 0.88 | 0.72 |
| Hex | A0 | 78 | F6 | 23 | 33 | 0 | 4 | 103 | 58 | 48 |
| Octal | 240 | 170 | 366 | 43 | 63 | 0 | 4 | 403 | 130 | 110 |
| Binary | 10100000 | 1111000 | 11110110 | 100011 | 110011 | 0 | 100 | 100000011 | 1011000 | 1001000 |
Color Harmonies of #A078F6
Complementary color
Monochromatic Colors of #A078F6
Black with #A078F6
Text Example
Text Example
White with #A078F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A078F6; }
p { color: rgb(160,120,246); }
H1.HeaderClassName
{
color: #A078F6;
}
.AnyTagClassName
{
color: #A078F6;
}
</style>
background-color css
<style>
a { background-color: #A078F6; }
a { background-color: rgb(160,120,246); }
div.DivClassName
{
background-color: #A078F6;
}
.BgClassName
{
background-color: #A078F6;
}
</style>
border-color css
<style>
span { border-color: #A078F6; }
span { border-color: rgb(160,120,246); }
td.TdClassName
{
border-color: #A078F6;
}
.TagClassName
{
border-color: #A078F6;
}
</style>