Shades of Medium Purple #A087EE
Tints of Medium Purple #A087EE
RGB
CMYK
RGB Variations
Color information
#A087EE (or 0xA087EE) is known color: Medium Purple. HEX triplet: A0, 87 and EE. RGB value is (160,135,238). Sum of RGB (Red+Green+Blue) = 160+135+238=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #A087EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A087EE is #5F7811. Grayscale: #999999. Windows color (decimal): -6256658 or 15632288. OLE color: 15632288.
HSL color Cylindrical-coordinate representation of color #A087EE: hue angle of 254.56º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A087EE is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 135 | 238 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.07 |
| HSL | 254.56º | 0.75% | 0.73% | - |
| HSV(B) | 254.56º | 0.43% | 0.93% | - |
| XYZ | 38.59 | 30.97 | 84.83 | - |
| YUV | 154.22 | 175.28 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 238 | 0.33 | 0.43 | 0 | 0.07 | 254.56 | 0.75 | 0.73 |
| Hex | A0 | 87 | EE | 21 | 2B | 0 | 7 | FF | 4B | 49 |
| Octal | 240 | 207 | 356 | 41 | 53 | 0 | 7 | 377 | 113 | 111 |
| Binary | 10100000 | 10000111 | 11101110 | 100001 | 101011 | 0 | 111 | 11111111 | 1001011 | 1001001 |
Color Harmonies of #A087EE
Complementary color
Monochromatic Colors of #A087EE
Black with #A087EE
Text Example
Text Example
White with #A087EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A087EE; }
p { color: rgb(160,135,238); }
H1.HeaderClassName
{
color: #A087EE;
}
.AnyTagClassName
{
color: #A087EE;
}
</style>
background-color css
<style>
a { background-color: #A087EE; }
a { background-color: rgb(160,135,238); }
div.DivClassName
{
background-color: #A087EE;
}
.BgClassName
{
background-color: #A087EE;
}
</style>
border-color css
<style>
span { border-color: #A087EE; }
span { border-color: rgb(160,135,238); }
td.TdClassName
{
border-color: #A087EE;
}
.TagClassName
{
border-color: #A087EE;
}
</style>