#A057D7

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

Shades of Amethyst #A057D7

Tints of Amethyst #A057D7

Color information

#A057D7 (or 0xA057D7) is unknown color: approx Amethyst. HEX triplet: A0, 57 and D7. RGB value is (160,87,215). Sum of RGB (Red+Green+Blue) = 160+87+215=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 215 (84.38% from 255 or 46.54% from 462); Max value from RGB is 215 - color contains mainly: blue. Hex color #A057D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A057D7 is #5FA828. Grayscale: #7A7A7A. Windows color (decimal): -6268969 or 14112672. OLE color: 14112672.

HSL color Cylindrical-coordinate representation of color #A057D7: hue angle of 274.22º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A057D7 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16087215-
CMYK0.260.6000.16
HSL274.22º61.54%59.22%-
HSV(B)274.22º59.53%84.31%-
XYZ30.1719.266.41-
YUV123.42179.68154.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.63%
GREEN value IS 87 (34.38% from 255) = 18.83%
BLUE value IS 215 (84.38% from 255) = 46.54%
R=34.63%
G=18.83%
B=46.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal160872150.260.6000.16274.2261.5459.22
HexA057D71A3C0101123e3b
Octal24012732732740204227673
Binary1010000010101111101011111010111100010000100010010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A057D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A057D7; }

 p { color: rgb(160,87,215); }

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

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

 a { background-color: rgb(160,87,215); }

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

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

 span { border-color: rgb(160,87,215); }

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