#A377D8

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

Shades of Medium Purple #A377D8

Tints of Medium Purple #A377D8

Color information

#A377D8 (or 0xA377D8) is unknown color: approx Medium Purple. HEX triplet: A3, 77 and D8. RGB value is (163,119,216). Sum of RGB (Red+Green+Blue) = 163+119+216=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 216 - color contains mainly: blue. Hex color #A377D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A377D8 is #5C8827. Grayscale: #8E8E8E. Windows color (decimal): -6064168 or 14186403. OLE color: 14186403.

HSL color Cylindrical-coordinate representation of color #A377D8: hue angle of 267.22º 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 #A377D8 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB163119216-
CMYK0.250.4500.15
HSL267.22º55.43%65.69%-
HSV(B)267.22º44.91%84.71%-
XYZ34.125.9468.18-
YUV143.21169.08142.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.73%
GREEN value IS 119 (46.88% from 255) = 23.90%
BLUE value IS 216 (84.77% from 255) = 43.37%
R=32.73%
G=23.90%
B=43.37%

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
Decimal1631192160.250.4500.15267.2255.4365.69
HexA377D8192D0F10b3742
Octal243167330315501741367102
Binary1010001111101111101100011001101101011111000010111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A377D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A377D8; }

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

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

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

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

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

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

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

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