#aa5ee8

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

Shades of Amethyst #AA5EE8

Tints of Amethyst #AA5EE8

Color information

#AA5EE8 (or 0xAA5EE8) is unknown color: approx Amethyst. HEX triplet: AA, 5E and E8. RGB value is (170,94,232). Sum of RGB (Red+Green+Blue) = 170+94+232=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 232 (91.02% from 255 or 46.77% from 496); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA5EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5EE8 is #55A117. Grayscale: #838383. Windows color (decimal): -5611800 or 15228586. OLE color: 15228586.

HSL color Cylindrical-coordinate representation of color #AA5EE8: hue angle of 273.04º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA5EE8 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17094232-
CMYK0.270.5900.09
HSL273.04º75%63.92%-
HSV(B)273.04º59.48%90.98%-
XYZ35.1522.3878.81-
YUV132.46184.18154.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.27%
GREEN value IS 94 (37.11% from 255) = 18.95%
BLUE value IS 232 (91.02% from 255) = 46.77%
R=34.27%
G=18.95%
B=46.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal170942320.270.5900.09273.047563.92
HexAA5EE81B3B091114b40
Octal2521363503373011421113100
Binary10101010101111011101000110111110110100110001000110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa5ee8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa5ee8; }

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

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

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

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

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

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

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

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