#A673C4

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

Shades of Amethyst #A673C4

Tints of Amethyst #A673C4

Color information

#A673C4 (or 0xA673C4) is unknown color: approx Amethyst. HEX triplet: A6, 73 and C4. RGB value is (166,115,196). Sum of RGB (Red+Green+Blue) = 166+115+196=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 196 (76.95% from 255 or 41.09% from 477); Max value from RGB is 196 - color contains mainly: blue. Hex color #A673C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A673C4 is #598C3B. Grayscale: #8B8B8B. Windows color (decimal): -5868604 or 12874662. OLE color: 12874662.

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

Color convert

RGB166115196-
CMYK0.150.4100.23
HSL277.78º40.7%60.98%-
HSV(B)277.78º41.33%76.86%-
XYZ31.8224.3555.25-
YUV139.48159.9146.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.80%
GREEN value IS 115 (45.31% from 255) = 24.11%
BLUE value IS 196 (76.95% from 255) = 41.09%
R=34.80%
G=24.11%
B=41.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1661151960.150.4100.23277.7840.760.98
HexA673C4F29017116293d
Octal24616330417510274265175
Binary101001101110011110001001111101001010111100010110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A673C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A673C4; }

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

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

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

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

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

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

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

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