#a476eb

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

Shades of Medium Purple #A476EB

Tints of Medium Purple #A476EB

Color information

#A476EB (or 0xA476EB) is unknown color: approx Medium Purple. HEX triplet: A4, 76 and EB. RGB value is (164,118,235). Sum of RGB (Red+Green+Blue) = 164+118+235=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 118 (46.48% from 255 or 22.82% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #A476EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A476EB is #5B8914. Grayscale: #909090. Windows color (decimal): -5998869 or 15431332. OLE color: 15431332.

HSL color Cylindrical-coordinate representation of color #A476EB: hue angle of 263.59º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A476EB is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164118235-
CMYK0.300.5000.08
HSL263.59º74.52%69.22%-
HSV(B)263.59º49.79%92.16%-
XYZ36.7826.8581.84-
YUV145.09178.74141.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.72%
GREEN value IS 118 (46.48% from 255) = 22.82%
BLUE value IS 235 (92.19% from 255) = 45.45%
R=31.72%
G=22.82%
B=45.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641182350.300.5000.08263.5974.5269.22
HexA476EB1E32081084b45
Octal2441663533662010410113105
Binary10100100111011011101011111101100100100010000100010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a476eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a476eb; }

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

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

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

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

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

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

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

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