Shades of Medium Purple #A080F1
Tints of Medium Purple #A080F1
RGB
CMYK
RGB Variations
Color information
#A080F1 (or 0xA080F1) is known color: Medium Purple. HEX triplet: A0, 80 and F1. RGB value is (160,128,241). Sum of RGB (Red+Green+Blue) = 160+128+241=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #A080F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A080F1 is #5F7F0E. Grayscale: #969696. Windows color (decimal): -6258447 or 15827104. OLE color: 15827104.
HSL color Cylindrical-coordinate representation of color #A080F1: hue angle of 256.99º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A080F1 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 128 | 241 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.05 |
| HSL | 256.99º | 0.8% | 0.72% | - |
| HSV(B) | 256.99º | 0.47% | 0.95% | - |
| XYZ | 38.09 | 29.26 | 86.86 | - |
| YUV | 150.45 | 179.1 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 241 | 0.34 | 0.47 | 0 | 0.05 | 256.99 | 0.8 | 0.72 |
| Hex | A0 | 80 | F1 | 22 | 2F | 0 | 5 | 101 | 50 | 48 |
| Octal | 240 | 200 | 361 | 42 | 57 | 0 | 5 | 401 | 120 | 110 |
| Binary | 10100000 | 10000000 | 11110001 | 100010 | 101111 | 0 | 101 | 100000001 | 1010000 | 1001000 |
Color Harmonies of #A080F1
Complementary color
Monochromatic Colors of #A080F1
Black with #A080F1
Text Example
Text Example
White with #A080F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A080F1; }
p { color: rgb(160,128,241); }
H1.HeaderClassName
{
color: #A080F1;
}
.AnyTagClassName
{
color: #A080F1;
}
</style>
background-color css
<style>
a { background-color: #A080F1; }
a { background-color: rgb(160,128,241); }
div.DivClassName
{
background-color: #A080F1;
}
.BgClassName
{
background-color: #A080F1;
}
</style>
border-color css
<style>
span { border-color: #A080F1; }
span { border-color: rgb(160,128,241); }
td.TdClassName
{
border-color: #A080F1;
}
.TagClassName
{
border-color: #A080F1;
}
</style>