#a76dc6

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

Shades of Amethyst #A76DC6

Tints of Amethyst #A76DC6

Color information

#A76DC6 (or 0xA76DC6) is unknown color: approx Amethyst. HEX triplet: A7, 6D and C6. RGB value is (167,109,198). Sum of RGB (Red+Green+Blue) = 167+109+198=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 198 - color contains mainly: blue. Hex color #A76DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76DC6 is #589239. Grayscale: #888888. Windows color (decimal): -5804602 or 13004199. OLE color: 13004199.

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

Color convert

RGB167109198-
CMYK0.160.4500.22
HSL279.1º43.84%60.2%-
HSV(B)279.1º44.95%77.65%-
XYZ31.623.2356.24-
YUV136.49162.72149.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.23%
GREEN value IS 109 (42.97% from 255) = 23.00%
BLUE value IS 198 (77.73% from 255) = 41.77%
R=35.23%
G=23.00%
B=41.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1671091980.160.4500.22279.143.8460.2
HexA76DC6102D0161172c3c
Octal24715530620550264275474
Binary1010011111011011100011010000101101010110100010111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a76dc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a76dc6; }

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

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

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

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

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

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

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

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