#A76BC6

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

Shades of Amethyst #A76BC6

Tints of Amethyst #A76BC6

Color information

#A76BC6 (or 0xA76BC6) is unknown color: approx Amethyst. HEX triplet: A7, 6B and C6. RGB value is (167,107,198). Sum of RGB (Red+Green+Blue) = 167+107+198=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #A76BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76BC6 is #589439. Grayscale: #878787. Windows color (decimal): -5805114 or 13003687. OLE color: 13003687.

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

Color convert

RGB167107198-
CMYK0.160.4600.22
HSL279.56º44.39%59.8%-
HSV(B)279.56º45.96%77.65%-
XYZ31.3922.8156.17-
YUV135.31163.38150.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.38%
GREEN value IS 107 (42.19% from 255) = 22.67%
BLUE value IS 198 (77.73% from 255) = 41.95%
R=35.38%
G=22.67%
B=41.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1671071980.160.4600.22279.5644.3959.8
HexA76BC6102E0161182c3c
Octal24715330620560264305474
Binary1010011111010111100011010000101110010110100011000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76BC6; }

 p { color: rgb(167,107,198); }

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

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

 a { background-color: rgb(167,107,198); }

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

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

 span { border-color: rgb(167,107,198); }

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