#A660E2

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

Shades of Amethyst #A660E2

Tints of Amethyst #A660E2

Color information

#A660E2 (or 0xA660E2) is unknown color: approx Amethyst. HEX triplet: A6, 60 and E2. RGB value is (166,96,226). Sum of RGB (Red+Green+Blue) = 166+96+226=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 226 (88.67% from 255 or 46.31% from 488); Max value from RGB is 226 - color contains mainly: blue. Hex color #A660E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A660E2 is #599F1D. Grayscale: #838383. Windows color (decimal): -5873438 or 14835878. OLE color: 14835878.

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

Color convert

RGB16696226-
CMYK0.270.5800.11
HSL272.31º69.15%63.14%-
HSV(B)272.31º57.52%88.63%-
XYZ33.6421.9674.42-
YUV131.75181.19152.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.02%
GREEN value IS 96 (37.89% from 255) = 19.67%
BLUE value IS 226 (88.67% from 255) = 46.31%
R=34.02%
G=19.67%
B=46.31%

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
Decimal166962260.270.5800.11272.3169.1563.14
HexA660E21B3A0B110453f
Octal246140342337201342010577
Binary1010011011000001110001011011111010010111000100001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A660E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A660E2; }

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

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

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

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

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

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

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

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