#A177F1

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

Shades of Medium Purple #A177F1

Tints of Medium Purple #A177F1

Color information

#A177F1 (or 0xA177F1) is unknown color: approx Medium Purple. HEX triplet: A1, 77 and F1. RGB value is (161,119,241). Sum of RGB (Red+Green+Blue) = 161+119+241=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #A177F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A177F1 is #5E880E. Grayscale: #919191. Windows color (decimal): -6195215 or 15824801. OLE color: 15824801.

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

Color convert

RGB161119241-
CMYK0.330.5100.05
HSL260.66º81.33%70.59%-
HSV(B)260.66º50.62%94.51%-
XYZ37.1727.1286.49-
YUV145.47181.91139.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.90%
GREEN value IS 119 (46.88% from 255) = 22.84%
BLUE value IS 241 (94.53% from 255) = 46.26%
R=30.90%
G=22.84%
B=46.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1611192410.330.5100.05260.6681.3370.59
HexA177F12133051055147
Octal241167361416305405121107
Binary10100001111011111110001100001110011010110000010110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A177F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A177F1; }

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

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

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

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

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

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

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

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