#A177F6

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

Shades of Medium Purple #A177F6

Tints of Medium Purple #A177F6

Color information

#A177F6 (or 0xA177F6) is unknown color: approx Medium Purple. HEX triplet: A1, 77 and F6. RGB value is (161,119,246). Sum of RGB (Red+Green+Blue) = 161+119+246=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 246 - color contains mainly: blue. Hex color #A177F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A177F6 is #5E8809. Grayscale: #919191. Windows color (decimal): -6195210 or 16152481. OLE color: 16152481.

HSL color Cylindrical-coordinate representation of color #A177F6: hue angle of 259.84º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A177F6 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB161119246-
CMYK0.350.5200.04
HSL259.84º87.59%71.57%-
HSV(B)259.84º51.63%96.47%-
XYZ37.9327.4290.48-
YUV146.04184.41138.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.61%
GREEN value IS 119 (46.88% from 255) = 22.62%
BLUE value IS 246 (96.48% from 255) = 46.77%
R=30.61%
G=22.62%
B=46.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1611192460.350.5200.04259.8487.5971.57
HexA177F62334041045848
Octal241167366436404404130110
Binary10100001111011111110110100011110100010010000010010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A177F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A177F6; }

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

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

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

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

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

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

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

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