#A660E4

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

Shades of Amethyst #A660E4

Tints of Amethyst #A660E4

Color information

#A660E4 (or 0xA660E4) is unknown color: approx Amethyst. HEX triplet: A6, 60 and E4. RGB value is (166,96,228). Sum of RGB (Red+Green+Blue) = 166+96+228=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 228 (89.45% from 255 or 46.53% from 490); Max value from RGB is 228 - color contains mainly: blue. Hex color #A660E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A660E4 is #599F1B. Grayscale: #838383. Windows color (decimal): -5873436 or 14966950. OLE color: 14966950.

HSL color Cylindrical-coordinate representation of color #A660E4: hue angle of 271.82º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A660E4 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16696228-
CMYK0.270.5800.11
HSL271.82º70.97%63.53%-
HSV(B)271.82º57.89%89.41%-
XYZ33.9122.0775.87-
YUV131.98182.19152.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.88%
GREEN value IS 96 (37.89% from 255) = 19.59%
BLUE value IS 228 (89.45% from 255) = 46.53%
R=33.88%
G=19.59%
B=46.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal166962280.270.5800.11271.8270.9763.53
HexA660E41B3A0B1104740
Octal2461403443372013420107100
Binary10100110110000011100100110111110100101110001000010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A660E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A660E4; }

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

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

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

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

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

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

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

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