Shades of Medium Purple #A582F9
Tints of Medium Purple #A582F9
RGB
CMYK
RGB Variations
Color information
#A582F9 (or 0xA582F9) is known color: Medium Purple. HEX triplet: A5, 82 and F9. RGB value is (165,130,249). Sum of RGB (Red+Green+Blue) = 165+130+249=544 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.33% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #A582F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A582F9 is #5A7D06. Grayscale: #999999. Windows color (decimal): -5930247 or 16351909. OLE color: 16351909.
HSL color Cylindrical-coordinate representation of color #A582F9: hue angle of 257.65º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A582F9 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 130 | 249 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.02 |
| HSL | 257.65º | 0.91% | 0.74% | - |
| HSV(B) | 257.65º | 0.48% | 0.98% | - |
| XYZ | 40.6 | 30.8 | 93.43 | - |
| YUV | 154.03 | 181.6 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 130 | 249 | 0.34 | 0.48 | 0 | 0.02 | 257.65 | 0.91 | 0.74 |
| Hex | A5 | 82 | F9 | 22 | 30 | 0 | 2 | 102 | 5B | 4A |
| Octal | 245 | 202 | 371 | 42 | 60 | 0 | 2 | 402 | 133 | 112 |
| Binary | 10100101 | 10000010 | 11111001 | 100010 | 110000 | 0 | 10 | 100000010 | 1011011 | 1001010 |
Color Harmonies of #A582F9
Complementary color
Monochromatic Colors of #A582F9
Black with #A582F9
Text Example
Text Example
White with #A582F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A582F9; }
p { color: rgb(165,130,249); }
H1.HeaderClassName
{
color: #A582F9;
}
.AnyTagClassName
{
color: #A582F9;
}
</style>
background-color css
<style>
a { background-color: #A582F9; }
a { background-color: rgb(165,130,249); }
div.DivClassName
{
background-color: #A582F9;
}
.BgClassName
{
background-color: #A582F9;
}
</style>
border-color css
<style>
span { border-color: #A582F9; }
span { border-color: rgb(165,130,249); }
td.TdClassName
{
border-color: #A582F9;
}
.TagClassName
{
border-color: #A582F9;
}
</style>