#A161FB

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

Shades of Medium Purple #A161FB

Tints of Medium Purple #A161FB

Color information

#A161FB (or 0xA161FB) is unknown color: approx Medium Purple. HEX triplet: A1, 61 and FB. RGB value is (161,97,251). Sum of RGB (Red+Green+Blue) = 161+97+251=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #A161FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A161FB is #5E9E04. Grayscale: #858585. Windows color (decimal): -6200837 or 16474529. OLE color: 16474529.

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

Color convert

RGB16197251-
CMYK0.360.6100.02
HSL264.94º95.06%68.24%-
HSV(B)264.94º61.35%98.43%-
XYZ36.3923.0993.81-
YUV133.69194.2147.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.63%
GREEN value IS 97 (38.28% from 255) = 19.06%
BLUE value IS 251 (98.44% from 255) = 49.31%
R=31.63%
G=19.06%
B=49.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal161972510.360.6100.02264.9495.0668.24
HexA161FB243D021095f44
Octal241141373447502411137104
Binary1010000111000011111101110010011110101010000100110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A161FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A161FB; }

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

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

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

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

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

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

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

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