Shades of Medium Purple #A587F8
Tints of Medium Purple #A587F8
RGB
CMYK
RGB Variations
Color information
#A587F8 (or 0xA587F8) is known color: Medium Purple. HEX triplet: A5, 87 and F8. RGB value is (165,135,248). Sum of RGB (Red+Green+Blue) = 165+135+248=548 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.11% from 548); Green value is 135 (53.12% from 255 or 24.64% from 548); Blue value is 248 (97.27% from 255 or 45.26% from 548); Max value from RGB is 248 - color contains mainly: blue. Hex color #A587F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A587F8 is #5A7807. Grayscale: #9C9C9C. Windows color (decimal): -5928968 or 16287653. OLE color: 16287653.
HSL color Cylindrical-coordinate representation of color #A587F8: hue angle of 255.93º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A587F8 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 135 | 248 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.03 |
| HSL | 255.93º | 0.89% | 0.75% | - |
| HSV(B) | 255.93º | 0.46% | 0.97% | - |
| XYZ | 41.12 | 32.1 | 92.84 | - |
| YUV | 156.85 | 179.44 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 135 | 248 | 0.33 | 0.46 | 0 | 0.03 | 255.93 | 0.89 | 0.75 |
| Hex | A5 | 87 | F8 | 21 | 2E | 0 | 3 | 100 | 59 | 4B |
| Octal | 245 | 207 | 370 | 41 | 56 | 0 | 3 | 400 | 131 | 113 |
| Binary | 10100101 | 10000111 | 11111000 | 100001 | 101110 | 0 | 11 | 100000000 | 1011001 | 1001011 |
Color Harmonies of #A587F8
Complementary color
Monochromatic Colors of #A587F8
Black with #A587F8
Text Example
Text Example
White with #A587F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A587F8; }
p { color: rgb(165,135,248); }
H1.HeaderClassName
{
color: #A587F8;
}
.AnyTagClassName
{
color: #A587F8;
}
</style>
background-color css
<style>
a { background-color: #A587F8; }
a { background-color: rgb(165,135,248); }
div.DivClassName
{
background-color: #A587F8;
}
.BgClassName
{
background-color: #A587F8;
}
</style>
border-color css
<style>
span { border-color: #A587F8; }
span { border-color: rgb(165,135,248); }
td.TdClassName
{
border-color: #A587F8;
}
.TagClassName
{
border-color: #A587F8;
}
</style>