#A76CD1

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

Shades of Amethyst #A76CD1

Tints of Amethyst #A76CD1

Color information

#A76CD1 (or 0xA76CD1) is unknown color: approx Amethyst. HEX triplet: A7, 6C and D1. RGB value is (167,108,209). Sum of RGB (Red+Green+Blue) = 167+108+209=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 209 - color contains mainly: blue. Hex color #A76CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76CD1 is #58932E. Grayscale: #888888. Windows color (decimal): -5804847 or 13724839. OLE color: 13724839.

HSL color Cylindrical-coordinate representation of color #A76CD1: hue angle of 275.05º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A76CD1 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB167108209-
CMYK0.200.4800.18
HSL275.05º52.33%62.16%-
HSV(B)275.05º48.33%81.96%-
XYZ32.8123.5463.14-
YUV137.16168.55149.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.50%
GREEN value IS 108 (42.58% from 255) = 22.31%
BLUE value IS 209 (82.03% from 255) = 43.18%
R=34.50%
G=22.31%
B=43.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1671082090.200.4800.18275.0552.3362.16
HexA76CD11430012113343e
Octal24715432124600224236476
Binary1010011111011001101000110100110000010010100010011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76CD1; }

 p { color: rgb(167,108,209); }

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

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

 a { background-color: rgb(167,108,209); }

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

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

 span { border-color: rgb(167,108,209); }

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