#A377E6

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

Shades of Medium Purple #A377E6

Tints of Medium Purple #A377E6

Color information

#A377E6 (or 0xA377E6) is unknown color: approx Medium Purple. HEX triplet: A3, 77 and E6. RGB value is (163,119,230). Sum of RGB (Red+Green+Blue) = 163+119+230=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 230 - color contains mainly: blue. Hex color #A377E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A377E6 is #5C8819. Grayscale: #909090. Windows color (decimal): -6064154 or 15103907. OLE color: 15103907.

HSL color Cylindrical-coordinate representation of color #A377E6: hue angle of 263.78º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A377E6 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB163119230-
CMYK0.290.4800.10
HSL263.78º68.94%68.43%-
HSV(B)263.78º48.26%90.2%-
XYZ35.9826.6978.12-
YUV144.81176.08140.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.84%
GREEN value IS 119 (46.88% from 255) = 23.24%
BLUE value IS 230 (90.23% from 255) = 44.92%
R=31.84%
G=23.24%
B=44.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1631192300.290.4800.10263.7868.9468.43
HexA377E61D300A1084544
Octal2431673463560012410105104
Binary10100011111011111100110111011100000101010000100010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A377E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A377E6; }

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

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

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

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

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

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

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

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