Shades of Medium Purple #A078D3
Tints of Medium Purple #A078D3
RGB
CMYK
RGB Variations
Color information
#A078D3 (or 0xA078D3) is known color: Medium Purple. HEX triplet: A0, 78 and D3. RGB value is (160,120,211). Sum of RGB (Red+Green+Blue) = 160+120+211=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 211 (82.81% from 255 or 42.97% from 491); Max value from RGB is 211 - color contains mainly: blue. Hex color #A078D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A078D3 is #5F872C. Grayscale: #8E8E8E. Windows color (decimal): -6260525 or 13858976. OLE color: 13858976.
HSL color Cylindrical-coordinate representation of color #A078D3: hue angle of 266.37º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A078D3 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 120 | 211 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.17 |
| HSL | 266.37º | 0.51% | 0.65% | - |
| HSV(B) | 266.37º | 0.43% | 0.83% | - |
| XYZ | 32.97 | 25.61 | 64.83 | - |
| YUV | 142.33 | 166.75 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 211 | 0.24 | 0.43 | 0 | 0.17 | 266.37 | 0.51 | 0.65 |
| Hex | A0 | 78 | D3 | 18 | 2B | 0 | 11 | 10A | 33 | 41 |
| Octal | 240 | 170 | 323 | 30 | 53 | 0 | 21 | 412 | 63 | 101 |
| Binary | 10100000 | 1111000 | 11010011 | 11000 | 101011 | 0 | 10001 | 100001010 | 110011 | 1000001 |
Color Harmonies of #A078D3
Complementary color
Monochromatic Colors of #A078D3
Black with #A078D3
Text Example
Text Example
White with #A078D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A078D3; }
p { color: rgb(160,120,211); }
H1.HeaderClassName
{
color: #A078D3;
}
.AnyTagClassName
{
color: #A078D3;
}
</style>
background-color css
<style>
a { background-color: #A078D3; }
a { background-color: rgb(160,120,211); }
div.DivClassName
{
background-color: #A078D3;
}
.BgClassName
{
background-color: #A078D3;
}
</style>
border-color css
<style>
span { border-color: #A078D3; }
span { border-color: rgb(160,120,211); }
td.TdClassName
{
border-color: #A078D3;
}
.TagClassName
{
border-color: #A078D3;
}
</style>