Shades of Medium Purple #A080E5
Tints of Medium Purple #A080E5
RGB
CMYK
RGB Variations
Color information
#A080E5 (or 0xA080E5) is known color: Medium Purple. HEX triplet: A0, 80 and E5. RGB value is (160,128,229). Sum of RGB (Red+Green+Blue) = 160+128+229=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 229 (89.84% from 255 or 44.29% from 517); Max value from RGB is 229 - color contains mainly: blue. Hex color #A080E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080E5 is #5F7F1A. Grayscale: #949494. Windows color (decimal): -6258459 or 15040672. OLE color: 15040672.
HSL color Cylindrical-coordinate representation of color #A080E5: hue angle of 259.01º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A080E5 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 128 | 229 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.10 |
| HSL | 259.01º | 0.66% | 0.7% | - |
| HSV(B) | 259.01º | 0.44% | 0.9% | - |
| XYZ | 36.36 | 28.57 | 77.73 | - |
| YUV | 149.08 | 173.1 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 229 | 0.30 | 0.44 | 0 | 0.10 | 259.01 | 0.66 | 0.7 |
| Hex | A0 | 80 | E5 | 1E | 2C | 0 | A | 103 | 42 | 46 |
| Octal | 240 | 200 | 345 | 36 | 54 | 0 | 12 | 403 | 102 | 106 |
| Binary | 10100000 | 10000000 | 11100101 | 11110 | 101100 | 0 | 1010 | 100000011 | 1000010 | 1000110 |
Color Harmonies of #A080E5
Complementary color
Monochromatic Colors of #A080E5
Black with #A080E5
Text Example
Text Example
White with #A080E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A080E5; }
p { color: rgb(160,128,229); }
H1.HeaderClassName
{
color: #A080E5;
}
.AnyTagClassName
{
color: #A080E5;
}
</style>
background-color css
<style>
a { background-color: #A080E5; }
a { background-color: rgb(160,128,229); }
div.DivClassName
{
background-color: #A080E5;
}
.BgClassName
{
background-color: #A080E5;
}
</style>
border-color css
<style>
span { border-color: #A080E5; }
span { border-color: rgb(160,128,229); }
td.TdClassName
{
border-color: #A080E5;
}
.TagClassName
{
border-color: #A080E5;
}
</style>