Shades of Medium Purple #A584F1
Tints of Medium Purple #A584F1
RGB
CMYK
RGB Variations
Color information
#A584F1 (or 0xA584F1) is known color: Medium Purple. HEX triplet: A5, 84 and F1. RGB value is (165,132,241). Sum of RGB (Red+Green+Blue) = 165+132+241=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #A584F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A584F1 is #5A7B0E. Grayscale: #999999. Windows color (decimal): -5929743 or 15828133. OLE color: 15828133.
HSL color Cylindrical-coordinate representation of color #A584F1: hue angle of 258.17º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A584F1 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 132 | 241 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.05 |
| HSL | 258.17º | 0.8% | 0.73% | - |
| HSV(B) | 258.17º | 0.45% | 0.95% | - |
| XYZ | 39.65 | 30.85 | 87.08 | - |
| YUV | 154.29 | 176.93 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 132 | 241 | 0.32 | 0.45 | 0 | 0.05 | 258.17 | 0.8 | 0.73 |
| Hex | A5 | 84 | F1 | 20 | 2D | 0 | 5 | 102 | 50 | 49 |
| Octal | 245 | 204 | 361 | 40 | 55 | 0 | 5 | 402 | 120 | 111 |
| Binary | 10100101 | 10000100 | 11110001 | 100000 | 101101 | 0 | 101 | 100000010 | 1010000 | 1001001 |
Color Harmonies of #A584F1
Complementary color
Monochromatic Colors of #A584F1
Black with #A584F1
Text Example
Text Example
White with #A584F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A584F1; }
p { color: rgb(165,132,241); }
H1.HeaderClassName
{
color: #A584F1;
}
.AnyTagClassName
{
color: #A584F1;
}
</style>
background-color css
<style>
a { background-color: #A584F1; }
a { background-color: rgb(165,132,241); }
div.DivClassName
{
background-color: #A584F1;
}
.BgClassName
{
background-color: #A584F1;
}
</style>
border-color css
<style>
span { border-color: #A584F1; }
span { border-color: rgb(165,132,241); }
td.TdClassName
{
border-color: #A584F1;
}
.TagClassName
{
border-color: #A584F1;
}
</style>