#A371F7

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

Shades of Medium Purple #A371F7

Tints of Medium Purple #A371F7

Color information

#A371F7 (or 0xA371F7) is unknown color: approx Medium Purple. HEX triplet: A3, 71 and F7. RGB value is (163,113,247). Sum of RGB (Red+Green+Blue) = 163+113+247=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 247 (96.88% from 255 or 47.23% from 523); Max value from RGB is 247 - color contains mainly: blue. Hex color #A371F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A371F7 is #5C8E08. Grayscale: #8E8E8E. Windows color (decimal): -6065673 or 16216483. OLE color: 16216483.

HSL color Cylindrical-coordinate representation of color #A371F7: hue angle of 262.39º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A371F7 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB163113247-
CMYK0.340.5400.03
HSL262.39º89.33%70.59%-
HSV(B)262.39º54.25%96.86%-
XYZ37.826.3191.08-
YUV143.23186.56142.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.17%
GREEN value IS 113 (44.53% from 255) = 21.61%
BLUE value IS 247 (96.88% from 255) = 47.23%
R=31.17%
G=21.61%
B=47.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1631132470.340.5400.03262.3989.3370.59
HexA371F72236031065947
Octal243161367426603406131107
Binary1010001111100011111011110001011011001110000011010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A371F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A371F7; }

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

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

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

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

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

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

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

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