Shades of Medium Purple #A356F6
Tints of Medium Purple #A356F6
RGB
CMYK
RGB Variations
Color information
#A356F6 (or 0xA356F6) is known color: Medium Purple. HEX triplet: A3, 56 and F6. RGB value is (163,86,246). Sum of RGB (Red+Green+Blue) = 163+86+246=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 246 (96.48% from 255 or 49.70% from 495); Max value from RGB is 246 - color contains mainly: blue. Hex color #A356F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A356F6 is #5CA909. Grayscale: #7E7E7E. Windows color (decimal): -6072586 or 16144035. OLE color: 16144035.
HSL color Cylindrical-coordinate representation of color #A356F6: hue angle of 268.88º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A356F6 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 86 | 246 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.04 |
| HSL | 268.88º | 0.9% | 0.65% | - |
| HSV(B) | 268.88º | 0.65% | 0.96% | - |
| XYZ | 35.07 | 21.1 | 89.41 | - |
| YUV | 127.26 | 195.01 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 86 | 246 | 0.34 | 0.65 | 0 | 0.04 | 268.88 | 0.9 | 0.65 |
| Hex | A3 | 56 | F6 | 22 | 41 | 0 | 4 | 10D | 5A | 41 |
| Octal | 243 | 126 | 366 | 42 | 101 | 0 | 4 | 415 | 132 | 101 |
| Binary | 10100011 | 1010110 | 11110110 | 100010 | 1000001 | 0 | 100 | 100001101 | 1011010 | 1000001 |
Color Harmonies of #A356F6
Complementary color
Monochromatic Colors of #A356F6
Black with #A356F6
Text Example
Text Example
White with #A356F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A356F6; }
p { color: rgb(163,86,246); }
H1.HeaderClassName
{
color: #A356F6;
}
.AnyTagClassName
{
color: #A356F6;
}
</style>
background-color css
<style>
a { background-color: #A356F6; }
a { background-color: rgb(163,86,246); }
div.DivClassName
{
background-color: #A356F6;
}
.BgClassName
{
background-color: #A356F6;
}
</style>
border-color css
<style>
span { border-color: #A356F6; }
span { border-color: rgb(163,86,246); }
td.TdClassName
{
border-color: #A356F6;
}
.TagClassName
{
border-color: #A356F6;
}
</style>