Shades of Medium Purple #A463FA
Tints of Medium Purple #A463FA
RGB
CMYK
RGB Variations
Color information
#A463FA (or 0xA463FA) is known color: Medium Purple. HEX triplet: A4, 63 and FA. RGB value is (164,99,250). Sum of RGB (Red+Green+Blue) = 164+99+250=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #A463FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A463FA is #5B9C05. Grayscale: #878787. Windows color (decimal): -6003718 or 16409508. OLE color: 16409508.
HSL color Cylindrical-coordinate representation of color #A463FA: hue angle of 265.83º 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 #A463FA is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 99 | 250 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.02 |
| HSL | 265.83º | 0.94% | 0.68% | - |
| HSV(B) | 265.83º | 0.6% | 0.98% | - |
| XYZ | 37.03 | 23.72 | 93.07 | - |
| YUV | 135.65 | 192.53 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 250 | 0.34 | 0.60 | 0 | 0.02 | 265.83 | 0.94 | 0.68 |
| Hex | A4 | 63 | FA | 22 | 3C | 0 | 2 | 10A | 5E | 44 |
| Octal | 244 | 143 | 372 | 42 | 74 | 0 | 2 | 412 | 136 | 104 |
| Binary | 10100100 | 1100011 | 11111010 | 100010 | 111100 | 0 | 10 | 100001010 | 1011110 | 1000100 |
Color Harmonies of #A463FA
Complementary color
Monochromatic Colors of #A463FA
Black with #A463FA
Text Example
Text Example
White with #A463FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A463FA; }
p { color: rgb(164,99,250); }
H1.HeaderClassName
{
color: #A463FA;
}
.AnyTagClassName
{
color: #A463FA;
}
</style>
background-color css
<style>
a { background-color: #A463FA; }
a { background-color: rgb(164,99,250); }
div.DivClassName
{
background-color: #A463FA;
}
.BgClassName
{
background-color: #A463FA;
}
</style>
border-color css
<style>
span { border-color: #A463FA; }
span { border-color: rgb(164,99,250); }
td.TdClassName
{
border-color: #A463FA;
}
.TagClassName
{
border-color: #A463FA;
}
</style>