#A158E7

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

Shades of Amethyst #A158E7

Tints of Amethyst #A158E7

Color information

#A158E7 (or 0xA158E7) is unknown color: approx Amethyst. HEX triplet: A1, 58 and E7. RGB value is (161,88,231). Sum of RGB (Red+Green+Blue) = 161+88+231=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 88 (34.77% from 255 or 18.33% from 480); Blue value is 231 (90.62% from 255 or 48.12% from 480); Max value from RGB is 231 - color contains mainly: blue. Hex color #A158E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A158E7 is #5EA718. Grayscale: #7D7D7D. Windows color (decimal): -6203161 or 15161505. OLE color: 15161505.

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

Color convert

RGB16188231-
CMYK0.300.6200.09
HSL270.63º74.87%62.55%-
HSV(B)270.63º61.9%90.59%-
XYZ32.6120.3377.81-
YUV126.13187.18152.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.54%
GREEN value IS 88 (34.77% from 255) = 18.33%
BLUE value IS 231 (90.62% from 255) = 48.12%
R=33.54%
G=18.33%
B=48.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal161882310.300.6200.09270.6374.8762.55
HexA158E71E3E0910f4b3f
Octal241130347367601141711377
Binary1010000110110001110011111110111110010011000011111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A158E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A158E7; }

 p { color: rgb(161,88,231); }

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

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

 a { background-color: rgb(161,88,231); }

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

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

 span { border-color: rgb(161,88,231); }

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