#A66AE1

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

Shades of Amethyst #A66AE1

Tints of Amethyst #A66AE1

Color information

#A66AE1 (or 0xA66AE1) is unknown color: approx Amethyst. HEX triplet: A6, 6A and E1. RGB value is (166,106,225). Sum of RGB (Red+Green+Blue) = 166+106+225=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 225 - color contains mainly: blue. Hex color #A66AE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66AE1 is #59951E. Grayscale: #898989. Windows color (decimal): -5870879 or 14772902. OLE color: 14772902.

HSL color Cylindrical-coordinate representation of color #A66AE1: hue angle of 270.25º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A66AE1 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB166106225-
CMYK0.260.5300.12
HSL270.25º66.48%64.9%-
HSV(B)270.25º52.89%88.24%-
XYZ34.4723.8574.02-
YUV137.51177.38148.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.40%
GREEN value IS 106 (41.80% from 255) = 21.33%
BLUE value IS 225 (88.28% from 255) = 45.27%
R=33.40%
G=21.33%
B=45.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1661062250.260.5300.12270.2566.4864.9
HexA66AE11A350C10e4241
Octal2461523413265014416102101
Binary10100110110101011100001110101101010110010000111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66AE1; }

 p { color: rgb(166,106,225); }

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

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

 a { background-color: rgb(166,106,225); }

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

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

 span { border-color: rgb(166,106,225); }

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