#A661DE

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

Shades of Amethyst #A661DE

Tints of Amethyst #A661DE

Color information

#A661DE (or 0xA661DE) is unknown color: approx Amethyst. HEX triplet: A6, 61 and DE. RGB value is (166,97,222). Sum of RGB (Red+Green+Blue) = 166+97+222=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #A661DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A661DE is #599E21. Grayscale: #838383. Windows color (decimal): -5873186 or 14573990. OLE color: 14573990.

HSL color Cylindrical-coordinate representation of color #A661DE: hue angle of 273.12º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A661DE is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16697222-
CMYK0.250.5600.13
HSL273.12º65.45%62.55%-
HSV(B)273.12º56.31%87.06%-
XYZ33.1921.9371.59-
YUV131.88178.86152.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.23%
GREEN value IS 97 (38.28% from 255) = 20%
BLUE value IS 222 (87.11% from 255) = 45.77%
R=34.23%
G=20%
B=45.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal166972220.250.5600.13273.1265.4562.55
HexA661DE19380D111413f
Octal246141336317001542110177
Binary1010011011000011101111011001111000011011000100011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A661DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A661DE; }

 p { color: rgb(166,97,222); }

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

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

 a { background-color: rgb(166,97,222); }

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

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

 span { border-color: rgb(166,97,222); }

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