Shades of Medium Purple #A487EB
Tints of Medium Purple #A487EB
RGB
CMYK
RGB Variations
Color information
#A487EB (or 0xA487EB) is known color: Medium Purple. HEX triplet: A4, 87 and EB. RGB value is (164,135,235). Sum of RGB (Red+Green+Blue) = 164+135+235=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #A487EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A487EB is #5B7814. Grayscale: #9A9A9A. Windows color (decimal): -5994517 or 15435684. OLE color: 15435684.
HSL color Cylindrical-coordinate representation of color #A487EB: hue angle of 257.4º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A487EB is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 135 | 235 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.08 |
| HSL | 257.4º | 0.71% | 0.73% | - |
| HSV(B) | 257.4º | 0.43% | 0.92% | - |
| XYZ | 38.97 | 31.22 | 82.57 | - |
| YUV | 155.07 | 173.11 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 135 | 235 | 0.30 | 0.43 | 0 | 0.08 | 257.4 | 0.71 | 0.73 |
| Hex | A4 | 87 | EB | 1E | 2B | 0 | 8 | 101 | 47 | 49 |
| Octal | 244 | 207 | 353 | 36 | 53 | 0 | 10 | 401 | 107 | 111 |
| Binary | 10100100 | 10000111 | 11101011 | 11110 | 101011 | 0 | 1000 | 100000001 | 1000111 | 1001001 |
Color Harmonies of #A487EB
Complementary color
Monochromatic Colors of #A487EB
Black with #A487EB
Text Example
Text Example
White with #A487EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A487EB; }
p { color: rgb(164,135,235); }
H1.HeaderClassName
{
color: #A487EB;
}
.AnyTagClassName
{
color: #A487EB;
}
</style>
background-color css
<style>
a { background-color: #A487EB; }
a { background-color: rgb(164,135,235); }
div.DivClassName
{
background-color: #A487EB;
}
.BgClassName
{
background-color: #A487EB;
}
</style>
border-color css
<style>
span { border-color: #A487EB; }
span { border-color: rgb(164,135,235); }
td.TdClassName
{
border-color: #A487EB;
}
.TagClassName
{
border-color: #A487EB;
}
</style>