#AA5EE1

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

Shades of Amethyst #AA5EE1

Tints of Amethyst #AA5EE1

Color information

#AA5EE1 (or 0xAA5EE1) is unknown color: approx Amethyst. HEX triplet: AA, 5E and E1. RGB value is (170,94,225). Sum of RGB (Red+Green+Blue) = 170+94+225=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 225 (88.28% from 255 or 46.01% from 489); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA5EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5EE1 is #55A11E. Grayscale: #838383. Windows color (decimal): -5611807 or 14769834. OLE color: 14769834.

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

Color convert

RGB17094225-
CMYK0.240.5800.12
HSL274.81º68.59%62.55%-
HSV(B)274.81º58.22%88.24%-
XYZ34.1721.9973.68-
YUV131.66180.68155.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 94 (37.11% from 255) = 19.22%
BLUE value IS 225 (88.28% from 255) = 46.01%
R=34.76%
G=19.22%
B=46.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal170942250.240.5800.12274.8168.5962.55
HexAA5EE1183A0C113453f
Octal252136341307201442310577
Binary1010101010111101110000111000111010011001000100111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5EE1; }

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

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

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

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

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

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

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

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