Shades of Medium Purple #A964FA
Tints of Medium Purple #A964FA
RGB
CMYK
RGB Variations
Color information
#A964FA (or 0xA964FA) is known color: Medium Purple. HEX triplet: A9, 64 and FA. RGB value is (169,100,250). Sum of RGB (Red+Green+Blue) = 169+100+250=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #A964FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A964FA is #569B05. Grayscale: #898989. Windows color (decimal): -5675782 or 16409769. OLE color: 16409769.
HSL color Cylindrical-coordinate representation of color #A964FA: hue angle of 267.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 #A964FA is Cyan = 0.32, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 100 | 250 | - |
| CMYK | 0.32 | 0.6 | 0 | 0.02 |
| HSL | 267.6º | 0.94% | 0.69% | - |
| HSV(B) | 267.6º | 0.6% | 0.98% | - |
| XYZ | 38.17 | 24.45 | 93.15 | - |
| YUV | 137.73 | 191.36 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 250 | 0.32 | 0.6 | 0 | 0.02 | 267.6 | 0.94 | 0.69 |
| Hex | A9 | 64 | FA | 20 | 3C | 0 | 2 | 10C | 5E | 45 |
| Octal | 251 | 144 | 372 | 40 | 74 | 0 | 2 | 414 | 136 | 105 |
| Binary | 10101001 | 1100100 | 11111010 | 100000 | 111100 | 0 | 10 | 100001100 | 1011110 | 1000101 |
Color Harmonies of #A964FA
Complementary color
Monochromatic Colors of #A964FA
Black with #A964FA
Text Example
Text Example
White with #A964FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A964FA; }
p { color: rgb(169,100,250); }
H1.HeaderClassName
{
color: #A964FA;
}
.AnyTagClassName
{
color: #A964FA;
}
</style>
background-color css
<style>
a { background-color: #A964FA; }
a { background-color: rgb(169,100,250); }
div.DivClassName
{
background-color: #A964FA;
}
.BgClassName
{
background-color: #A964FA;
}
</style>
border-color css
<style>
span { border-color: #A964FA; }
span { border-color: rgb(169,100,250); }
td.TdClassName
{
border-color: #A964FA;
}
.TagClassName
{
border-color: #A964FA;
}
</style>