#A161E9

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

Shades of Medium Purple #A161E9

Tints of Medium Purple #A161E9

Color information

#A161E9 (or 0xA161E9) is unknown color: approx Medium Purple. HEX triplet: A1, 61 and E9. RGB value is (161,97,233). Sum of RGB (Red+Green+Blue) = 161+97+233=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 233 (91.41% from 255 or 47.45% from 491); Max value from RGB is 233 - color contains mainly: blue. Hex color #A161E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A161E9 is #5E9E16. Grayscale: #838383. Windows color (decimal): -6200855 or 15294881. OLE color: 15294881.

HSL color Cylindrical-coordinate representation of color #A161E9: hue angle of 268.24º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A161E9 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16197233-
CMYK0.310.5800.09
HSL268.24º75.56%64.71%-
HSV(B)268.24º58.37%91.37%-
XYZ33.6822.0179.56-
YUV131.64185.2148.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.79%
GREEN value IS 97 (38.28% from 255) = 19.76%
BLUE value IS 233 (91.41% from 255) = 47.45%
R=32.79%
G=19.76%
B=47.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal161972330.310.5800.09268.2475.5664.71
HexA161E91F3A0910c4c41
Octal2411413513772011414114101
Binary10100001110000111101001111111110100100110000110010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A161E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A161E9; }

 p { color: rgb(161,97,233); }

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

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

 a { background-color: rgb(161,97,233); }

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

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

 span { border-color: rgb(161,97,233); }

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