#A661DA

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

Shades of Amethyst #A661DA

Tints of Amethyst #A661DA

Color information

#A661DA (or 0xA661DA) is unknown color: approx Amethyst. HEX triplet: A6, 61 and DA. RGB value is (166,97,218). Sum of RGB (Red+Green+Blue) = 166+97+218=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #A661DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A661DA is #599E25. Grayscale: #838383. Windows color (decimal): -5873190 or 14311846. OLE color: 14311846.

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

Color convert

RGB16697218-
CMYK0.240.5600.15
HSL274.21º62.05%61.76%-
HSV(B)274.21º55.5%85.49%-
XYZ32.6621.7268.8-
YUV131.43176.86152.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.51%
GREEN value IS 97 (38.28% from 255) = 20.17%
BLUE value IS 218 (85.55% from 255) = 45.32%
R=34.51%
G=20.17%
B=45.32%

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
Decimal166972180.240.5600.15274.2162.0561.76
HexA661DA18380F1123e3e
Octal24614133230700174227676
Binary101001101100001110110101100011100001111100010010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A661DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A661DA; }

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

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

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

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

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

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

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

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