#aa6ee1

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

Shades of Amethyst #AA6EE1

Tints of Amethyst #AA6EE1

Color information

#AA6EE1 (or 0xAA6EE1) is unknown color: approx Amethyst. HEX triplet: AA, 6E and E1. RGB value is (170,110,225). Sum of RGB (Red+Green+Blue) = 170+110+225=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 225 (88.28% from 255 or 44.55% from 505); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA6EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6EE1 is #55911E. Grayscale: #8C8C8C. Windows color (decimal): -5607711 or 14773930. OLE color: 14773930.

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

Color convert

RGB170110225-
CMYK0.240.5100.12
HSL271.3º65.71%65.69%-
HSV(B)271.3º51.11%88.24%-
XYZ35.7425.1374.2-
YUV141.05175.38148.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 110 (43.36% from 255) = 21.78%
BLUE value IS 225 (88.28% from 255) = 44.55%
R=33.66%
G=21.78%
B=44.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1701102250.240.5100.12271.365.7165.69
HexAA6EE118330C10f4242
Octal2521563413063014417102102
Binary10101010110111011100001110001100110110010000111110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa6ee1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa6ee1; }

 p { color: rgb(170,110,225); }

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

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

 a { background-color: rgb(170,110,225); }

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

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

 span { border-color: rgb(170,110,225); }

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