#A376F6

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

Shades of Medium Purple #A376F6

Tints of Medium Purple #A376F6

Color information

#A376F6 (or 0xA376F6) is unknown color: approx Medium Purple. HEX triplet: A3, 76 and F6. RGB value is (163,118,246). Sum of RGB (Red+Green+Blue) = 163+118+246=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #A376F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A376F6 is #5C8909. Grayscale: #919191. Windows color (decimal): -6064394 or 16152227. OLE color: 16152227.

HSL color Cylindrical-coordinate representation of color #A376F6: hue angle of 261.09º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A376F6 is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB163118246-
CMYK0.340.5200.04
HSL261.09º87.67%71.37%-
HSV(B)261.09º52.03%96.47%-
XYZ38.2227.490.46-
YUV146.05184.41140.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.93%
GREEN value IS 118 (46.48% from 255) = 22.39%
BLUE value IS 246 (96.48% from 255) = 46.68%
R=30.93%
G=22.39%
B=46.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1631182460.340.5200.04261.0987.6771.37
HexA376F62234041055847
Octal243166366426404405130107
Binary10100011111011011110110100010110100010010000010110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A376F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A376F6; }

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

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

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

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

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

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

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

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