Shades of Medium Purple #A078E2
Tints of Medium Purple #A078E2
RGB
CMYK
RGB Variations
Color information
#A078E2 (or 0xA078E2) is known color: Medium Purple. HEX triplet: A0, 78 and E2. RGB value is (160,120,226). Sum of RGB (Red+Green+Blue) = 160+120+226=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 226 (88.67% from 255 or 44.66% from 506); Max value from RGB is 226 - color contains mainly: blue. Hex color #A078E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A078E2 is #5F871D. Grayscale: #8F8F8F. Windows color (decimal): -6260510 or 14842016. OLE color: 14842016.
HSL color Cylindrical-coordinate representation of color #A078E2: hue angle of 262.64º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A078E2 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 120 | 226 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.11 |
| HSL | 262.64º | 0.65% | 0.68% | - |
| HSV(B) | 262.64º | 0.47% | 0.89% | - |
| XYZ | 34.94 | 26.4 | 75.21 | - |
| YUV | 144.04 | 174.25 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 226 | 0.29 | 0.47 | 0 | 0.11 | 262.64 | 0.65 | 0.68 |
| Hex | A0 | 78 | E2 | 1D | 2F | 0 | B | 107 | 41 | 44 |
| Octal | 240 | 170 | 342 | 35 | 57 | 0 | 13 | 407 | 101 | 104 |
| Binary | 10100000 | 1111000 | 11100010 | 11101 | 101111 | 0 | 1011 | 100000111 | 1000001 | 1000100 |
Color Harmonies of #A078E2
Complementary color
Monochromatic Colors of #A078E2
Black with #A078E2
Text Example
Text Example
White with #A078E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A078E2; }
p { color: rgb(160,120,226); }
H1.HeaderClassName
{
color: #A078E2;
}
.AnyTagClassName
{
color: #A078E2;
}
</style>
background-color css
<style>
a { background-color: #A078E2; }
a { background-color: rgb(160,120,226); }
div.DivClassName
{
background-color: #A078E2;
}
.BgClassName
{
background-color: #A078E2;
}
</style>
border-color css
<style>
span { border-color: #A078E2; }
span { border-color: rgb(160,120,226); }
td.TdClassName
{
border-color: #A078E2;
}
.TagClassName
{
border-color: #A078E2;
}
</style>