#A558E2

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

Shades of Amethyst #A558E2

Tints of Amethyst #A558E2

Color information

#A558E2 (or 0xA558E2) is unknown color: approx Amethyst. HEX triplet: A5, 58 and E2. RGB value is (165,88,226). Sum of RGB (Red+Green+Blue) = 165+88+226=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 226 (88.67% from 255 or 47.18% from 479); Max value from RGB is 226 - color contains mainly: blue. Hex color #A558E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A558E2 is #5AA71D. Grayscale: #7E7E7E. Windows color (decimal): -5941022 or 14833829. OLE color: 14833829.

HSL color Cylindrical-coordinate representation of color #A558E2: hue angle of 273.48º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A558E2 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16588226-
CMYK0.270.6100.11
HSL273.48º70.41%61.57%-
HSV(B)273.48º61.06%88.63%-
XYZ32.7320.4774.18-
YUV126.76184.01155.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.45%
GREEN value IS 88 (34.77% from 255) = 18.37%
BLUE value IS 226 (88.67% from 255) = 47.18%
R=34.45%
G=18.37%
B=47.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal165882260.270.6100.11273.4870.4161.57
HexA558E21B3D0B111463e
Octal245130342337501342110676
Binary1010010110110001110001011011111101010111000100011000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A558E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A558E2; }

 p { color: rgb(165,88,226); }

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

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

 a { background-color: rgb(165,88,226); }

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

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

 span { border-color: rgb(165,88,226); }

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