#A964FD

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

Shades of Medium Purple #A964FD

Tints of Medium Purple #A964FD

Color information

#A964FD (or 0xA964FD) is unknown color: approx Medium Purple. HEX triplet: A9, 64 and FD. RGB value is (169,100,253). Sum of RGB (Red+Green+Blue) = 169+100+253=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 100 (39.45% from 255 or 19.16% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #A964FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A964FD is #569B02. Grayscale: #898989. Windows color (decimal): -5675779 or 16606377. OLE color: 16606377.

HSL color Cylindrical-coordinate representation of color #A964FD: hue angle of 267.06º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A964FD is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB169100253-
CMYK0.330.6000.01
HSL267.06º97.45%69.22%-
HSV(B)267.06º60.47%99.22%-
XYZ38.6524.6495.65-
YUV138.07192.86150.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.38%
GREEN value IS 100 (39.45% from 255) = 19.16%
BLUE value IS 253 (99.22% from 255) = 48.47%
R=32.38%
G=19.16%
B=48.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1691002530.330.6000.01267.0697.4569.22
HexA964FD213C0110b6145
Octal251144375417401413141105
Binary101010011100100111111011000011111000110000101111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A964FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A964FD; }

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

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

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

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

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

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

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

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