#A964FF

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

Shades of Medium Purple #A964FF

Tints of Medium Purple #A964FF

Color information

#A964FF (or 0xA964FF) is unknown color: approx Medium Purple. HEX triplet: A9, 64 and FF. RGB value is (169,100,255). Sum of RGB (Red+Green+Blue) = 169+100+255=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #A964FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A964FF is #569B00. Grayscale: #898989. Windows color (decimal): -5675777 or 16737449. OLE color: 16737449.

HSL color Cylindrical-coordinate representation of color #A964FF: hue angle of 266.71º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A964FF is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB169100255-
CMYK0.340.6100
HSL266.71º100%69.61%-
HSV(B)266.71º60.78%100%-
XYZ38.9724.7797.33-
YUV138.3193.86149.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.25%
GREEN value IS 100 (39.45% from 255) = 19.08%
BLUE value IS 255 (100% from 255) = 48.66%
R=32.25%
G=19.08%
B=48.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1691002550.340.6100266.7110069.61
HexA964FF223D0010b6446
Octal251144377427500413144106
Binary101010011100100111111111000101111010010000101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A964FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A964FF; }

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

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

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

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

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

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

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

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