#A476E7

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

Shades of Medium Purple #A476E7

Tints of Medium Purple #A476E7

Color information

#A476E7 (or 0xA476E7) is unknown color: approx Medium Purple. HEX triplet: A4, 76 and E7. RGB value is (164,118,231). Sum of RGB (Red+Green+Blue) = 164+118+231=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 231 (90.62% from 255 or 45.03% from 513); Max value from RGB is 231 - color contains mainly: blue. Hex color #A476E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A476E7 is #5B8918. Grayscale: #909090. Windows color (decimal): -5998873 or 15169188. OLE color: 15169188.

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

Color convert

RGB164118231-
CMYK0.290.4900.09
HSL264.42º70.19%68.43%-
HSV(B)264.42º48.92%90.59%-
XYZ36.2126.6278.83-
YUV144.64176.74141.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.97%
GREEN value IS 118 (46.48% from 255) = 23.00%
BLUE value IS 231 (90.62% from 255) = 45.03%
R=31.97%
G=23.00%
B=45.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1641182310.290.4900.09264.4270.1968.43
HexA476E71D31091084644
Octal2441663473561011410106104
Binary10100100111011011100111111011100010100110000100010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A476E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A476E7; }

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

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

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

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

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

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

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

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