#A76DC3

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

Shades of Amethyst #A76DC3

Tints of Amethyst #A76DC3

Color information

#A76DC3 (or 0xA76DC3) is unknown color: approx Amethyst. HEX triplet: A7, 6D and C3. RGB value is (167,109,195). Sum of RGB (Red+Green+Blue) = 167+109+195=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 195 - color contains mainly: blue. Hex color #A76DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76DC3 is #58923C. Grayscale: #878787. Windows color (decimal): -5804605 or 12807591. OLE color: 12807591.

HSL color Cylindrical-coordinate representation of color #A76DC3: hue angle of 280.47º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A76DC3 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB167109195-
CMYK0.140.4400.24
HSL280.47º41.75%59.61%-
HSV(B)280.47º44.1%76.47%-
XYZ31.2623.0954.44-
YUV136.15161.22150.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.46%
GREEN value IS 109 (42.97% from 255) = 23.14%
BLUE value IS 195 (76.56% from 255) = 41.40%
R=35.46%
G=23.14%
B=41.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671091950.140.4400.24280.4741.7559.61
HexA76DC3E2C0181182a3c
Octal24715530316540304305274
Binary101001111101101110000111110101100011000100011000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76DC3; }

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

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

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

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

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

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

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

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