Shades of Medium Purple #A487F4
Tints of Medium Purple #A487F4
RGB
CMYK
RGB Variations
Color information
#A487F4 (or 0xA487F4) is known color: Medium Purple. HEX triplet: A4, 87 and F4. RGB value is (164,135,244). Sum of RGB (Red+Green+Blue) = 164+135+244=543 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.20% from 543); Green value is 135 (53.12% from 255 or 24.86% from 543); Blue value is 244 (95.70% from 255 or 44.94% from 543); Max value from RGB is 244 - color contains mainly: blue. Hex color #A487F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A487F4 is #5B780B. Grayscale: #9B9B9B. Windows color (decimal): -5994508 or 16025508. OLE color: 16025508.
HSL color Cylindrical-coordinate representation of color #A487F4: hue angle of 255.96º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A487F4 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 135 | 244 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.04 |
| HSL | 255.96º | 0.83% | 0.74% | - |
| HSV(B) | 255.96º | 0.45% | 0.96% | - |
| XYZ | 40.3 | 31.75 | 89.59 | - |
| YUV | 156.1 | 177.61 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 135 | 244 | 0.33 | 0.45 | 0 | 0.04 | 255.96 | 0.83 | 0.74 |
| Hex | A4 | 87 | F4 | 21 | 2D | 0 | 4 | 100 | 53 | 4A |
| Octal | 244 | 207 | 364 | 41 | 55 | 0 | 4 | 400 | 123 | 112 |
| Binary | 10100100 | 10000111 | 11110100 | 100001 | 101101 | 0 | 100 | 100000000 | 1010011 | 1001010 |
Color Harmonies of #A487F4
Complementary color
Monochromatic Colors of #A487F4
Black with #A487F4
Text Example
Text Example
White with #A487F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A487F4; }
p { color: rgb(164,135,244); }
H1.HeaderClassName
{
color: #A487F4;
}
.AnyTagClassName
{
color: #A487F4;
}
</style>
background-color css
<style>
a { background-color: #A487F4; }
a { background-color: rgb(164,135,244); }
div.DivClassName
{
background-color: #A487F4;
}
.BgClassName
{
background-color: #A487F4;
}
</style>
border-color css
<style>
span { border-color: #A487F4; }
span { border-color: rgb(164,135,244); }
td.TdClassName
{
border-color: #A487F4;
}
.TagClassName
{
border-color: #A487F4;
}
</style>