#A76DDF

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

Shades of Amethyst #A76DDF

Tints of Amethyst #A76DDF

Color information

#A76DDF (or 0xA76DDF) is unknown color: approx Amethyst. HEX triplet: A7, 6D and DF. RGB value is (167,109,223). Sum of RGB (Red+Green+Blue) = 167+109+223=499 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.47% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #A76DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76DDF is #589220. Grayscale: #8A8A8A. Windows color (decimal): -5804577 or 14642599. OLE color: 14642599.

HSL color Cylindrical-coordinate representation of color #A76DDF: hue angle of 270.53º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A76DDF is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB167109223-
CMYK0.250.5100.13
HSL270.53º64.04%65.1%-
HSV(B)270.53º51.12%87.45%-
XYZ34.7224.4872.71-
YUV139.34175.22147.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.47%
GREEN value IS 109 (42.97% from 255) = 21.84%
BLUE value IS 223 (87.5% from 255) = 44.69%
R=33.47%
G=21.84%
B=44.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671092230.250.5100.13270.5364.0465.1
HexA76DDF19330D10f4041
Octal2471553373163015417100101
Binary10100111110110111011111110011100110110110000111110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76DDF; }

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

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

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

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

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

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

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

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