Shades of Medium Purple #A087F0
Tints of Medium Purple #A087F0
RGB
CMYK
RGB Variations
Color information
#A087F0 (or 0xA087F0) is known color: Medium Purple. HEX triplet: A0, 87 and F0. RGB value is (160,135,240). Sum of RGB (Red+Green+Blue) = 160+135+240=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #A087F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A087F0 is #5F780F. Grayscale: #9A9A9A. Windows color (decimal): -6256656 or 15763360. OLE color: 15763360.
HSL color Cylindrical-coordinate representation of color #A087F0: hue angle of 254.29º 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 #A087F0 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 135 | 240 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.06 |
| HSL | 254.29º | 0.78% | 0.74% | - |
| HSV(B) | 254.29º | 0.44% | 0.94% | - |
| XYZ | 38.89 | 31.09 | 86.39 | - |
| YUV | 154.45 | 176.28 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 240 | 0.33 | 0.44 | 0 | 0.06 | 254.29 | 0.78 | 0.74 |
| Hex | A0 | 87 | F0 | 21 | 2C | 0 | 6 | FE | 4E | 4A |
| Octal | 240 | 207 | 360 | 41 | 54 | 0 | 6 | 376 | 116 | 112 |
| Binary | 10100000 | 10000111 | 11110000 | 100001 | 101100 | 0 | 110 | 11111110 | 1001110 | 1001010 |
Color Harmonies of #A087F0
Complementary color
Monochromatic Colors of #A087F0
Black with #A087F0
Text Example
Text Example
White with #A087F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A087F0; }
p { color: rgb(160,135,240); }
H1.HeaderClassName
{
color: #A087F0;
}
.AnyTagClassName
{
color: #A087F0;
}
</style>
background-color css
<style>
a { background-color: #A087F0; }
a { background-color: rgb(160,135,240); }
div.DivClassName
{
background-color: #A087F0;
}
.BgClassName
{
background-color: #A087F0;
}
</style>
border-color css
<style>
span { border-color: #A087F0; }
span { border-color: rgb(160,135,240); }
td.TdClassName
{
border-color: #A087F0;
}
.TagClassName
{
border-color: #A087F0;
}
</style>