Shades of Medium Purple #A080EB
Tints of Medium Purple #A080EB
RGB
CMYK
RGB Variations
Color information
#A080EB (or 0xA080EB) is known color: Medium Purple. HEX triplet: A0, 80 and EB. RGB value is (160,128,235). Sum of RGB (Red+Green+Blue) = 160+128+235=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #A080EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A080EB is #5F7F14. Grayscale: #959595. Windows color (decimal): -6258453 or 15433888. OLE color: 15433888.
HSL color Cylindrical-coordinate representation of color #A080EB: hue angle of 257.94º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A080EB is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 128 | 235 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.08 |
| HSL | 257.94º | 0.73% | 0.71% | - |
| HSV(B) | 257.94º | 0.46% | 0.92% | - |
| XYZ | 37.21 | 28.91 | 82.22 | - |
| YUV | 149.77 | 176.1 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 235 | 0.32 | 0.46 | 0 | 0.08 | 257.94 | 0.73 | 0.71 |
| Hex | A0 | 80 | EB | 20 | 2E | 0 | 8 | 102 | 49 | 47 |
| Octal | 240 | 200 | 353 | 40 | 56 | 0 | 10 | 402 | 111 | 107 |
| Binary | 10100000 | 10000000 | 11101011 | 100000 | 101110 | 0 | 1000 | 100000010 | 1001001 | 1000111 |
Color Harmonies of #A080EB
Complementary color
Monochromatic Colors of #A080EB
Black with #A080EB
Text Example
Text Example
White with #A080EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A080EB; }
p { color: rgb(160,128,235); }
H1.HeaderClassName
{
color: #A080EB;
}
.AnyTagClassName
{
color: #A080EB;
}
</style>
background-color css
<style>
a { background-color: #A080EB; }
a { background-color: rgb(160,128,235); }
div.DivClassName
{
background-color: #A080EB;
}
.BgClassName
{
background-color: #A080EB;
}
</style>
border-color css
<style>
span { border-color: #A080EB; }
span { border-color: rgb(160,128,235); }
td.TdClassName
{
border-color: #A080EB;
}
.TagClassName
{
border-color: #A080EB;
}
</style>