#AA5EED

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

Shades of Amethyst #AA5EED

Tints of Amethyst #AA5EED

Color information

#AA5EED (or 0xAA5EED) is unknown color: approx Amethyst. HEX triplet: AA, 5E and ED. RGB value is (170,94,237). Sum of RGB (Red+Green+Blue) = 170+94+237=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA5EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5EED is #55A112. Grayscale: #848484. Windows color (decimal): -5611795 or 15556266. OLE color: 15556266.

HSL color Cylindrical-coordinate representation of color #AA5EED: hue angle of 271.89º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA5EED is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17094237-
CMYK0.280.6000.07
HSL271.89º79.89%64.9%-
HSV(B)271.89º60.34%92.94%-
XYZ35.8722.6782.61-
YUV133.03186.68154.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 94 (37.11% from 255) = 18.76%
BLUE value IS 237 (92.97% from 255) = 47.31%
R=33.93%
G=18.76%
B=47.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal170942370.280.6000.07271.8979.8964.9
HexAA5EED1C3C071105041
Octal252136355347407420120101
Binary1010101010111101110110111100111100011110001000010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5EED; }

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

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

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

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

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

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

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

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