#A964F7

Color #A964F7 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A964F7

Tints of Medium Purple #A964F7

Color information

#A964F7 (or 0xA964F7) is unknown color: approx Medium Purple. HEX triplet: A9, 64 and F7. RGB value is (169,100,247). Sum of RGB (Red+Green+Blue) = 169+100+247=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 247 (96.88% from 255 or 47.87% from 516); Max value from RGB is 247 - color contains mainly: blue. Hex color #A964F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A964F7 is #569B08. Grayscale: #888888. Windows color (decimal): -5675785 or 16213161. OLE color: 16213161.

HSL color Cylindrical-coordinate representation of color #A964F7: hue angle of 268.16º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A964F7 is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB169100247-
CMYK0.320.6000.03
HSL268.16º90.18%68.04%-
HSV(B)268.16º59.51%96.86%-
XYZ37.7124.2690.69-
YUV137.39189.86150.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 32.75%
GREEN value IS 100 (39.45% from 255) = 19.38%
BLUE value IS 247 (96.88% from 255) = 47.87%
R=32.75%
G=19.38%
B=47.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1691002470.320.6000.03268.1690.1868.04
HexA964F7203C0310c5a44
Octal251144367407403414132104
Binary1010100111001001111011110000011110001110000110010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A964F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A964F7; }

 p { color: rgb(169,100,247); }

 H1.HeaderClassName
 {
   color: #A964F7;
 }
 .AnyTagClassName
 {
   color: #A964F7;
 }
</style>
background-color css

<style>
 a { background-color: #A964F7; }

 a { background-color: rgb(169,100,247); }

 div.DivClassName
 {
   background-color: #A964F7;
 }
 .BgClassName
 {
   background-color: #A964F7;
 }
</style>
border-color css

<style>
 span { border-color: #A964F7; }

 span { border-color: rgb(169,100,247); }

 td.TdClassName
 {
   border-color: #A964F7;
 }
 .TagClassName
 {
   border-color: #A964F7;
 }
</style>