Shades of Medium Purple #A087EF
Tints of Medium Purple #A087EF
RGB
CMYK
RGB Variations
Color information
#A087EF (or 0xA087EF) is known color: Medium Purple. HEX triplet: A0, 87 and EF. RGB value is (160,135,239). Sum of RGB (Red+Green+Blue) = 160+135+239=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #A087EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A087EF is #5F7810. Grayscale: #999999. Windows color (decimal): -6256657 or 15697824. OLE color: 15697824.
HSL color Cylindrical-coordinate representation of color #A087EF: hue angle of 254.42º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A087EF is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 135 | 239 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.06 |
| HSL | 254.42º | 0.76% | 0.73% | - |
| HSV(B) | 254.42º | 0.44% | 0.94% | - |
| XYZ | 38.74 | 31.03 | 85.61 | - |
| YUV | 154.33 | 175.78 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 239 | 0.33 | 0.44 | 0 | 0.06 | 254.42 | 0.76 | 0.73 |
| Hex | A0 | 87 | EF | 21 | 2C | 0 | 6 | FE | 4C | 49 |
| Octal | 240 | 207 | 357 | 41 | 54 | 0 | 6 | 376 | 114 | 111 |
| Binary | 10100000 | 10000111 | 11101111 | 100001 | 101100 | 0 | 110 | 11111110 | 1001100 | 1001001 |
Color Harmonies of #A087EF
Complementary color
Monochromatic Colors of #A087EF
Black with #A087EF
Text Example
Text Example
White with #A087EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A087EF; }
p { color: rgb(160,135,239); }
H1.HeaderClassName
{
color: #A087EF;
}
.AnyTagClassName
{
color: #A087EF;
}
</style>
background-color css
<style>
a { background-color: #A087EF; }
a { background-color: rgb(160,135,239); }
div.DivClassName
{
background-color: #A087EF;
}
.BgClassName
{
background-color: #A087EF;
}
</style>
border-color css
<style>
span { border-color: #A087EF; }
span { border-color: rgb(160,135,239); }
td.TdClassName
{
border-color: #A087EF;
}
.TagClassName
{
border-color: #A087EF;
}
</style>