Shades of Medium Purple #A356F1
Tints of Medium Purple #A356F1
RGB
CMYK
RGB Variations
Color information
#A356F1 (or 0xA356F1) is known color: Medium Purple. HEX triplet: A3, 56 and F1. RGB value is (163,86,241). Sum of RGB (Red+Green+Blue) = 163+86+241=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #A356F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A356F1 is #5CA90E. Grayscale: #7E7E7E. Windows color (decimal): -6072591 or 15816355. OLE color: 15816355.
HSL color Cylindrical-coordinate representation of color #A356F1: hue angle of 269.81º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A356F1 is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 86 | 241 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.05 |
| HSL | 269.81º | 0.85% | 0.64% | - |
| HSV(B) | 269.81º | 0.64% | 0.95% | - |
| XYZ | 34.31 | 20.79 | 85.42 | - |
| YUV | 126.69 | 192.51 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 86 | 241 | 0.32 | 0.64 | 0 | 0.05 | 269.81 | 0.85 | 0.64 |
| Hex | A3 | 56 | F1 | 20 | 40 | 0 | 5 | 10E | 55 | 40 |
| Octal | 243 | 126 | 361 | 40 | 100 | 0 | 5 | 416 | 125 | 100 |
| Binary | 10100011 | 1010110 | 11110001 | 100000 | 1000000 | 0 | 101 | 100001110 | 1010101 | 1000000 |
Color Harmonies of #A356F1
Complementary color
Monochromatic Colors of #A356F1
Black with #A356F1
Text Example
Text Example
White with #A356F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A356F1; }
p { color: rgb(163,86,241); }
H1.HeaderClassName
{
color: #A356F1;
}
.AnyTagClassName
{
color: #A356F1;
}
</style>
background-color css
<style>
a { background-color: #A356F1; }
a { background-color: rgb(163,86,241); }
div.DivClassName
{
background-color: #A356F1;
}
.BgClassName
{
background-color: #A356F1;
}
</style>
border-color css
<style>
span { border-color: #A356F1; }
span { border-color: rgb(163,86,241); }
td.TdClassName
{
border-color: #A356F1;
}
.TagClassName
{
border-color: #A356F1;
}
</style>