#A171FA

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

Shades of Medium Purple #A171FA

Tints of Medium Purple #A171FA

Color information

#A171FA (or 0xA171FA) is unknown color: approx Medium Purple. HEX triplet: A1, 71 and FA. RGB value is (161,113,250). Sum of RGB (Red+Green+Blue) = 161+113+250=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #A171FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A171FA is #5E8E05. Grayscale: #8E8E8E. Windows color (decimal): -6196742 or 16413089. OLE color: 16413089.

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

Color convert

RGB161113250-
CMYK0.360.5500.02
HSL261.02º93.2%71.18%-
HSV(B)261.02º54.8%98.04%-
XYZ37.8626.2993.52-
YUV142.97188.4140.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.73%
GREEN value IS 113 (44.53% from 255) = 21.56%
BLUE value IS 250 (98.05% from 255) = 47.71%
R=30.73%
G=21.56%
B=47.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1611132500.360.5500.02261.0293.271.18
HexA171FA2437021055d47
Octal241161372446702405135107
Binary1010000111100011111101010010011011101010000010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A171FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A171FA; }

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

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

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

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

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

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

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

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