#A76FC4

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

Shades of Amethyst #A76FC4

Tints of Amethyst #A76FC4

Color information

#A76FC4 (or 0xA76FC4) is unknown color: approx Amethyst. HEX triplet: A7, 6F and C4. RGB value is (167,111,196). Sum of RGB (Red+Green+Blue) = 167+111+196=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 196 - color contains mainly: blue. Hex color #A76FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FC4 is #58903B. Grayscale: #898989. Windows color (decimal): -5804092 or 12873639. OLE color: 12873639.

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

Color convert

RGB167111196-
CMYK0.150.4300.23
HSL279.53º41.87%60.2%-
HSV(B)279.53º43.37%76.86%-
XYZ31.5823.5755.11-
YUV137.43161.05149.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.23%
GREEN value IS 111 (43.75% from 255) = 23.42%
BLUE value IS 196 (76.95% from 255) = 41.35%
R=35.23%
G=23.42%
B=41.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1671111960.150.4300.23279.5341.8760.2
HexA76FC4F2B0171182a3c
Octal24715730417530274305274
Binary101001111101111110001001111101011010111100011000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76FC4; }

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

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

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

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

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

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

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

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