Shades of Medium Purple #A464FA
Tints of Medium Purple #A464FA
RGB
CMYK
RGB Variations
Color information
#A464FA (or 0xA464FA) is known color: Medium Purple. HEX triplet: A4, 64 and FA. RGB value is (164,100,250). Sum of RGB (Red+Green+Blue) = 164+100+250=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #A464FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A464FA is #5B9B05. Grayscale: #878787. Windows color (decimal): -6003462 or 16409764. OLE color: 16409764.
HSL color Cylindrical-coordinate representation of color #A464FA: hue angle of 265.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A464FA is Cyan = 0.34, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 100 | 250 | - |
| CMYK | 0.34 | 0.6 | 0 | 0.02 |
| HSL | 265.6º | 0.94% | 0.69% | - |
| HSV(B) | 265.6º | 0.6% | 0.98% | - |
| XYZ | 37.12 | 23.91 | 93.1 | - |
| YUV | 136.24 | 192.2 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 100 | 250 | 0.34 | 0.6 | 0 | 0.02 | 265.6 | 0.94 | 0.69 |
| Hex | A4 | 64 | FA | 22 | 3C | 0 | 2 | 10A | 5E | 45 |
| Octal | 244 | 144 | 372 | 42 | 74 | 0 | 2 | 412 | 136 | 105 |
| Binary | 10100100 | 1100100 | 11111010 | 100010 | 111100 | 0 | 10 | 100001010 | 1011110 | 1000101 |
Color Harmonies of #A464FA
Complementary color
Monochromatic Colors of #A464FA
Black with #A464FA
Text Example
Text Example
White with #A464FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A464FA; }
p { color: rgb(164,100,250); }
H1.HeaderClassName
{
color: #A464FA;
}
.AnyTagClassName
{
color: #A464FA;
}
</style>
background-color css
<style>
a { background-color: #A464FA; }
a { background-color: rgb(164,100,250); }
div.DivClassName
{
background-color: #A464FA;
}
.BgClassName
{
background-color: #A464FA;
}
</style>
border-color css
<style>
span { border-color: #A464FA; }
span { border-color: rgb(164,100,250); }
td.TdClassName
{
border-color: #A464FA;
}
.TagClassName
{
border-color: #A464FA;
}
</style>