Shades of Medium Purple #A287EF
Tints of Medium Purple #A287EF
RGB
CMYK
RGB Variations
Color information
#A287EF (or 0xA287EF) is known color: Medium Purple. HEX triplet: A2, 87 and EF. RGB value is (162,135,239). Sum of RGB (Red+Green+Blue) = 162+135+239=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 135 (53.12% from 255 or 25.19% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #A287EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A287EF is #5D7810. Grayscale: #9A9A9A. Windows color (decimal): -6125585 or 15697826. OLE color: 15697826.
HSL color Cylindrical-coordinate representation of color #A287EF: hue angle of 255.58º 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 #A287EF is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 135 | 239 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.06 |
| HSL | 255.58º | 0.76% | 0.73% | - |
| HSV(B) | 255.58º | 0.44% | 0.94% | - |
| XYZ | 39.14 | 31.24 | 85.63 | - |
| YUV | 154.93 | 175.45 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 135 | 239 | 0.32 | 0.44 | 0 | 0.06 | 255.58 | 0.76 | 0.73 |
| Hex | A2 | 87 | EF | 20 | 2C | 0 | 6 | 100 | 4C | 49 |
| Octal | 242 | 207 | 357 | 40 | 54 | 0 | 6 | 400 | 114 | 111 |
| Binary | 10100010 | 10000111 | 11101111 | 100000 | 101100 | 0 | 110 | 100000000 | 1001100 | 1001001 |
Color Harmonies of #A287EF
Complementary color
Monochromatic Colors of #A287EF
Black with #A287EF
Text Example
Text Example
White with #A287EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A287EF; }
p { color: rgb(162,135,239); }
H1.HeaderClassName
{
color: #A287EF;
}
.AnyTagClassName
{
color: #A287EF;
}
</style>
background-color css
<style>
a { background-color: #A287EF; }
a { background-color: rgb(162,135,239); }
div.DivClassName
{
background-color: #A287EF;
}
.BgClassName
{
background-color: #A287EF;
}
</style>
border-color css
<style>
span { border-color: #A287EF; }
span { border-color: rgb(162,135,239); }
td.TdClassName
{
border-color: #A287EF;
}
.TagClassName
{
border-color: #A287EF;
}
</style>