#A76DDE

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

Shades of Amethyst #A76DDE

Tints of Amethyst #A76DDE

Color information

#A76DDE (or 0xA76DDE) is unknown color: approx Amethyst. HEX triplet: A7, 6D and DE. RGB value is (167,109,222). Sum of RGB (Red+Green+Blue) = 167+109+222=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #A76DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76DDE is #589221. Grayscale: #8A8A8A. Windows color (decimal): -5804578 or 14577063. OLE color: 14577063.

HSL color Cylindrical-coordinate representation of color #A76DDE: hue angle of 270.8º degrees, saturation: 0.63, 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 #A76DDE is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB167109222-
CMYK0.250.5100.13
HSL270.8º63.13%64.9%-
HSV(B)270.8º50.9%87.06%-
XYZ34.5924.4372-
YUV139.22174.72147.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.53%
GREEN value IS 109 (42.97% from 255) = 21.89%
BLUE value IS 222 (87.11% from 255) = 44.58%
R=33.53%
G=21.89%
B=44.58%

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
Decimal1671092220.250.5100.13270.863.1364.9
HexA76DDE19330D10f3f41
Octal247155336316301541777101
Binary1010011111011011101111011001110011011011000011111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76DDE; }

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

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

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

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

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

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

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

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