Shades of Medium Purple #A287F0
Tints of Medium Purple #A287F0
RGB
CMYK
RGB Variations
Color information
#A287F0 (or 0xA287F0) is known color: Medium Purple. HEX triplet: A2, 87 and F0. RGB value is (162,135,240). Sum of RGB (Red+Green+Blue) = 162+135+240=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 135 (53.12% from 255 or 25.14% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #A287F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A287F0 is #5D780F. Grayscale: #9A9A9A. Windows color (decimal): -6125584 or 15763362. OLE color: 15763362.
HSL color Cylindrical-coordinate representation of color #A287F0: hue angle of 255.43º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A287F0 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 135 | 240 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.06 |
| HSL | 255.43º | 0.78% | 0.74% | - |
| HSV(B) | 255.43º | 0.44% | 0.94% | - |
| XYZ | 39.29 | 31.3 | 86.41 | - |
| YUV | 155.04 | 175.95 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 135 | 240 | 0.32 | 0.44 | 0 | 0.06 | 255.43 | 0.78 | 0.74 |
| Hex | A2 | 87 | F0 | 20 | 2C | 0 | 6 | FF | 4E | 4A |
| Octal | 242 | 207 | 360 | 40 | 54 | 0 | 6 | 377 | 116 | 112 |
| Binary | 10100010 | 10000111 | 11110000 | 100000 | 101100 | 0 | 110 | 11111111 | 1001110 | 1001010 |
Color Harmonies of #A287F0
Complementary color
Monochromatic Colors of #A287F0
Black with #A287F0
Text Example
Text Example
White with #A287F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A287F0; }
p { color: rgb(162,135,240); }
H1.HeaderClassName
{
color: #A287F0;
}
.AnyTagClassName
{
color: #A287F0;
}
</style>
background-color css
<style>
a { background-color: #A287F0; }
a { background-color: rgb(162,135,240); }
div.DivClassName
{
background-color: #A287F0;
}
.BgClassName
{
background-color: #A287F0;
}
</style>
border-color css
<style>
span { border-color: #A287F0; }
span { border-color: rgb(162,135,240); }
td.TdClassName
{
border-color: #A287F0;
}
.TagClassName
{
border-color: #A287F0;
}
</style>