Shades of Medium Purple #A080F0
Tints of Medium Purple #A080F0
RGB
CMYK
RGB Variations
Color information
#A080F0 (or 0xA080F0) is known color: Medium Purple. HEX triplet: A0, 80 and F0. RGB value is (160,128,240). Sum of RGB (Red+Green+Blue) = 160+128+240=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #A080F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A080F0 is #5F7F0F. Grayscale: #959595. Windows color (decimal): -6258448 or 15761568. OLE color: 15761568.
HSL color Cylindrical-coordinate representation of color #A080F0: hue angle of 257.14º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A080F0 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 128 | 240 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.06 |
| HSL | 257.14º | 0.79% | 0.72% | - |
| HSV(B) | 257.14º | 0.47% | 0.94% | - |
| XYZ | 37.94 | 29.2 | 86.07 | - |
| YUV | 150.34 | 178.6 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 240 | 0.33 | 0.47 | 0 | 0.06 | 257.14 | 0.79 | 0.72 |
| Hex | A0 | 80 | F0 | 21 | 2F | 0 | 6 | 101 | 4F | 48 |
| Octal | 240 | 200 | 360 | 41 | 57 | 0 | 6 | 401 | 117 | 110 |
| Binary | 10100000 | 10000000 | 11110000 | 100001 | 101111 | 0 | 110 | 100000001 | 1001111 | 1001000 |
Color Harmonies of #A080F0
Complementary color
Monochromatic Colors of #A080F0
Black with #A080F0
Text Example
Text Example
White with #A080F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A080F0; }
p { color: rgb(160,128,240); }
H1.HeaderClassName
{
color: #A080F0;
}
.AnyTagClassName
{
color: #A080F0;
}
</style>
background-color css
<style>
a { background-color: #A080F0; }
a { background-color: rgb(160,128,240); }
div.DivClassName
{
background-color: #A080F0;
}
.BgClassName
{
background-color: #A080F0;
}
</style>
border-color css
<style>
span { border-color: #A080F0; }
span { border-color: rgb(160,128,240); }
td.TdClassName
{
border-color: #A080F0;
}
.TagClassName
{
border-color: #A080F0;
}
</style>