#A557E1

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

Shades of Amethyst #A557E1

Tints of Amethyst #A557E1

Color information

#A557E1 (or 0xA557E1) is unknown color: approx Amethyst. HEX triplet: A5, 57 and E1. RGB value is (165,87,225). Sum of RGB (Red+Green+Blue) = 165+87+225=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 225 (88.28% from 255 or 47.17% from 477); Max value from RGB is 225 - color contains mainly: blue. Hex color #A557E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A557E1 is #5AA81E. Grayscale: #7D7D7D. Windows color (decimal): -5941279 or 14768037. OLE color: 14768037.

HSL color Cylindrical-coordinate representation of color #A557E1: hue angle of 273.91º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A557E1 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16587225-
CMYK0.270.6100.12
HSL273.91º69.7%61.18%-
HSV(B)273.91º61.33%88.24%-
XYZ32.5220.2573.43-
YUV126.05183.84155.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.59%
GREEN value IS 87 (34.38% from 255) = 18.24%
BLUE value IS 225 (88.28% from 255) = 47.17%
R=34.59%
G=18.24%
B=47.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal165872250.270.6100.12273.9169.761.18
HexA557E11B3D0C112463d
Octal245127341337501442210675
Binary1010010110101111110000111011111101011001000100101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A557E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A557E1; }

 p { color: rgb(165,87,225); }

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

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

 a { background-color: rgb(165,87,225); }

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

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

 span { border-color: rgb(165,87,225); }

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