#A670C3

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

Shades of Amethyst #A670C3

Tints of Amethyst #A670C3

Color information

#A670C3 (or 0xA670C3) is unknown color: approx Amethyst. HEX triplet: A6, 70 and C3. RGB value is (166,112,195). Sum of RGB (Red+Green+Blue) = 166+112+195=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 195 - color contains mainly: blue. Hex color #A670C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A670C3 is #598F3C. Grayscale: #898989. Windows color (decimal): -5869373 or 12808358. OLE color: 12808358.

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

Color convert

RGB166112195-
CMYK0.150.4300.24
HSL279.04º40.89%60.2%-
HSV(B)279.04º42.56%76.47%-
XYZ31.3723.6454.54-
YUV137.61160.39148.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.10%
GREEN value IS 112 (44.14% from 255) = 23.68%
BLUE value IS 195 (76.56% from 255) = 41.23%
R=35.10%
G=23.68%
B=41.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661121950.150.4300.24279.0440.8960.2
HexA670C3F2B018117293c
Octal24616030317530304275174
Binary101001101110000110000111111101011011000100010111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A670C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A670C3; }

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

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

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

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

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

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

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

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