#A660DA

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

Shades of Amethyst #A660DA

Tints of Amethyst #A660DA

Color information

#A660DA (or 0xA660DA) is unknown color: approx Amethyst. HEX triplet: A6, 60 and DA. RGB value is (166,96,218). Sum of RGB (Red+Green+Blue) = 166+96+218=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #A660DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A660DA is #599F25. Grayscale: #828282. Windows color (decimal): -5873446 or 14311590. OLE color: 14311590.

HSL color Cylindrical-coordinate representation of color #A660DA: hue angle of 274.43º 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 #A660DA is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16696218-
CMYK0.240.5600.15
HSL274.43º62.24%61.57%-
HSV(B)274.43º55.96%85.49%-
XYZ32.5621.5368.77-
YUV130.84177.19153.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.58%
GREEN value IS 96 (37.89% from 255) = 20%
BLUE value IS 218 (85.55% from 255) = 45.42%
R=34.58%
G=20%
B=45.42%

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
Decimal166962180.240.5600.15274.4362.2461.57
HexA660DA18380F1123e3e
Octal24614033230700174227676
Binary101001101100000110110101100011100001111100010010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A660DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A660DA; }

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

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

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

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

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

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

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

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