Shades of Medium Purple #A082F0
Tints of Medium Purple #A082F0
RGB
CMYK
RGB Variations
Color information
#A082F0 (or 0xA082F0) is known color: Medium Purple. HEX triplet: A0, 82 and F0. RGB value is (160,130,240). Sum of RGB (Red+Green+Blue) = 160+130+240=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #A082F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A082F0 is #5F7D0F. Grayscale: #979797. Windows color (decimal): -6257936 or 15762080. OLE color: 15762080.
HSL color Cylindrical-coordinate representation of color #A082F0: hue angle of 256.36º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A082F0 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 130 | 240 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.06 |
| HSL | 256.36º | 0.79% | 0.73% | - |
| HSV(B) | 256.36º | 0.46% | 0.94% | - |
| XYZ | 38.21 | 29.73 | 86.16 | - |
| YUV | 151.51 | 177.94 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 240 | 0.33 | 0.46 | 0 | 0.06 | 256.36 | 0.79 | 0.73 |
| Hex | A0 | 82 | F0 | 21 | 2E | 0 | 6 | 100 | 4F | 49 |
| Octal | 240 | 202 | 360 | 41 | 56 | 0 | 6 | 400 | 117 | 111 |
| Binary | 10100000 | 10000010 | 11110000 | 100001 | 101110 | 0 | 110 | 100000000 | 1001111 | 1001001 |
Color Harmonies of #A082F0
Complementary color
Monochromatic Colors of #A082F0
Black with #A082F0
Text Example
Text Example
White with #A082F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A082F0; }
p { color: rgb(160,130,240); }
H1.HeaderClassName
{
color: #A082F0;
}
.AnyTagClassName
{
color: #A082F0;
}
</style>
background-color css
<style>
a { background-color: #A082F0; }
a { background-color: rgb(160,130,240); }
div.DivClassName
{
background-color: #A082F0;
}
.BgClassName
{
background-color: #A082F0;
}
</style>
border-color css
<style>
span { border-color: #A082F0; }
span { border-color: rgb(160,130,240); }
td.TdClassName
{
border-color: #A082F0;
}
.TagClassName
{
border-color: #A082F0;
}
</style>