#A676D5

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

Shades of Amethyst #A676D5

Tints of Amethyst #A676D5

Color information

#A676D5 (or 0xA676D5) is unknown color: approx Amethyst. HEX triplet: A6, 76 and D5. RGB value is (166,118,213). Sum of RGB (Red+Green+Blue) = 166+118+213=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #A676D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A676D5 is #59892A. Grayscale: #8E8E8E. Windows color (decimal): -5867819 or 13989542. OLE color: 13989542.

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

Color convert

RGB166118213-
CMYK0.220.4500.16
HSL270.32º53.07%64.9%-
HSV(B)270.32º44.6%83.53%-
XYZ34.2125.8766.14-
YUV143.18167.4144.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.40%
GREEN value IS 118 (46.48% from 255) = 23.74%
BLUE value IS 213 (83.59% from 255) = 42.86%
R=33.40%
G=23.74%
B=42.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661182130.220.4500.16270.3253.0764.9
HexA676D5162D01010e3541
Octal246166325265502041665101
Binary10100110111011011010101101101011010100001000011101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A676D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A676D5; }

 p { color: rgb(166,118,213); }

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

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

 a { background-color: rgb(166,118,213); }

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

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

 span { border-color: rgb(166,118,213); }

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