#A173F1

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

Shades of Medium Purple #A173F1

Tints of Medium Purple #A173F1

Color information

#A173F1 (or 0xA173F1) is unknown color: approx Medium Purple. HEX triplet: A1, 73 and F1. RGB value is (161,115,241). Sum of RGB (Red+Green+Blue) = 161+115+241=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 115 (45.31% from 255 or 22.24% 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 #A173F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A173F1 is #5E8C0E. Grayscale: #8E8E8E. Windows color (decimal): -6196239 or 15823777. OLE color: 15823777.

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

Color convert

RGB161115241-
CMYK0.330.5200.05
HSL261.9º81.82%69.8%-
HSV(B)261.9º52.28%94.51%-
XYZ36.7126.1986.34-
YUV143.12183.24140.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.14%
GREEN value IS 115 (45.31% from 255) = 22.24%
BLUE value IS 241 (94.53% from 255) = 46.62%
R=31.14%
G=22.24%
B=46.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1611152410.330.5200.05261.981.8269.8
HexA173F12134051065246
Octal241163361416405406122106
Binary10100001111001111110001100001110100010110000011010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A173F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A173F1; }

 p { color: rgb(161,115,241); }

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

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

 a { background-color: rgb(161,115,241); }

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

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

 span { border-color: rgb(161,115,241); }

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