#A76DD5

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

Shades of Amethyst #A76DD5

Tints of Amethyst #A76DD5

Color information

#A76DD5 (or 0xA76DD5) is unknown color: approx Amethyst. HEX triplet: A7, 6D and D5. RGB value is (167,109,213). Sum of RGB (Red+Green+Blue) = 167+109+213=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: blue. Hex color #A76DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76DD5 is #58922A. Grayscale: #898989. Windows color (decimal): -5804587 or 13987239. OLE color: 13987239.

HSL color Cylindrical-coordinate representation of color #A76DD5: hue angle of 273.46º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A76DD5 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB167109213-
CMYK0.220.4900.16
HSL273.46º55.32%63.14%-
HSV(B)273.46º48.83%83.53%-
XYZ33.4223.9665.81-
YUV138.2170.22148.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.15%
GREEN value IS 109 (42.97% from 255) = 22.29%
BLUE value IS 213 (83.59% from 255) = 43.56%
R=34.15%
G=22.29%
B=43.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1671092130.220.4900.16273.4655.3263.14
HexA76DD51631010111373f
Octal24715532526610204216777
Binary1010011111011011101010110110110001010000100010001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76DD5; }

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

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

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

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

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

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

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

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