#A76AC1

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

Shades of Amethyst #A76AC1

Tints of Amethyst #A76AC1

Color information

#A76AC1 (or 0xA76AC1) is unknown color: approx Amethyst. HEX triplet: A7, 6A and C1. RGB value is (167,106,193). Sum of RGB (Red+Green+Blue) = 167+106+193=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 193 - color contains mainly: blue. Hex color #A76AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76AC1 is #58953E. Grayscale: #858585. Windows color (decimal): -5805375 or 12675751. OLE color: 12675751.

HSL color Cylindrical-coordinate representation of color #A76AC1: hue angle of 282.07º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A76AC1 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB167106193-
CMYK0.130.4500.24
HSL282.07º41.23%58.63%-
HSV(B)282.07º45.08%75.69%-
XYZ30.7222.3753.15-
YUV134.16161.21151.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.84%
GREEN value IS 106 (41.80% from 255) = 22.75%
BLUE value IS 193 (75.78% from 255) = 41.42%
R=35.84%
G=22.75%
B=41.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671061930.130.4500.24282.0741.2358.63
HexA76AC1D2D01811a293b
Octal24715230115550304325173
Binary101001111101010110000011101101101011000100011010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76AC1; }

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

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

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

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

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

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

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

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