Shades of Medium Purple #A356F8
Tints of Medium Purple #A356F8
RGB
CMYK
RGB Variations
Color information
#A356F8 (or 0xA356F8) is known color: Medium Purple. HEX triplet: A3, 56 and F8. RGB value is (163,86,248). Sum of RGB (Red+Green+Blue) = 163+86+248=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 86 (33.98% from 255 or 17.30% from 497); Blue value is 248 (97.27% from 255 or 49.90% from 497); Max value from RGB is 248 - color contains mainly: blue. Hex color #A356F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A356F8 is #5CA907. Grayscale: #7E7E7E. Windows color (decimal): -6072584 or 16275107. OLE color: 16275107.
HSL color Cylindrical-coordinate representation of color #A356F8: hue angle of 268.52º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A356F8 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 86 | 248 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.03 |
| HSL | 268.52º | 0.92% | 0.65% | - |
| HSV(B) | 268.52º | 0.65% | 0.97% | - |
| XYZ | 35.38 | 21.22 | 91.04 | - |
| YUV | 127.49 | 196.01 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 86 | 248 | 0.34 | 0.65 | 0 | 0.03 | 268.52 | 0.92 | 0.65 |
| Hex | A3 | 56 | F8 | 22 | 41 | 0 | 3 | 10D | 5C | 41 |
| Octal | 243 | 126 | 370 | 42 | 101 | 0 | 3 | 415 | 134 | 101 |
| Binary | 10100011 | 1010110 | 11111000 | 100010 | 1000001 | 0 | 11 | 100001101 | 1011100 | 1000001 |
Color Harmonies of #A356F8
Complementary color
Monochromatic Colors of #A356F8
Black with #A356F8
Text Example
Text Example
White with #A356F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A356F8; }
p { color: rgb(163,86,248); }
H1.HeaderClassName
{
color: #A356F8;
}
.AnyTagClassName
{
color: #A356F8;
}
</style>
background-color css
<style>
a { background-color: #A356F8; }
a { background-color: rgb(163,86,248); }
div.DivClassName
{
background-color: #A356F8;
}
.BgClassName
{
background-color: #A356F8;
}
</style>
border-color css
<style>
span { border-color: #A356F8; }
span { border-color: rgb(163,86,248); }
td.TdClassName
{
border-color: #A356F8;
}
.TagClassName
{
border-color: #A356F8;
}
</style>