#A476D8

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

Shades of Medium Purple #A476D8

Tints of Medium Purple #A476D8

Color information

#A476D8 (or 0xA476D8) is unknown color: approx Medium Purple. HEX triplet: A4, 76 and D8. RGB value is (164,118,216). Sum of RGB (Red+Green+Blue) = 164+118+216=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 118 (46.48% from 255 or 23.69% 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 #A476D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A476D8 is #5B8927. Grayscale: #8E8E8E. Windows color (decimal): -5998888 or 14186148. OLE color: 14186148.

HSL color Cylindrical-coordinate representation of color #A476D8: hue angle of 268.16º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A476D8 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB164118216-
CMYK0.240.4500.15
HSL268.16º55.68%65.49%-
HSV(B)268.16º45.37%84.71%-
XYZ34.1825.8168.15-
YUV142.93169.24143.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.93%
GREEN value IS 118 (46.48% from 255) = 23.69%
BLUE value IS 216 (84.77% from 255) = 43.37%
R=32.93%
G=23.69%
B=43.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641182160.240.4500.15268.1655.6865.49
HexA476D8182D0F10c3841
Octal244166330305501741470101
Binary1010010011101101101100011000101101011111000011001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A476D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A476D8; }

 p { color: rgb(164,118,216); }

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

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

 a { background-color: rgb(164,118,216); }

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

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

 span { border-color: rgb(164,118,216); }

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