Shades of Medium Purple #A078D7
Tints of Medium Purple #A078D7
RGB
CMYK
RGB Variations
Color information
#A078D7 (or 0xA078D7) is known color: Medium Purple. HEX triplet: A0, 78 and D7. RGB value is (160,120,215). Sum of RGB (Red+Green+Blue) = 160+120+215=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 215 - color contains mainly: blue. Hex color #A078D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A078D7 is #5F8728. Grayscale: #8E8E8E. Windows color (decimal): -6260521 or 14121120. OLE color: 14121120.
HSL color Cylindrical-coordinate representation of color #A078D7: hue angle of 265.26º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A078D7 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 120 | 215 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.16 |
| HSL | 265.26º | 0.54% | 0.66% | - |
| HSV(B) | 265.26º | 0.44% | 0.84% | - |
| XYZ | 33.48 | 25.81 | 67.51 | - |
| YUV | 142.79 | 168.75 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 215 | 0.26 | 0.44 | 0 | 0.16 | 265.26 | 0.54 | 0.66 |
| Hex | A0 | 78 | D7 | 1A | 2C | 0 | 10 | 109 | 36 | 42 |
| Octal | 240 | 170 | 327 | 32 | 54 | 0 | 20 | 411 | 66 | 102 |
| Binary | 10100000 | 1111000 | 11010111 | 11010 | 101100 | 0 | 10000 | 100001001 | 110110 | 1000010 |
Color Harmonies of #A078D7
Complementary color
Monochromatic Colors of #A078D7
Black with #A078D7
Text Example
Text Example
White with #A078D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A078D7; }
p { color: rgb(160,120,215); }
H1.HeaderClassName
{
color: #A078D7;
}
.AnyTagClassName
{
color: #A078D7;
}
</style>
background-color css
<style>
a { background-color: #A078D7; }
a { background-color: rgb(160,120,215); }
div.DivClassName
{
background-color: #A078D7;
}
.BgClassName
{
background-color: #A078D7;
}
</style>
border-color css
<style>
span { border-color: #A078D7; }
span { border-color: rgb(160,120,215); }
td.TdClassName
{
border-color: #A078D7;
}
.TagClassName
{
border-color: #A078D7;
}
</style>