#A177D8

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

Shades of Medium Purple #A177D8

Tints of Medium Purple #A177D8

Color information

#A177D8 (or 0xA177D8) is unknown color: approx Medium Purple. HEX triplet: A1, 77 and D8. RGB value is (161,119,216). Sum of RGB (Red+Green+Blue) = 161+119+216=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 216 (84.77% from 255 or 43.55% from 496); Max value from RGB is 216 - color contains mainly: blue. Hex color #A177D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A177D8 is #5E8827. Grayscale: #8E8E8E. Windows color (decimal): -6195240 or 14186401. OLE color: 14186401.

HSL color Cylindrical-coordinate representation of color #A177D8: hue angle of 265.98º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A177D8 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB161119216-
CMYK0.250.4500.15
HSL265.98º55.43%65.69%-
HSV(B)265.98º44.91%84.71%-
XYZ33.6925.7368.16-
YUV142.62169.41141.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.46%
GREEN value IS 119 (46.88% from 255) = 23.99%
BLUE value IS 216 (84.77% from 255) = 43.55%
R=32.46%
G=23.99%
B=43.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1611192160.250.4500.15265.9855.4365.69
HexA177D8192D0F10a3742
Octal241167330315501741267102
Binary1010000111101111101100011001101101011111000010101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A177D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A177D8; }

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

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

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

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

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

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

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

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