#A159FA

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

Shades of Medium Purple #A159FA

Tints of Medium Purple #A159FA

Color information

#A159FA (or 0xA159FA) is unknown color: approx Medium Purple. HEX triplet: A1, 59 and FA. RGB value is (161,89,250). Sum of RGB (Red+Green+Blue) = 161+89+250=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #A159FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A159FA is #5EA605. Grayscale: #808080. Windows color (decimal): -6202886 or 16406945. OLE color: 16406945.

HSL color Cylindrical-coordinate representation of color #A159FA: hue angle of 266.83º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A159FA is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16189250-
CMYK0.360.6400.02
HSL266.83º94.15%66.47%-
HSV(B)266.83º64.4%98.04%-
XYZ35.5321.6292.74-
YUV128.88196.35150.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.2%
GREEN value IS 89 (35.16% from 255) = 17.8%
BLUE value IS 250 (98.05% from 255) = 50%
R=32.2%
G=17.8%
B=50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal161892500.360.6400.02266.8394.1566.47
HexA159FA24400210b5e42
Octal2411313724410002413136102
Binary10100001101100111111010100100100000001010000101110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A159FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A159FA; }

 p { color: rgb(161,89,250); }

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

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

 a { background-color: rgb(161,89,250); }

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

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

 span { border-color: rgb(161,89,250); }

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