#a673c3

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

Shades of Amethyst #A673C3

Tints of Amethyst #A673C3

Color information

#A673C3 (or 0xA673C3) is unknown color: approx Amethyst. HEX triplet: A6, 73 and C3. RGB value is (166,115,195). Sum of RGB (Red+Green+Blue) = 166+115+195=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 195 (76.56% from 255 or 40.97% from 476); Max value from RGB is 195 - color contains mainly: blue. Hex color #A673C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A673C3 is #598C3C. Grayscale: #8B8B8B. Windows color (decimal): -5868605 or 12809126. OLE color: 12809126.

HSL color Cylindrical-coordinate representation of color #A673C3: hue angle of 278.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A673C3 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB166115195-
CMYK0.150.4100.24
HSL278.25º40%60.78%-
HSV(B)278.25º41.03%76.47%-
XYZ31.7124.3154.65-
YUV139.37159.4147-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.87%
GREEN value IS 115 (45.31% from 255) = 24.16%
BLUE value IS 195 (76.56% from 255) = 40.97%
R=34.87%
G=24.16%
B=40.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661151950.150.4100.24278.254060.78
HexA673C3F29018116283d
Octal24616330317510304265075
Binary101001101110011110000111111101001011000100010110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a673c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a673c3; }

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

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

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

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

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

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

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

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