Shades of Medium Purple #A356FA
Tints of Medium Purple #A356FA
RGB
CMYK
RGB Variations
Color information
#A356FA (or 0xA356FA) is known color: Medium Purple. HEX triplet: A3, 56 and FA. RGB value is (163,86,250). Sum of RGB (Red+Green+Blue) = 163+86+250=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 86 (33.98% from 255 or 17.23% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #A356FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A356FA is #5CA905. Grayscale: #7F7F7F. Windows color (decimal): -6072582 or 16406179. OLE color: 16406179.
HSL color Cylindrical-coordinate representation of color #A356FA: hue angle of 268.17º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A356FA is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 86 | 250 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.02 |
| HSL | 268.17º | 0.94% | 0.66% | - |
| HSV(B) | 268.17º | 0.66% | 0.98% | - |
| XYZ | 35.69 | 21.34 | 92.68 | - |
| YUV | 127.72 | 197.01 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 86 | 250 | 0.35 | 0.66 | 0 | 0.02 | 268.17 | 0.94 | 0.66 |
| Hex | A3 | 56 | FA | 23 | 42 | 0 | 2 | 10C | 5E | 42 |
| Octal | 243 | 126 | 372 | 43 | 102 | 0 | 2 | 414 | 136 | 102 |
| Binary | 10100011 | 1010110 | 11111010 | 100011 | 1000010 | 0 | 10 | 100001100 | 1011110 | 1000010 |
Color Harmonies of #A356FA
Complementary color
Monochromatic Colors of #A356FA
Black with #A356FA
Text Example
Text Example
White with #A356FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A356FA; }
p { color: rgb(163,86,250); }
H1.HeaderClassName
{
color: #A356FA;
}
.AnyTagClassName
{
color: #A356FA;
}
</style>
background-color css
<style>
a { background-color: #A356FA; }
a { background-color: rgb(163,86,250); }
div.DivClassName
{
background-color: #A356FA;
}
.BgClassName
{
background-color: #A356FA;
}
</style>
border-color css
<style>
span { border-color: #A356FA; }
span { border-color: rgb(163,86,250); }
td.TdClassName
{
border-color: #A356FA;
}
.TagClassName
{
border-color: #A356FA;
}
</style>