Shades of Medium Purple #A357F3
Tints of Medium Purple #A357F3
RGB
CMYK
RGB Variations
Color information
#A357F3 (or 0xA357F3) is known color: Medium Purple. HEX triplet: A3, 57 and F3. RGB value is (163,87,243). Sum of RGB (Red+Green+Blue) = 163+87+243=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 243 (95.31% from 255 or 49.29% from 493); Max value from RGB is 243 - color contains mainly: blue. Hex color #A357F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A357F3 is #5CA80C. Grayscale: #7E7E7E. Windows color (decimal): -6072333 or 15947683. OLE color: 15947683.
HSL color Cylindrical-coordinate representation of color #A357F3: hue angle of 269.23º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A357F3 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 87 | 243 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.05 |
| HSL | 269.23º | 0.87% | 0.65% | - |
| HSV(B) | 269.23º | 0.64% | 0.95% | - |
| XYZ | 34.69 | 21.07 | 87.03 | - |
| YUV | 127.51 | 193.18 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 87 | 243 | 0.33 | 0.64 | 0 | 0.05 | 269.23 | 0.87 | 0.65 |
| Hex | A3 | 57 | F3 | 21 | 40 | 0 | 5 | 10D | 57 | 41 |
| Octal | 243 | 127 | 363 | 41 | 100 | 0 | 5 | 415 | 127 | 101 |
| Binary | 10100011 | 1010111 | 11110011 | 100001 | 1000000 | 0 | 101 | 100001101 | 1010111 | 1000001 |
Color Harmonies of #A357F3
Complementary color
Monochromatic Colors of #A357F3
Black with #A357F3
Text Example
Text Example
White with #A357F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A357F3; }
p { color: rgb(163,87,243); }
H1.HeaderClassName
{
color: #A357F3;
}
.AnyTagClassName
{
color: #A357F3;
}
</style>
background-color css
<style>
a { background-color: #A357F3; }
a { background-color: rgb(163,87,243); }
div.DivClassName
{
background-color: #A357F3;
}
.BgClassName
{
background-color: #A357F3;
}
</style>
border-color css
<style>
span { border-color: #A357F3; }
span { border-color: rgb(163,87,243); }
td.TdClassName
{
border-color: #A357F3;
}
.TagClassName
{
border-color: #A357F3;
}
</style>