#A057E9

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

Shades of Amethyst #A057E9

Tints of Amethyst #A057E9

Color information

#A057E9 (or 0xA057E9) is unknown color: approx Amethyst. HEX triplet: A0, 57 and E9. RGB value is (160,87,233). Sum of RGB (Red+Green+Blue) = 160+87+233=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 87 (34.38% from 255 or 18.12% from 480); Blue value is 233 (91.41% from 255 or 48.54% from 480); Max value from RGB is 233 - color contains mainly: blue. Hex color #A057E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A057E9 is #5FA816. Grayscale: #7C7C7C. Windows color (decimal): -6268951 or 15292320. OLE color: 15292320.

HSL color Cylindrical-coordinate representation of color #A057E9: hue angle of 270º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A057E9 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16087233-
CMYK0.310.6300.09
HSL270º76.84%62.75%-
HSV(B)270º62.66%91.37%-
XYZ32.6120.1779.27-
YUV125.47188.68152.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.33%
GREEN value IS 87 (34.38% from 255) = 18.12%
BLUE value IS 233 (91.41% from 255) = 48.54%
R=33.33%
G=18.12%
B=48.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal160872330.310.6300.0927076.8462.75
HexA057E91F3F0910e4d3f
Octal240127351377701141611577
Binary1010000010101111110100111111111111010011000011101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A057E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A057E9; }

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

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

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

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

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

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

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

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