#A76ED4

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

Shades of Amethyst #A76ED4

Tints of Amethyst #A76ED4

Color information

#A76ED4 (or 0xA76ED4) is unknown color: approx Amethyst. HEX triplet: A7, 6E and D4. RGB value is (167,110,212). Sum of RGB (Red+Green+Blue) = 167+110+212=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 212 (83.20% from 255 or 43.35% from 489); Max value from RGB is 212 - color contains mainly: blue. Hex color #A76ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76ED4 is #58912B. Grayscale: #8A8A8A. Windows color (decimal): -5804332 or 13921959. OLE color: 13921959.

HSL color Cylindrical-coordinate representation of color #A76ED4: hue angle of 273.53º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A76ED4 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB167110212-
CMYK0.210.4800.17
HSL273.53º54.26%63.14%-
HSV(B)273.53º48.11%83.14%-
XYZ33.424.1265.18-
YUV138.67169.38148.21-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.15%
GREEN value IS 110 (43.36% from 255) = 22.49%
BLUE value IS 212 (83.20% from 255) = 43.35%
R=34.15%
G=22.49%
B=43.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1671102120.210.4800.17273.5354.2663.14
HexA76ED41530011112363f
Octal24715632425600214226677
Binary1010011111011101101010010101110000010001100010010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76ED4; }

 p { color: rgb(167,110,212); }

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

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

 a { background-color: rgb(167,110,212); }

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

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

 span { border-color: rgb(167,110,212); }

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