#A66AE0

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

Shades of Amethyst #A66AE0

Tints of Amethyst #A66AE0

Color information

#A66AE0 (or 0xA66AE0) is unknown color: approx Amethyst. HEX triplet: A6, 6A and E0. RGB value is (166,106,224). Sum of RGB (Red+Green+Blue) = 166+106+224=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #A66AE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66AE0 is #59951F. Grayscale: #888888. Windows color (decimal): -5870880 or 14707366. OLE color: 14707366.

HSL color Cylindrical-coordinate representation of color #A66AE0: hue angle of 270.51º 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 #A66AE0 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB166106224-
CMYK0.260.5300.12
HSL270.51º65.56%64.71%-
HSV(B)270.51º52.68%87.84%-
XYZ34.3323.873.3-
YUV137.39176.88148.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.47%
GREEN value IS 106 (41.80% from 255) = 21.37%
BLUE value IS 224 (87.89% from 255) = 45.16%
R=33.47%
G=21.37%
B=45.16%

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
Decimal1661062240.260.5300.12270.5165.5664.71
HexA66AE01A350C10f4241
Octal2461523403265014417102101
Binary10100110110101011100000110101101010110010000111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66AE0; }

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

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

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

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

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

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

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

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