#A76DC4

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

Shades of Amethyst #A76DC4

Tints of Amethyst #A76DC4

Color information

#A76DC4 (or 0xA76DC4) is unknown color: approx Amethyst. HEX triplet: A7, 6D and C4. RGB value is (167,109,196). Sum of RGB (Red+Green+Blue) = 167+109+196=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 196 - color contains mainly: blue. Hex color #A76DC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76DC4 is #58923B. Grayscale: #878787. Windows color (decimal): -5804604 or 12873127. OLE color: 12873127.

HSL color Cylindrical-coordinate representation of color #A76DC4: hue angle of 280º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A76DC4 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB167109196-
CMYK0.150.4400.23
HSL280º42.44%59.8%-
HSV(B)280º44.39%76.86%-
XYZ31.3723.1455.04-
YUV136.26161.72149.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.38%
GREEN value IS 109 (42.97% from 255) = 23.09%
BLUE value IS 196 (76.95% from 255) = 41.53%
R=35.38%
G=23.09%
B=41.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1671091960.150.4400.2328042.4459.8
HexA76DC4F2C0171182a3c
Octal24715530417540274305274
Binary101001111101101110001001111101100010111100011000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76DC4; }

 p { color: rgb(167,109,196); }

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

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

 a { background-color: rgb(167,109,196); }

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

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

 span { border-color: rgb(167,109,196); }

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