#A977D2

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

Shades of Amethyst #A977D2

Tints of Amethyst #A977D2

Color information

#A977D2 (or 0xA977D2) is unknown color: approx Amethyst. HEX triplet: A9, 77 and D2. RGB value is (169,119,210). Sum of RGB (Red+Green+Blue) = 169+119+210=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 210 (82.42% from 255 or 42.17% from 498); Max value from RGB is 210 - color contains mainly: blue. Hex color #A977D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A977D2 is #56882D. Grayscale: #909090. Windows color (decimal): -5670958 or 13793193. OLE color: 13793193.

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

Color convert

RGB169119210-
CMYK0.200.4300.18
HSL272.97º50.28%64.51%-
HSV(B)272.97º43.33%82.35%-
XYZ34.5926.2864.22-
YUV144.32165.06145.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.94%
GREEN value IS 119 (46.88% from 255) = 23.90%
BLUE value IS 210 (82.42% from 255) = 42.17%
R=33.94%
G=23.90%
B=42.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1691192100.200.4300.18272.9750.2864.51
HexA977D2142B0121113241
Octal251167322245302242162101
Binary10101001111011111010010101001010110100101000100011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A977D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A977D2; }

 p { color: rgb(169,119,210); }

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

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

 a { background-color: rgb(169,119,210); }

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

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

 span { border-color: rgb(169,119,210); }

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