#A673C6

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

Shades of Amethyst #A673C6

Tints of Amethyst #A673C6

Color information

#A673C6 (or 0xA673C6) is unknown color: approx Amethyst. HEX triplet: A6, 73 and C6. RGB value is (166,115,198). Sum of RGB (Red+Green+Blue) = 166+115+198=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 198 - color contains mainly: blue. Hex color #A673C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A673C6 is #598C39. Grayscale: #8B8B8B. Windows color (decimal): -5868602 or 13005734. OLE color: 13005734.

HSL color Cylindrical-coordinate representation of color #A673C6: hue angle of 276.87º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A673C6 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB166115198-
CMYK0.160.4200.22
HSL276.87º42.13%61.37%-
HSV(B)276.87º41.92%77.65%-
XYZ32.0524.4556.46-
YUV139.71160.9146.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.66%
GREEN value IS 115 (45.31% from 255) = 24.01%
BLUE value IS 198 (77.73% from 255) = 41.34%
R=34.66%
G=24.01%
B=41.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661151980.160.4200.22276.8742.1361.37
HexA673C6102A0161152a3d
Octal24616330620520264255275
Binary1010011011100111100011010000101010010110100010101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A673C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A673C6; }

 p { color: rgb(166,115,198); }

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

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

 a { background-color: rgb(166,115,198); }

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

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

 span { border-color: rgb(166,115,198); }

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