#A668C3

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

Shades of Amethyst #A668C3

Tints of Amethyst #A668C3

Color information

#A668C3 (or 0xA668C3) is unknown color: approx Amethyst. HEX triplet: A6, 68 and C3. RGB value is (166,104,195). Sum of RGB (Red+Green+Blue) = 166+104+195=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 195 - color contains mainly: blue. Hex color #A668C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A668C3 is #59973C. Grayscale: #848484. Windows color (decimal): -5871421 or 12806310. OLE color: 12806310.

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

Color convert

RGB166104195-
CMYK0.150.4700.24
HSL280.88º43.13%58.63%-
HSV(B)280.88º46.67%76.47%-
XYZ30.5321.9554.26-
YUV132.91163.04151.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.70%
GREEN value IS 104 (41.02% from 255) = 22.37%
BLUE value IS 195 (76.56% from 255) = 41.94%
R=35.70%
G=22.37%
B=41.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661041950.150.4700.24280.8843.1358.63
HexA668C3F2F0181192b3b
Octal24615030317570304315373
Binary101001101101000110000111111101111011000100011001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A668C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A668C3; }

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

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

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

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

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

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

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

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