#A159ED

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

Shades of Medium Purple #A159ED

Tints of Medium Purple #A159ED

Color information

#A159ED (or 0xA159ED) is unknown color: approx Medium Purple. HEX triplet: A1, 59 and ED. RGB value is (161,89,237). Sum of RGB (Red+Green+Blue) = 161+89+237=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #A159ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A159ED is #5EA612. Grayscale: #7E7E7E. Windows color (decimal): -6202899 or 15554977. OLE color: 15554977.

HSL color Cylindrical-coordinate representation of color #A159ED: hue angle of 269.19º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A159ED is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16189237-
CMYK0.320.6200.07
HSL269.19º80.43%63.92%-
HSV(B)269.19º62.45%92.94%-
XYZ33.5620.8482.37-
YUV127.4189.85151.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.06%
GREEN value IS 89 (35.16% from 255) = 18.28%
BLUE value IS 237 (92.97% from 255) = 48.67%
R=33.06%
G=18.28%
B=48.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal161892370.320.6200.07269.1980.4363.92
HexA159ED203E0710d5040
Octal241131355407607415120100
Binary10100001101100111101101100000111110011110000110110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A159ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A159ED; }

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

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

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

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

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

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

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

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