#A76AC7

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

Shades of Amethyst #A76AC7

Tints of Amethyst #A76AC7

Color information

#A76AC7 (or 0xA76AC7) is unknown color: approx Amethyst. HEX triplet: A7, 6A and C7. RGB value is (167,106,199). Sum of RGB (Red+Green+Blue) = 167+106+199=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 199 - color contains mainly: blue. Hex color #A76AC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76AC7 is #589538. Grayscale: #868686. Windows color (decimal): -5805369 or 13068967. OLE color: 13068967.

HSL color Cylindrical-coordinate representation of color #A76AC7: hue angle of 279.35º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A76AC7 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB167106199-
CMYK0.160.4700.22
HSL279.35º45.37%59.8%-
HSV(B)279.35º46.73%78.04%-
XYZ31.422.6556.75-
YUV134.84164.21150.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.38%
GREEN value IS 106 (41.80% from 255) = 22.46%
BLUE value IS 199 (78.12% from 255) = 42.16%
R=35.38%
G=22.46%
B=42.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1671061990.160.4700.22279.3545.3759.8
HexA76AC7102F0161172d3c
Octal24715230720570264275574
Binary1010011111010101100011110000101111010110100010111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76AC7; }

 p { color: rgb(167,106,199); }

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

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

 a { background-color: rgb(167,106,199); }

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

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

 span { border-color: rgb(167,106,199); }

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