Shades of Medium Purple #A363F9
Tints of Medium Purple #A363F9
RGB
CMYK
RGB Variations
Color information
#A363F9 (or 0xA363F9) is known color: Medium Purple. HEX triplet: A3, 63 and F9. RGB value is (163,99,249). Sum of RGB (Red+Green+Blue) = 163+99+249=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #A363F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A363F9 is #5C9C06. Grayscale: #868686. Windows color (decimal): -6069255 or 16343971. OLE color: 16343971.
HSL color Cylindrical-coordinate representation of color #A363F9: hue angle of 265.6º 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 #A363F9 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 99 | 249 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.02 |
| HSL | 265.6º | 0.93% | 0.68% | - |
| HSV(B) | 265.6º | 0.6% | 0.98% | - |
| XYZ | 36.66 | 23.55 | 92.24 | - |
| YUV | 135.24 | 192.2 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 99 | 249 | 0.35 | 0.60 | 0 | 0.02 | 265.6 | 0.93 | 0.68 |
| Hex | A3 | 63 | F9 | 23 | 3C | 0 | 2 | 10A | 5D | 44 |
| Octal | 243 | 143 | 371 | 43 | 74 | 0 | 2 | 412 | 135 | 104 |
| Binary | 10100011 | 1100011 | 11111001 | 100011 | 111100 | 0 | 10 | 100001010 | 1011101 | 1000100 |
Color Harmonies of #A363F9
Complementary color
Monochromatic Colors of #A363F9
Black with #A363F9
Text Example
Text Example
White with #A363F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A363F9; }
p { color: rgb(163,99,249); }
H1.HeaderClassName
{
color: #A363F9;
}
.AnyTagClassName
{
color: #A363F9;
}
</style>
background-color css
<style>
a { background-color: #A363F9; }
a { background-color: rgb(163,99,249); }
div.DivClassName
{
background-color: #A363F9;
}
.BgClassName
{
background-color: #A363F9;
}
</style>
border-color css
<style>
span { border-color: #A363F9; }
span { border-color: rgb(163,99,249); }
td.TdClassName
{
border-color: #A363F9;
}
.TagClassName
{
border-color: #A363F9;
}
</style>