#AA5EE6

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

Shades of Amethyst #AA5EE6

Tints of Amethyst #AA5EE6

Color information

#AA5EE6 (or 0xAA5EE6) is unknown color: approx Amethyst. HEX triplet: AA, 5E and E6. RGB value is (170,94,230). Sum of RGB (Red+Green+Blue) = 170+94+230=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 230 (90.23% from 255 or 46.56% from 494); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA5EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5EE6 is #55A119. Grayscale: #838383. Windows color (decimal): -5611802 or 15097514. OLE color: 15097514.

HSL color Cylindrical-coordinate representation of color #AA5EE6: hue angle of 273.53º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA5EE6 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17094230-
CMYK0.260.5900.10
HSL273.53º73.12%63.53%-
HSV(B)273.53º59.13%90.2%-
XYZ34.8622.2677.32-
YUV132.23183.18154.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 94 (37.11% from 255) = 19.03%
BLUE value IS 230 (90.23% from 255) = 46.56%
R=34.41%
G=19.03%
B=46.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal170942300.260.5900.10273.5373.1263.53
HexAA5EE61A3B0A1124940
Octal2521363463273012422111100
Binary10101010101111011100110110101110110101010001001010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5EE6; }

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

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

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

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

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

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

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

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