#a76cc5

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

Shades of Amethyst #A76CC5

Tints of Amethyst #A76CC5

Color information

#A76CC5 (or 0xA76CC5) is unknown color: approx Amethyst. HEX triplet: A7, 6C and C5. RGB value is (167,108,197). Sum of RGB (Red+Green+Blue) = 167+108+197=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 197 - color contains mainly: blue. Hex color #A76CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76CC5 is #58933A. Grayscale: #878787. Windows color (decimal): -5804859 or 12938407. OLE color: 12938407.

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

Color convert

RGB167108197-
CMYK0.150.4500.23
HSL279.78º43.41%59.8%-
HSV(B)279.78º45.18%77.25%-
XYZ31.3822.9755.6-
YUV135.79162.55150.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.38%
GREEN value IS 108 (42.58% from 255) = 22.88%
BLUE value IS 197 (77.34% from 255) = 41.74%
R=35.38%
G=22.88%
B=41.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1671081970.150.4500.23279.7843.4159.8
HexA76CC5F2D0171182b3c
Octal24715430517550274305374
Binary101001111101100110001011111101101010111100011000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a76cc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a76cc5; }

 p { color: rgb(167,108,197); }

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

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

 a { background-color: rgb(167,108,197); }

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

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

 span { border-color: rgb(167,108,197); }

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