#A45EE5

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

Shades of Amethyst #A45EE5

Tints of Amethyst #A45EE5

Color information

#A45EE5 (or 0xA45EE5) is unknown color: approx Amethyst. HEX triplet: A4, 5E and E5. RGB value is (164,94,229). Sum of RGB (Red+Green+Blue) = 164+94+229=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 229 - color contains mainly: blue. Hex color #A45EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45EE5 is #5BA11A. Grayscale: #818181. Windows color (decimal): -6005019 or 15031972. OLE color: 15031972.

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

Color convert

RGB16494229-
CMYK0.280.5900.10
HSL271.11º72.19%63.33%-
HSV(B)271.11º58.95%89.8%-
XYZ33.4621.5676.53-
YUV130.32183.69152.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.68%
GREEN value IS 94 (37.11% from 255) = 19.30%
BLUE value IS 229 (89.84% from 255) = 47.02%
R=33.68%
G=19.30%
B=47.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal164942290.280.5900.10271.1172.1963.33
HexA45EE51C3B0A10f483f
Octal244136345347301241711077
Binary1010010010111101110010111100111011010101000011111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45EE5; }

 p { color: rgb(164,94,229); }

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

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

 a { background-color: rgb(164,94,229); }

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

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

 span { border-color: rgb(164,94,229); }

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