Shades of Medium Purple #A078DC
Tints of Medium Purple #A078DC
RGB
CMYK
RGB Variations
Color information
#A078DC (or 0xA078DC) is known color: Medium Purple. HEX triplet: A0, 78 and DC. RGB value is (160,120,220). Sum of RGB (Red+Green+Blue) = 160+120+220=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #A078DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A078DC is #5F8723. Grayscale: #8F8F8F. Windows color (decimal): -6260516 or 14448800. OLE color: 14448800.
HSL color Cylindrical-coordinate representation of color #A078DC: hue angle of 264º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A078DC is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 120 | 220 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.14 |
| HSL | 264º | 0.59% | 0.67% | - |
| HSV(B) | 264º | 0.45% | 0.86% | - |
| XYZ | 34.13 | 26.07 | 70.94 | - |
| YUV | 143.36 | 171.25 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 220 | 0.27 | 0.45 | 0 | 0.14 | 264 | 0.59 | 0.67 |
| Hex | A0 | 78 | DC | 1B | 2D | 0 | E | 108 | 3B | 43 |
| Octal | 240 | 170 | 334 | 33 | 55 | 0 | 16 | 410 | 73 | 103 |
| Binary | 10100000 | 1111000 | 11011100 | 11011 | 101101 | 0 | 1110 | 100001000 | 111011 | 1000011 |
Color Harmonies of #A078DC
Complementary color
Monochromatic Colors of #A078DC
Black with #A078DC
Text Example
Text Example
White with #A078DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A078DC; }
p { color: rgb(160,120,220); }
H1.HeaderClassName
{
color: #A078DC;
}
.AnyTagClassName
{
color: #A078DC;
}
</style>
background-color css
<style>
a { background-color: #A078DC; }
a { background-color: rgb(160,120,220); }
div.DivClassName
{
background-color: #A078DC;
}
.BgClassName
{
background-color: #A078DC;
}
</style>
border-color css
<style>
span { border-color: #A078DC; }
span { border-color: rgb(160,120,220); }
td.TdClassName
{
border-color: #A078DC;
}
.TagClassName
{
border-color: #A078DC;
}
</style>