Shades of Medium Purple #A087E4
Tints of Medium Purple #A087E4
RGB
CMYK
RGB Variations
Color information
#A087E4 (or 0xA087E4) is known color: Medium Purple. HEX triplet: A0, 87 and E4. RGB value is (160,135,228). Sum of RGB (Red+Green+Blue) = 160+135+228=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 135 (53.12% from 255 or 25.81% from 523); Blue value is 228 (89.45% from 255 or 43.59% from 523); Max value from RGB is 228 - color contains mainly: blue. Hex color #A087E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A087E4 is #5F781B. Grayscale: #989898. Windows color (decimal): -6256668 or 14976928. OLE color: 14976928.
HSL color Cylindrical-coordinate representation of color #A087E4: hue angle of 256.13º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A087E4 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 135 | 228 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.11 |
| HSL | 256.13º | 0.63% | 0.71% | - |
| HSV(B) | 256.13º | 0.41% | 0.89% | - |
| XYZ | 37.16 | 30.4 | 77.31 | - |
| YUV | 153.08 | 170.28 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 228 | 0.30 | 0.41 | 0 | 0.11 | 256.13 | 0.63 | 0.71 |
| Hex | A0 | 87 | E4 | 1E | 29 | 0 | B | 100 | 3F | 47 |
| Octal | 240 | 207 | 344 | 36 | 51 | 0 | 13 | 400 | 77 | 107 |
| Binary | 10100000 | 10000111 | 11100100 | 11110 | 101001 | 0 | 1011 | 100000000 | 111111 | 1000111 |
Color Harmonies of #A087E4
Complementary color
Monochromatic Colors of #A087E4
Black with #A087E4
Text Example
Text Example
White with #A087E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A087E4; }
p { color: rgb(160,135,228); }
H1.HeaderClassName
{
color: #A087E4;
}
.AnyTagClassName
{
color: #A087E4;
}
</style>
background-color css
<style>
a { background-color: #A087E4; }
a { background-color: rgb(160,135,228); }
div.DivClassName
{
background-color: #A087E4;
}
.BgClassName
{
background-color: #A087E4;
}
</style>
border-color css
<style>
span { border-color: #A087E4; }
span { border-color: rgb(160,135,228); }
td.TdClassName
{
border-color: #A087E4;
}
.TagClassName
{
border-color: #A087E4;
}
</style>