#A376E9

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

Shades of Medium Purple #A376E9

Tints of Medium Purple #A376E9

Color information

#A376E9 (or 0xA376E9) is unknown color: approx Medium Purple. HEX triplet: A3, 76 and E9. RGB value is (163,118,233). Sum of RGB (Red+Green+Blue) = 163+118+233=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 233 (91.41% from 255 or 45.33% from 514); Max value from RGB is 233 - color contains mainly: blue. Hex color #A376E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A376E9 is #5C8916. Grayscale: #909090. Windows color (decimal): -6064407 or 15300259. OLE color: 15300259.

HSL color Cylindrical-coordinate representation of color #A376E9: hue angle of 263.48º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A376E9 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB163118233-
CMYK0.300.4900.09
HSL263.48º72.33%68.82%-
HSV(B)263.48º49.36%91.37%-
XYZ36.2926.6380.32-
YUV144.56177.91141.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.71%
GREEN value IS 118 (46.48% from 255) = 22.96%
BLUE value IS 233 (91.41% from 255) = 45.33%
R=31.71%
G=22.96%
B=45.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1631182330.300.4900.09263.4872.3368.82
HexA376E91E31091074845
Octal2431663513661011407110105
Binary10100011111011011101001111101100010100110000011110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A376E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A376E9; }

 p { color: rgb(163,118,233); }

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

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

 a { background-color: rgb(163,118,233); }

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

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

 span { border-color: rgb(163,118,233); }

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