Shades of Medium Purple #A487ED
Tints of Medium Purple #A487ED
RGB
CMYK
RGB Variations
Color information
#A487ED (or 0xA487ED) is known color: Medium Purple. HEX triplet: A4, 87 and ED. RGB value is (164,135,237). Sum of RGB (Red+Green+Blue) = 164+135+237=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 135 (53.12% from 255 or 25.19% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #A487ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A487ED is #5B7812. Grayscale: #9A9A9A. Windows color (decimal): -5994515 or 15566756. OLE color: 15566756.
HSL color Cylindrical-coordinate representation of color #A487ED: hue angle of 257.06º degrees, saturation: 0.74, 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 #A487ED is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 135 | 237 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.07 |
| HSL | 257.06º | 0.74% | 0.73% | - |
| HSV(B) | 257.06º | 0.43% | 0.93% | - |
| XYZ | 39.26 | 31.33 | 84.1 | - |
| YUV | 155.3 | 174.11 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 135 | 237 | 0.31 | 0.43 | 0 | 0.07 | 257.06 | 0.74 | 0.73 |
| Hex | A4 | 87 | ED | 1F | 2B | 0 | 7 | 101 | 4A | 49 |
| Octal | 244 | 207 | 355 | 37 | 53 | 0 | 7 | 401 | 112 | 111 |
| Binary | 10100100 | 10000111 | 11101101 | 11111 | 101011 | 0 | 111 | 100000001 | 1001010 | 1001001 |
Color Harmonies of #A487ED
Complementary color
Monochromatic Colors of #A487ED
Black with #A487ED
Text Example
Text Example
White with #A487ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A487ED; }
p { color: rgb(164,135,237); }
H1.HeaderClassName
{
color: #A487ED;
}
.AnyTagClassName
{
color: #A487ED;
}
</style>
background-color css
<style>
a { background-color: #A487ED; }
a { background-color: rgb(164,135,237); }
div.DivClassName
{
background-color: #A487ED;
}
.BgClassName
{
background-color: #A487ED;
}
</style>
border-color css
<style>
span { border-color: #A487ED; }
span { border-color: rgb(164,135,237); }
td.TdClassName
{
border-color: #A487ED;
}
.TagClassName
{
border-color: #A487ED;
}
</style>