Shades of Medium Purple #A359F0
Tints of Medium Purple #A359F0
RGB
CMYK
RGB Variations
Color information
#A359F0 (or 0xA359F0) is known color: Medium Purple. HEX triplet: A3, 59 and F0. RGB value is (163,89,240). Sum of RGB (Red+Green+Blue) = 163+89+240=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 89 (35.16% from 255 or 18.09% from 492); Blue value is 240 (94.14% from 255 or 48.78% from 492); Max value from RGB is 240 - color contains mainly: blue. Hex color #A359F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A359F0 is #5CA60F. Grayscale: #7F7F7F. Windows color (decimal): -6071824 or 15751587. OLE color: 15751587.
HSL color Cylindrical-coordinate representation of color #A359F0: hue angle of 269.4º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A359F0 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 89 | 240 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.06 |
| HSL | 269.4º | 0.83% | 0.65% | - |
| HSV(B) | 269.4º | 0.63% | 0.94% | - |
| XYZ | 34.4 | 21.22 | 84.72 | - |
| YUV | 128.34 | 191.02 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 89 | 240 | 0.32 | 0.63 | 0 | 0.06 | 269.4 | 0.83 | 0.65 |
| Hex | A3 | 59 | F0 | 20 | 3F | 0 | 6 | 10D | 53 | 41 |
| Octal | 243 | 131 | 360 | 40 | 77 | 0 | 6 | 415 | 123 | 101 |
| Binary | 10100011 | 1011001 | 11110000 | 100000 | 111111 | 0 | 110 | 100001101 | 1010011 | 1000001 |
Color Harmonies of #A359F0
Complementary color
Monochromatic Colors of #A359F0
Black with #A359F0
Text Example
Text Example
White with #A359F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A359F0; }
p { color: rgb(163,89,240); }
H1.HeaderClassName
{
color: #A359F0;
}
.AnyTagClassName
{
color: #A359F0;
}
</style>
background-color css
<style>
a { background-color: #A359F0; }
a { background-color: rgb(163,89,240); }
div.DivClassName
{
background-color: #A359F0;
}
.BgClassName
{
background-color: #A359F0;
}
</style>
border-color css
<style>
span { border-color: #A359F0; }
span { border-color: rgb(163,89,240); }
td.TdClassName
{
border-color: #A359F0;
}
.TagClassName
{
border-color: #A359F0;
}
</style>