#AA6AE5

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

Shades of Amethyst #AA6AE5

Tints of Amethyst #AA6AE5

Color information

#AA6AE5 (or 0xAA6AE5) is unknown color: approx Amethyst. HEX triplet: AA, 6A and E5. RGB value is (170,106,229). Sum of RGB (Red+Green+Blue) = 170+106+229=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA6AE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6AE5 is #55951A. Grayscale: #8A8A8A. Windows color (decimal): -5608731 or 15035050. OLE color: 15035050.

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

Color convert

RGB170106229-
CMYK0.260.5400.10
HSL271.22º70.29%65.69%-
HSV(B)271.22º53.71%89.8%-
XYZ35.8724.5176.97-
YUV139.16178.7150-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 106 (41.80% from 255) = 20.99%
BLUE value IS 229 (89.84% from 255) = 45.35%
R=33.66%
G=20.99%
B=45.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1701062290.260.5400.10271.2270.2965.69
HexAA6AE51A360A10f4642
Octal2521523453266012417106102
Binary10101010110101011100101110101101100101010000111110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6AE5; }

 p { color: rgb(170,106,229); }

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

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

 a { background-color: rgb(170,106,229); }

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

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

 span { border-color: rgb(170,106,229); }

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