Shades of Medium Purple #A357F2
Tints of Medium Purple #A357F2
RGB
CMYK
RGB Variations
Color information
#A357F2 (or 0xA357F2) is known color: Medium Purple. HEX triplet: A3, 57 and F2. RGB value is (163,87,242). Sum of RGB (Red+Green+Blue) = 163+87+242=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 87 (34.38% from 255 or 17.68% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #A357F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A357F2 is #5CA80D. Grayscale: #7E7E7E. Windows color (decimal): -6072334 or 15882147. OLE color: 15882147.
HSL color Cylindrical-coordinate representation of color #A357F2: hue angle of 269.42º degrees, saturation: 0.86, 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 #A357F2 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 87 | 242 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.05 |
| HSL | 269.42º | 0.86% | 0.65% | - |
| HSV(B) | 269.42º | 0.64% | 0.95% | - |
| XYZ | 34.54 | 21.01 | 86.24 | - |
| YUV | 127.39 | 192.68 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 87 | 242 | 0.33 | 0.64 | 0 | 0.05 | 269.42 | 0.86 | 0.65 |
| Hex | A3 | 57 | F2 | 21 | 40 | 0 | 5 | 10D | 56 | 41 |
| Octal | 243 | 127 | 362 | 41 | 100 | 0 | 5 | 415 | 126 | 101 |
| Binary | 10100011 | 1010111 | 11110010 | 100001 | 1000000 | 0 | 101 | 100001101 | 1010110 | 1000001 |
Color Harmonies of #A357F2
Complementary color
Monochromatic Colors of #A357F2
Black with #A357F2
Text Example
Text Example
White with #A357F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A357F2; }
p { color: rgb(163,87,242); }
H1.HeaderClassName
{
color: #A357F2;
}
.AnyTagClassName
{
color: #A357F2;
}
</style>
background-color css
<style>
a { background-color: #A357F2; }
a { background-color: rgb(163,87,242); }
div.DivClassName
{
background-color: #A357F2;
}
.BgClassName
{
background-color: #A357F2;
}
</style>
border-color css
<style>
span { border-color: #A357F2; }
span { border-color: rgb(163,87,242); }
td.TdClassName
{
border-color: #A357F2;
}
.TagClassName
{
border-color: #A357F2;
}
</style>