Shades of Medium Purple #A087F5
Tints of Medium Purple #A087F5
RGB
CMYK
RGB Variations
Color information
#A087F5 (or 0xA087F5) is known color: Medium Purple. HEX triplet: A0, 87 and F5. RGB value is (160,135,245). Sum of RGB (Red+Green+Blue) = 160+135+245=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 135 (53.12% from 255 or 25% from 540); Blue value is 245 (96.09% from 255 or 45.37% from 540); Max value from RGB is 245 - color contains mainly: blue. Hex color #A087F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A087F5 is #5F780A. Grayscale: #9A9A9A. Windows color (decimal): -6256651 or 16091040. OLE color: 16091040.
HSL color Cylindrical-coordinate representation of color #A087F5: hue angle of 253.64º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A087F5 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 135 | 245 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.04 |
| HSL | 253.64º | 0.85% | 0.75% | - |
| HSV(B) | 253.64º | 0.45% | 0.96% | - |
| XYZ | 39.64 | 31.39 | 90.36 | - |
| YUV | 155.02 | 178.78 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 245 | 0.35 | 0.45 | 0 | 0.04 | 253.64 | 0.85 | 0.75 |
| Hex | A0 | 87 | F5 | 23 | 2D | 0 | 4 | FE | 55 | 4B |
| Octal | 240 | 207 | 365 | 43 | 55 | 0 | 4 | 376 | 125 | 113 |
| Binary | 10100000 | 10000111 | 11110101 | 100011 | 101101 | 0 | 100 | 11111110 | 1010101 | 1001011 |
Color Harmonies of #A087F5
Complementary color
Monochromatic Colors of #A087F5
Black with #A087F5
Text Example
Text Example
White with #A087F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A087F5; }
p { color: rgb(160,135,245); }
H1.HeaderClassName
{
color: #A087F5;
}
.AnyTagClassName
{
color: #A087F5;
}
</style>
background-color css
<style>
a { background-color: #A087F5; }
a { background-color: rgb(160,135,245); }
div.DivClassName
{
background-color: #A087F5;
}
.BgClassName
{
background-color: #A087F5;
}
</style>
border-color css
<style>
span { border-color: #A087F5; }
span { border-color: rgb(160,135,245); }
td.TdClassName
{
border-color: #A087F5;
}
.TagClassName
{
border-color: #A087F5;
}
</style>