Shades of Medium Purple #A364F9
Tints of Medium Purple #A364F9
RGB
CMYK
RGB Variations
Color information
#A364F9 (or 0xA364F9) is known color: Medium Purple. HEX triplet: A3, 64 and F9. RGB value is (163,100,249). Sum of RGB (Red+Green+Blue) = 163+100+249=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #A364F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A364F9 is #5C9B06. Grayscale: #878787. Windows color (decimal): -6068999 or 16344227. OLE color: 16344227.
HSL color Cylindrical-coordinate representation of color #A364F9: hue angle of 265.37º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A364F9 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 100 | 249 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.02 |
| HSL | 265.37º | 0.93% | 0.68% | - |
| HSV(B) | 265.37º | 0.6% | 0.98% | - |
| XYZ | 36.76 | 23.74 | 92.27 | - |
| YUV | 135.82 | 191.87 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 100 | 249 | 0.35 | 0.60 | 0 | 0.02 | 265.37 | 0.93 | 0.68 |
| Hex | A3 | 64 | F9 | 23 | 3C | 0 | 2 | 109 | 5D | 44 |
| Octal | 243 | 144 | 371 | 43 | 74 | 0 | 2 | 411 | 135 | 104 |
| Binary | 10100011 | 1100100 | 11111001 | 100011 | 111100 | 0 | 10 | 100001001 | 1011101 | 1000100 |
Color Harmonies of #A364F9
Complementary color
Monochromatic Colors of #A364F9
Black with #A364F9
Text Example
Text Example
White with #A364F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A364F9; }
p { color: rgb(163,100,249); }
H1.HeaderClassName
{
color: #A364F9;
}
.AnyTagClassName
{
color: #A364F9;
}
</style>
background-color css
<style>
a { background-color: #A364F9; }
a { background-color: rgb(163,100,249); }
div.DivClassName
{
background-color: #A364F9;
}
.BgClassName
{
background-color: #A364F9;
}
</style>
border-color css
<style>
span { border-color: #A364F9; }
span { border-color: rgb(163,100,249); }
td.TdClassName
{
border-color: #A364F9;
}
.TagClassName
{
border-color: #A364F9;
}
</style>