Shades of Medium Purple #A457F9
Tints of Medium Purple #A457F9
RGB
CMYK
RGB Variations
Color information
#A457F9 (or 0xA457F9) is known color: Medium Purple. HEX triplet: A4, 57 and F9. RGB value is (164,87,249). Sum of RGB (Red+Green+Blue) = 164+87+249=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 87 (34.38% from 255 or 17.4% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #A457F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A457F9 is #5BA806. Grayscale: #7F7F7F. Windows color (decimal): -6006791 or 16340900. OLE color: 16340900.
HSL color Cylindrical-coordinate representation of color #A457F9: hue angle of 268.52º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A457F9 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 87 | 249 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.02 |
| HSL | 268.52º | 0.93% | 0.66% | - |
| HSV(B) | 268.52º | 0.65% | 0.98% | - |
| XYZ | 35.82 | 21.55 | 91.89 | - |
| YUV | 128.49 | 196.01 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 87 | 249 | 0.34 | 0.65 | 0 | 0.02 | 268.52 | 0.93 | 0.66 |
| Hex | A4 | 57 | F9 | 22 | 41 | 0 | 2 | 10D | 5D | 42 |
| Octal | 244 | 127 | 371 | 42 | 101 | 0 | 2 | 415 | 135 | 102 |
| Binary | 10100100 | 1010111 | 11111001 | 100010 | 1000001 | 0 | 10 | 100001101 | 1011101 | 1000010 |
Color Harmonies of #A457F9
Complementary color
Monochromatic Colors of #A457F9
Black with #A457F9
Text Example
Text Example
White with #A457F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A457F9; }
p { color: rgb(164,87,249); }
H1.HeaderClassName
{
color: #A457F9;
}
.AnyTagClassName
{
color: #A457F9;
}
</style>
background-color css
<style>
a { background-color: #A457F9; }
a { background-color: rgb(164,87,249); }
div.DivClassName
{
background-color: #A457F9;
}
.BgClassName
{
background-color: #A457F9;
}
</style>
border-color css
<style>
span { border-color: #A457F9; }
span { border-color: rgb(164,87,249); }
td.TdClassName
{
border-color: #A457F9;
}
.TagClassName
{
border-color: #A457F9;
}
</style>