#A669C6

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

Shades of Amethyst #A669C6

Tints of Amethyst #A669C6

Color information

#A669C6 (or 0xA669C6) is unknown color: approx Amethyst. HEX triplet: A6, 69 and C6. RGB value is (166,105,198). Sum of RGB (Red+Green+Blue) = 166+105+198=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 198 - color contains mainly: blue. Hex color #A669C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669C6 is #599639. Grayscale: #858585. Windows color (decimal): -5871162 or 13003174. OLE color: 13003174.

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

Color convert

RGB166105198-
CMYK0.160.4700.22
HSL279.35º44.93%59.41%-
HSV(B)279.35º46.97%77.65%-
XYZ30.9722.2956.1-
YUV133.84164.21150.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.39%
GREEN value IS 105 (41.41% from 255) = 22.39%
BLUE value IS 198 (77.73% from 255) = 42.22%
R=35.39%
G=22.39%
B=42.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661051980.160.4700.22279.3544.9359.41
HexA669C6102F0161172d3b
Octal24615130620570264275573
Binary1010011011010011100011010000101111010110100010111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A669C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A669C6; }

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

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

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

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

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

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

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

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