#A377E3

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

Shades of Medium Purple #A377E3

Tints of Medium Purple #A377E3

Color information

#A377E3 (or 0xA377E3) is unknown color: approx Medium Purple. HEX triplet: A3, 77 and E3. RGB value is (163,119,227). Sum of RGB (Red+Green+Blue) = 163+119+227=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 227 (89.06% from 255 or 44.60% from 509); Max value from RGB is 227 - color contains mainly: blue. Hex color #A377E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A377E3 is #5C881C. Grayscale: #909090. Windows color (decimal): -6064157 or 14907299. OLE color: 14907299.

HSL color Cylindrical-coordinate representation of color #A377E3: hue angle of 264.44º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A377E3 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB163119227-
CMYK0.280.4800.11
HSL264.44º65.85%67.84%-
HSV(B)264.44º47.58%89.02%-
XYZ35.5726.5375.92-
YUV144.47174.58141.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.02%
GREEN value IS 119 (46.88% from 255) = 23.38%
BLUE value IS 227 (89.06% from 255) = 44.60%
R=32.02%
G=23.38%
B=44.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1631192270.280.4800.11264.4465.8567.84
HexA377E31C300B1084244
Octal2431673433460013410102104
Binary10100011111011111100011111001100000101110000100010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A377E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A377E3; }

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

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

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

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

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

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

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

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