#A161F4

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

Shades of Medium Purple #A161F4

Tints of Medium Purple #A161F4

Color information

#A161F4 (or 0xA161F4) is unknown color: approx Medium Purple. HEX triplet: A1, 61 and F4. RGB value is (161,97,244). Sum of RGB (Red+Green+Blue) = 161+97+244=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 244 (95.70% from 255 or 48.61% from 502); Max value from RGB is 244 - color contains mainly: blue. Hex color #A161F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A161F4 is #5E9E0B. Grayscale: #848484. Windows color (decimal): -6200844 or 16015777. OLE color: 16015777.

HSL color Cylindrical-coordinate representation of color #A161F4: hue angle of 266.12º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A161F4 is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16197244-
CMYK0.340.6000.04
HSL266.12º86.98%66.86%-
HSV(B)266.12º60.25%95.69%-
XYZ35.322.6688.1-
YUV132.89190.7148.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.07%
GREEN value IS 97 (38.28% from 255) = 19.32%
BLUE value IS 244 (95.70% from 255) = 48.61%
R=32.07%
G=19.32%
B=48.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal161972440.340.6000.04266.1286.9866.86
HexA161F4223C0410a5743
Octal241141364427404412127103
Binary10100001110000111110100100010111100010010000101010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A161F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A161F4; }

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

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

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

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

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

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

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

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