Shades of Medium Purple #A082F1
Tints of Medium Purple #A082F1
RGB
CMYK
RGB Variations
Color information
#A082F1 (or 0xA082F1) is known color: Medium Purple. HEX triplet: A0, 82 and F1. RGB value is (160,130,241). Sum of RGB (Red+Green+Blue) = 160+130+241=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #A082F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A082F1 is #5F7D0E. Grayscale: #979797. Windows color (decimal): -6257935 or 15827616. OLE color: 15827616.
HSL color Cylindrical-coordinate representation of color #A082F1: hue angle of 256.22º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A082F1 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 130 | 241 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.05 |
| HSL | 256.22º | 0.8% | 0.73% | - |
| HSV(B) | 256.22º | 0.46% | 0.95% | - |
| XYZ | 38.36 | 29.79 | 86.95 | - |
| YUV | 151.62 | 178.44 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 241 | 0.34 | 0.46 | 0 | 0.05 | 256.22 | 0.8 | 0.73 |
| Hex | A0 | 82 | F1 | 22 | 2E | 0 | 5 | 100 | 50 | 49 |
| Octal | 240 | 202 | 361 | 42 | 56 | 0 | 5 | 400 | 120 | 111 |
| Binary | 10100000 | 10000010 | 11110001 | 100010 | 101110 | 0 | 101 | 100000000 | 1010000 | 1001001 |
Color Harmonies of #A082F1
Complementary color
Monochromatic Colors of #A082F1
Black with #A082F1
Text Example
Text Example
White with #A082F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A082F1; }
p { color: rgb(160,130,241); }
H1.HeaderClassName
{
color: #A082F1;
}
.AnyTagClassName
{
color: #A082F1;
}
</style>
background-color css
<style>
a { background-color: #A082F1; }
a { background-color: rgb(160,130,241); }
div.DivClassName
{
background-color: #A082F1;
}
.BgClassName
{
background-color: #A082F1;
}
</style>
border-color css
<style>
span { border-color: #A082F1; }
span { border-color: rgb(160,130,241); }
td.TdClassName
{
border-color: #A082F1;
}
.TagClassName
{
border-color: #A082F1;
}
</style>