#A757E0

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

Shades of Amethyst #A757E0

Tints of Amethyst #A757E0

Color information

#A757E0 (or 0xA757E0) is unknown color: approx Amethyst. HEX triplet: A7, 57 and E0. RGB value is (167,87,224). Sum of RGB (Red+Green+Blue) = 167+87+224=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 87 (34.38% from 255 or 18.20% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #A757E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A757E0 is #58A81F. Grayscale: #7E7E7E. Windows color (decimal): -5810208 or 14702503. OLE color: 14702503.

HSL color Cylindrical-coordinate representation of color #A757E0: hue angle of 275.04º degrees, saturation: 0.69, 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 #A757E0 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16787224-
CMYK0.250.6100.12
HSL275.04º68.84%60.98%-
HSV(B)275.04º61.16%87.84%-
XYZ32.820.4172.73-
YUV126.54183156.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.94%
GREEN value IS 87 (34.38% from 255) = 18.20%
BLUE value IS 224 (87.89% from 255) = 46.86%
R=34.94%
G=18.20%
B=46.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal167872240.250.6100.12275.0468.8460.98
HexA757E0193D0C113453d
Octal247127340317501442310575
Binary1010011110101111110000011001111101011001000100111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A757E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A757E0; }

 p { color: rgb(167,87,224); }

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

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

 a { background-color: rgb(167,87,224); }

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

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

 span { border-color: rgb(167,87,224); }

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