#A660E8

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

Shades of Amethyst #A660E8

Tints of Amethyst #A660E8

Color information

#A660E8 (or 0xA660E8) is unknown color: approx Amethyst. HEX triplet: A6, 60 and E8. RGB value is (166,96,232). Sum of RGB (Red+Green+Blue) = 166+96+232=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 232 (91.02% from 255 or 46.96% from 494); Max value from RGB is 232 - color contains mainly: blue. Hex color #A660E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A660E8 is #599F17. Grayscale: #838383. Windows color (decimal): -5873432 or 15229094. OLE color: 15229094.

HSL color Cylindrical-coordinate representation of color #A660E8: hue angle of 270.88º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A660E8 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16696232-
CMYK0.280.5900.09
HSL270.88º74.73%64.31%-
HSV(B)270.88º58.62%90.98%-
XYZ34.4722.378.83-
YUV132.43184.19151.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.60%
GREEN value IS 96 (37.89% from 255) = 19.43%
BLUE value IS 232 (91.02% from 255) = 46.96%
R=33.60%
G=19.43%
B=46.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal166962320.280.5900.09270.8874.7364.31
HexA660E81C3B0910f4b40
Octal2461403503473011417113100
Binary10100110110000011101000111001110110100110000111110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A660E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A660E8; }

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

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

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

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

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

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

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

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