Shades of Medium Purple #A587F0
Tints of Medium Purple #A587F0
RGB
CMYK
RGB Variations
Color information
#A587F0 (or 0xA587F0) is known color: Medium Purple. HEX triplet: A5, 87 and F0. RGB value is (165,135,240). Sum of RGB (Red+Green+Blue) = 165+135+240=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 135 (53.12% from 255 or 25% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #A587F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A587F0 is #5A780F. Grayscale: #9B9B9B. Windows color (decimal): -5928976 or 15763365. OLE color: 15763365.
HSL color Cylindrical-coordinate representation of color #A587F0: hue angle of 257.14º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A587F0 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 135 | 240 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.06 |
| HSL | 257.14º | 0.78% | 0.74% | - |
| HSV(B) | 257.14º | 0.44% | 0.94% | - |
| XYZ | 39.91 | 31.62 | 86.44 | - |
| YUV | 155.94 | 175.44 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 135 | 240 | 0.31 | 0.44 | 0 | 0.06 | 257.14 | 0.78 | 0.74 |
| Hex | A5 | 87 | F0 | 1F | 2C | 0 | 6 | 101 | 4E | 4A |
| Octal | 245 | 207 | 360 | 37 | 54 | 0 | 6 | 401 | 116 | 112 |
| Binary | 10100101 | 10000111 | 11110000 | 11111 | 101100 | 0 | 110 | 100000001 | 1001110 | 1001010 |
Color Harmonies of #A587F0
Complementary color
Monochromatic Colors of #A587F0
Black with #A587F0
Text Example
Text Example
White with #A587F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A587F0; }
p { color: rgb(165,135,240); }
H1.HeaderClassName
{
color: #A587F0;
}
.AnyTagClassName
{
color: #A587F0;
}
</style>
background-color css
<style>
a { background-color: #A587F0; }
a { background-color: rgb(165,135,240); }
div.DivClassName
{
background-color: #A587F0;
}
.BgClassName
{
background-color: #A587F0;
}
</style>
border-color css
<style>
span { border-color: #A587F0; }
span { border-color: rgb(165,135,240); }
td.TdClassName
{
border-color: #A587F0;
}
.TagClassName
{
border-color: #A587F0;
}
</style>