#A476E5

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

Shades of Medium Purple #A476E5

Tints of Medium Purple #A476E5

Color information

#A476E5 (or 0xA476E5) is unknown color: approx Medium Purple. HEX triplet: A4, 76 and E5. RGB value is (164,118,229). Sum of RGB (Red+Green+Blue) = 164+118+229=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 229 - color contains mainly: blue. Hex color #A476E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A476E5 is #5B891A. Grayscale: #909090. Windows color (decimal): -5998875 or 15038116. OLE color: 15038116.

HSL color Cylindrical-coordinate representation of color #A476E5: hue angle of 264.86º degrees, saturation: 0.68, 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 #A476E5 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB164118229-
CMYK0.280.4800.10
HSL264.86º68.1%68.04%-
HSV(B)264.86º48.47%89.8%-
XYZ35.9326.5177.35-
YUV144.41175.74141.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.09%
GREEN value IS 118 (46.48% from 255) = 23.09%
BLUE value IS 229 (89.84% from 255) = 44.81%
R=32.09%
G=23.09%
B=44.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1641182290.280.4800.10264.8668.168.04
HexA476E51C300A1094444
Octal2441663453460012411104104
Binary10100100111011011100101111001100000101010000100110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A476E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A476E5; }

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

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

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

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

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

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

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

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