#A660D9

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

Shades of Amethyst #A660D9

Tints of Amethyst #A660D9

Color information

#A660D9 (or 0xA660D9) is unknown color: approx Amethyst. HEX triplet: A6, 60 and D9. RGB value is (166,96,217). Sum of RGB (Red+Green+Blue) = 166+96+217=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 217 - color contains mainly: blue. Hex color #A660D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A660D9 is #599F26. Grayscale: #828282. Windows color (decimal): -5873447 or 14246054. OLE color: 14246054.

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

Color convert

RGB16696217-
CMYK0.240.5600.15
HSL274.71º61.42%61.37%-
HSV(B)274.71º55.76%85.1%-
XYZ32.4321.4868.08-
YUV130.72176.69153.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.66%
GREEN value IS 96 (37.89% from 255) = 20.04%
BLUE value IS 217 (85.16% from 255) = 45.30%
R=34.66%
G=20.04%
B=45.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal166962170.240.5600.15274.7161.4261.37
HexA660D918380F1133d3d
Octal24614033130700174237575
Binary101001101100000110110011100011100001111100010011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A660D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A660D9; }

 p { color: rgb(166,96,217); }

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

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

 a { background-color: rgb(166,96,217); }

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

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

 span { border-color: rgb(166,96,217); }

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