Shades of Medium Purple #A582F0
Tints of Medium Purple #A582F0
RGB
CMYK
RGB Variations
Color information
#A582F0 (or 0xA582F0) is known color: Medium Purple. HEX triplet: A5, 82 and F0. RGB value is (165,130,240). Sum of RGB (Red+Green+Blue) = 165+130+240=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #A582F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A582F0 is #5A7D0F. Grayscale: #989898. Windows color (decimal): -5930256 or 15762085. OLE color: 15762085.
HSL color Cylindrical-coordinate representation of color #A582F0: hue angle of 259.09º 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 #A582F0 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 130 | 240 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.06 |
| HSL | 259.09º | 0.79% | 0.73% | - |
| HSV(B) | 259.09º | 0.46% | 0.94% | - |
| XYZ | 39.23 | 30.26 | 86.21 | - |
| YUV | 153.01 | 177.1 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 130 | 240 | 0.31 | 0.46 | 0 | 0.06 | 259.09 | 0.79 | 0.73 |
| Hex | A5 | 82 | F0 | 1F | 2E | 0 | 6 | 103 | 4F | 49 |
| Octal | 245 | 202 | 360 | 37 | 56 | 0 | 6 | 403 | 117 | 111 |
| Binary | 10100101 | 10000010 | 11110000 | 11111 | 101110 | 0 | 110 | 100000011 | 1001111 | 1001001 |
Color Harmonies of #A582F0
Complementary color
Monochromatic Colors of #A582F0
Black with #A582F0
Text Example
Text Example
White with #A582F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A582F0; }
p { color: rgb(165,130,240); }
H1.HeaderClassName
{
color: #A582F0;
}
.AnyTagClassName
{
color: #A582F0;
}
</style>
background-color css
<style>
a { background-color: #A582F0; }
a { background-color: rgb(165,130,240); }
div.DivClassName
{
background-color: #A582F0;
}
.BgClassName
{
background-color: #A582F0;
}
</style>
border-color css
<style>
span { border-color: #A582F0; }
span { border-color: rgb(165,130,240); }
td.TdClassName
{
border-color: #A582F0;
}
.TagClassName
{
border-color: #A582F0;
}
</style>