#A76DCA

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

Shades of Amethyst #A76DCA

Tints of Amethyst #A76DCA

Color information

#A76DCA (or 0xA76DCA) is unknown color: approx Amethyst. HEX triplet: A7, 6D and CA. RGB value is (167,109,202). Sum of RGB (Red+Green+Blue) = 167+109+202=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #A76DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76DCA is #589235. Grayscale: #888888. Windows color (decimal): -5804598 or 13266343. OLE color: 13266343.

HSL color Cylindrical-coordinate representation of color #A76DCA: hue angle of 277.42º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A76DCA is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB167109202-
CMYK0.170.4600.21
HSL277.42º46.73%60.98%-
HSV(B)277.42º46.04%79.22%-
XYZ32.0723.4258.71-
YUV136.94164.72149.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.94%
GREEN value IS 109 (42.97% from 255) = 22.80%
BLUE value IS 202 (79.30% from 255) = 42.26%
R=34.94%
G=22.80%
B=42.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671092020.170.4600.21277.4246.7360.98
HexA76DCA112E0151152f3d
Octal24715531221560254255775
Binary1010011111011011100101010001101110010101100010101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76DCA; }

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

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

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

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

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

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

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

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