Shades of Medium Purple #A078DD
Tints of Medium Purple #A078DD
RGB
CMYK
RGB Variations
Color information
#A078DD (or 0xA078DD) is known color: Medium Purple. HEX triplet: A0, 78 and DD. RGB value is (160,120,221). Sum of RGB (Red+Green+Blue) = 160+120+221=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #A078DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A078DD is #5F8722. Grayscale: #8F8F8F. Windows color (decimal): -6260515 or 14514336. OLE color: 14514336.
HSL color Cylindrical-coordinate representation of color #A078DD: hue angle of 263.76º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A078DD is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 120 | 221 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.13 |
| HSL | 263.76º | 0.6% | 0.67% | - |
| HSV(B) | 263.76º | 0.46% | 0.87% | - |
| XYZ | 34.26 | 26.13 | 71.64 | - |
| YUV | 143.47 | 171.75 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 221 | 0.28 | 0.46 | 0 | 0.13 | 263.76 | 0.6 | 0.67 |
| Hex | A0 | 78 | DD | 1C | 2E | 0 | D | 108 | 3C | 43 |
| Octal | 240 | 170 | 335 | 34 | 56 | 0 | 15 | 410 | 74 | 103 |
| Binary | 10100000 | 1111000 | 11011101 | 11100 | 101110 | 0 | 1101 | 100001000 | 111100 | 1000011 |
Color Harmonies of #A078DD
Complementary color
Monochromatic Colors of #A078DD
Black with #A078DD
Text Example
Text Example
White with #A078DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A078DD; }
p { color: rgb(160,120,221); }
H1.HeaderClassName
{
color: #A078DD;
}
.AnyTagClassName
{
color: #A078DD;
}
</style>
background-color css
<style>
a { background-color: #A078DD; }
a { background-color: rgb(160,120,221); }
div.DivClassName
{
background-color: #A078DD;
}
.BgClassName
{
background-color: #A078DD;
}
</style>
border-color css
<style>
span { border-color: #A078DD; }
span { border-color: rgb(160,120,221); }
td.TdClassName
{
border-color: #A078DD;
}
.TagClassName
{
border-color: #A078DD;
}
</style>