Shades of Medium Purple #A087EA
Tints of Medium Purple #A087EA
RGB
CMYK
RGB Variations
Color information
#A087EA (or 0xA087EA) is known color: Medium Purple. HEX triplet: A0, 87 and EA. RGB value is (160,135,234). Sum of RGB (Red+Green+Blue) = 160+135+234=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #A087EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A087EA is #5F7815. Grayscale: #999999. Windows color (decimal): -6256662 or 15370144. OLE color: 15370144.
HSL color Cylindrical-coordinate representation of color #A087EA: hue angle of 255.15º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A087EA is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 135 | 234 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.08 |
| HSL | 255.15º | 0.7% | 0.72% | - |
| HSV(B) | 255.15º | 0.42% | 0.92% | - |
| XYZ | 38.01 | 30.74 | 81.77 | - |
| YUV | 153.76 | 173.28 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 234 | 0.32 | 0.42 | 0 | 0.08 | 255.15 | 0.7 | 0.72 |
| Hex | A0 | 87 | EA | 20 | 2A | 0 | 8 | FF | 46 | 48 |
| Octal | 240 | 207 | 352 | 40 | 52 | 0 | 10 | 377 | 106 | 110 |
| Binary | 10100000 | 10000111 | 11101010 | 100000 | 101010 | 0 | 1000 | 11111111 | 1000110 | 1001000 |
Color Harmonies of #A087EA
Complementary color
Monochromatic Colors of #A087EA
Black with #A087EA
Text Example
Text Example
White with #A087EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A087EA; }
p { color: rgb(160,135,234); }
H1.HeaderClassName
{
color: #A087EA;
}
.AnyTagClassName
{
color: #A087EA;
}
</style>
background-color css
<style>
a { background-color: #A087EA; }
a { background-color: rgb(160,135,234); }
div.DivClassName
{
background-color: #A087EA;
}
.BgClassName
{
background-color: #A087EA;
}
</style>
border-color css
<style>
span { border-color: #A087EA; }
span { border-color: rgb(160,135,234); }
td.TdClassName
{
border-color: #A087EA;
}
.TagClassName
{
border-color: #A087EA;
}
</style>