#A157E9

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

Shades of Amethyst #A157E9

Tints of Amethyst #A157E9

Color information

#A157E9 (or 0xA157E9) is unknown color: approx Amethyst. HEX triplet: A1, 57 and E9. RGB value is (161,87,233). Sum of RGB (Red+Green+Blue) = 161+87+233=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 87 (34.38% from 255 or 18.09% from 481); Blue value is 233 (91.41% from 255 or 48.44% from 481); Max value from RGB is 233 - color contains mainly: blue. Hex color #A157E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A157E9 is #5EA816. Grayscale: #7D7D7D. Windows color (decimal): -6203415 or 15292321. OLE color: 15292321.

HSL color Cylindrical-coordinate representation of color #A157E9: hue angle of 270.41º 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 #A157E9 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16187233-
CMYK0.310.6300.09
HSL270.41º76.84%62.75%-
HSV(B)270.41º62.66%91.37%-
XYZ32.8120.2879.28-
YUV125.77188.52153.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.47%
GREEN value IS 87 (34.38% from 255) = 18.09%
BLUE value IS 233 (91.41% from 255) = 48.44%
R=33.47%
G=18.09%
B=48.44%

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
Decimal161872330.310.6300.09270.4176.8462.75
HexA157E91F3F0910e4d3f
Octal241127351377701141611577
Binary1010000110101111110100111111111111010011000011101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A157E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A157E9; }

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

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

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

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

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

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

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

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