#A76ED2

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

Shades of Amethyst #A76ED2

Tints of Amethyst #A76ED2

Color information

#A76ED2 (or 0xA76ED2) is unknown color: approx Amethyst. HEX triplet: A7, 6E and D2. RGB value is (167,110,210). Sum of RGB (Red+Green+Blue) = 167+110+210=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 210 - color contains mainly: blue. Hex color #A76ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76ED2 is #58912D. Grayscale: #8A8A8A. Windows color (decimal): -5804334 or 13790887. OLE color: 13790887.

HSL color Cylindrical-coordinate representation of color #A76ED2: hue angle of 274.2º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A76ED2 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB167110210-
CMYK0.200.4800.18
HSL274.2º52.63%62.75%-
HSV(B)274.2º47.62%82.35%-
XYZ33.1524.0263.86-
YUV138.44168.38148.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.29%
GREEN value IS 110 (43.36% from 255) = 22.59%
BLUE value IS 210 (82.42% from 255) = 43.12%
R=34.29%
G=22.59%
B=43.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1671102100.200.4800.18274.252.6362.75
HexA76ED21430012112353f
Octal24715632224600224226577
Binary1010011111011101101001010100110000010010100010010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76ED2; }

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

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

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

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

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

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

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

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