#A677C9

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

Shades of Amethyst #A677C9

Tints of Amethyst #A677C9

Color information

#A677C9 (or 0xA677C9) is unknown color: approx Amethyst. HEX triplet: A6, 77 and C9. RGB value is (166,119,201). Sum of RGB (Red+Green+Blue) = 166+119+201=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 201 - color contains mainly: blue. Hex color #A677C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A677C9 is #598836. Grayscale: #8E8E8E. Windows color (decimal): -5867575 or 13203366. OLE color: 13203366.

HSL color Cylindrical-coordinate representation of color #A677C9: hue angle of 274.39º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A677C9 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166119201-
CMYK0.170.4100.21
HSL274.39º43.16%62.75%-
HSV(B)274.39º40.8%78.82%-
XYZ32.8725.5258.45-
YUV142.4161.07144.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.16%
GREEN value IS 119 (46.88% from 255) = 24.49%
BLUE value IS 201 (78.91% from 255) = 41.36%
R=34.16%
G=24.49%
B=41.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661192010.170.4100.21274.3943.1662.75
HexA677C911290151122b3f
Octal24616731121510254225377
Binary1010011011101111100100110001101001010101100010010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A677C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A677C9; }

 p { color: rgb(166,119,201); }

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

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

 a { background-color: rgb(166,119,201); }

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

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

 span { border-color: rgb(166,119,201); }

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