Shades of Medium Purple #A487F0
Tints of Medium Purple #A487F0
RGB
CMYK
RGB Variations
Color information
#A487F0 (or 0xA487F0) is known color: Medium Purple. HEX triplet: A4, 87 and F0. RGB value is (164,135,240). Sum of RGB (Red+Green+Blue) = 164+135+240=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 135 (53.12% from 255 or 25.05% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 240 - color contains mainly: blue. Hex color #A487F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A487F0 is #5B780F. Grayscale: #9B9B9B. Windows color (decimal): -5994512 or 15763364. OLE color: 15763364.
HSL color Cylindrical-coordinate representation of color #A487F0: hue angle of 256.57º 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 #A487F0 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 135 | 240 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.06 |
| HSL | 256.57º | 0.78% | 0.74% | - |
| HSV(B) | 256.57º | 0.44% | 0.94% | - |
| XYZ | 39.7 | 31.51 | 86.43 | - |
| YUV | 155.64 | 175.61 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 135 | 240 | 0.32 | 0.44 | 0 | 0.06 | 256.57 | 0.78 | 0.74 |
| Hex | A4 | 87 | F0 | 20 | 2C | 0 | 6 | 101 | 4E | 4A |
| Octal | 244 | 207 | 360 | 40 | 54 | 0 | 6 | 401 | 116 | 112 |
| Binary | 10100100 | 10000111 | 11110000 | 100000 | 101100 | 0 | 110 | 100000001 | 1001110 | 1001010 |
Color Harmonies of #A487F0
Complementary color
Monochromatic Colors of #A487F0
Black with #A487F0
Text Example
Text Example
White with #A487F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A487F0; }
p { color: rgb(164,135,240); }
H1.HeaderClassName
{
color: #A487F0;
}
.AnyTagClassName
{
color: #A487F0;
}
</style>
background-color css
<style>
a { background-color: #A487F0; }
a { background-color: rgb(164,135,240); }
div.DivClassName
{
background-color: #A487F0;
}
.BgClassName
{
background-color: #A487F0;
}
</style>
border-color css
<style>
span { border-color: #A487F0; }
span { border-color: rgb(164,135,240); }
td.TdClassName
{
border-color: #A487F0;
}
.TagClassName
{
border-color: #A487F0;
}
</style>