#A45CE5

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

Shades of Amethyst #A45CE5

Tints of Amethyst #A45CE5

Color information

#A45CE5 (or 0xA45CE5) is unknown color: approx Amethyst. HEX triplet: A4, 5C and E5. RGB value is (164,92,229). Sum of RGB (Red+Green+Blue) = 164+92+229=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #A45CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45CE5 is #5BA31A. Grayscale: #808080. Windows color (decimal): -6005531 or 15031460. OLE color: 15031460.

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

Color convert

RGB16492229-
CMYK0.280.6000.10
HSL271.53º72.49%62.94%-
HSV(B)271.53º59.83%89.8%-
XYZ33.2821.276.47-
YUV129.15184.35152.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.81%
GREEN value IS 92 (36.33% from 255) = 18.97%
BLUE value IS 229 (89.84% from 255) = 47.22%
R=33.81%
G=18.97%
B=47.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal164922290.280.6000.10271.5372.4962.94
HexA45CE51C3C0A110483f
Octal244134345347401242011077
Binary1010010010111001110010111100111100010101000100001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45CE5; }

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

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

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

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

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

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

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

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