#A371F1

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

Shades of Medium Purple #A371F1

Tints of Medium Purple #A371F1

Color information

#A371F1 (or 0xA371F1) is unknown color: approx Medium Purple. HEX triplet: A3, 71 and F1. RGB value is (163,113,241). Sum of RGB (Red+Green+Blue) = 163+113+241=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #A371F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A371F1 is #5C8E0E. Grayscale: #8E8E8E. Windows color (decimal): -6065679 or 15823267. OLE color: 15823267.

HSL color Cylindrical-coordinate representation of color #A371F1: hue angle of 263.44º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A371F1 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB163113241-
CMYK0.320.5300.05
HSL263.44º82.05%69.41%-
HSV(B)263.44º53.11%94.51%-
XYZ36.8925.9586.28-
YUV142.54183.56142.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.53%
GREEN value IS 113 (44.53% from 255) = 21.86%
BLUE value IS 241 (94.53% from 255) = 46.62%
R=31.53%
G=21.86%
B=46.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1631132410.320.5300.05263.4482.0569.41
HexA371F12035051075245
Octal243161361406505407122105
Binary10100011111000111110001100000110101010110000011110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A371F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A371F1; }

 p { color: rgb(163,113,241); }

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

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

 a { background-color: rgb(163,113,241); }

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

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

 span { border-color: rgb(163,113,241); }

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