Shades of Medium Purple #A363FA
Tints of Medium Purple #A363FA
RGB
CMYK
RGB Variations
Color information
#A363FA (or 0xA363FA) is known color: Medium Purple. HEX triplet: A3, 63 and FA. RGB value is (163,99,250). Sum of RGB (Red+Green+Blue) = 163+99+250=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #A363FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A363FA is #5C9C05. Grayscale: #868686. Windows color (decimal): -6069254 or 16409507. OLE color: 16409507.
HSL color Cylindrical-coordinate representation of color #A363FA: hue angle of 265.43º degrees, saturation: 0.94, 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 #A363FA is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 99 | 250 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.02 |
| HSL | 265.43º | 0.94% | 0.68% | - |
| HSV(B) | 265.43º | 0.6% | 0.98% | - |
| XYZ | 36.82 | 23.61 | 93.06 | - |
| YUV | 135.35 | 192.7 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 99 | 250 | 0.35 | 0.60 | 0 | 0.02 | 265.43 | 0.94 | 0.68 |
| Hex | A3 | 63 | FA | 23 | 3C | 0 | 2 | 109 | 5E | 44 |
| Octal | 243 | 143 | 372 | 43 | 74 | 0 | 2 | 411 | 136 | 104 |
| Binary | 10100011 | 1100011 | 11111010 | 100011 | 111100 | 0 | 10 | 100001001 | 1011110 | 1000100 |
Color Harmonies of #A363FA
Complementary color
Monochromatic Colors of #A363FA
Black with #A363FA
Text Example
Text Example
White with #A363FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A363FA; }
p { color: rgb(163,99,250); }
H1.HeaderClassName
{
color: #A363FA;
}
.AnyTagClassName
{
color: #A363FA;
}
</style>
background-color css
<style>
a { background-color: #A363FA; }
a { background-color: rgb(163,99,250); }
div.DivClassName
{
background-color: #A363FA;
}
.BgClassName
{
background-color: #A363FA;
}
</style>
border-color css
<style>
span { border-color: #A363FA; }
span { border-color: rgb(163,99,250); }
td.TdClassName
{
border-color: #A363FA;
}
.TagClassName
{
border-color: #A363FA;
}
</style>