#A558E0

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

Shades of Amethyst #A558E0

Tints of Amethyst #A558E0

Color information

#A558E0 (or 0xA558E0) is unknown color: approx Amethyst. HEX triplet: A5, 58 and E0. RGB value is (165,88,224). Sum of RGB (Red+Green+Blue) = 165+88+224=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #A558E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A558E0 is #5AA71F. Grayscale: #7E7E7E. Windows color (decimal): -5941024 or 14702757. OLE color: 14702757.

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

Color convert

RGB16588224-
CMYK0.260.6100.12
HSL273.97º68.69%61.18%-
HSV(B)273.97º60.71%87.84%-
XYZ32.4620.3672.74-
YUV126.53183.01155.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.59%
GREEN value IS 88 (34.77% from 255) = 18.45%
BLUE value IS 224 (87.89% from 255) = 46.96%
R=34.59%
G=18.45%
B=46.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal165882240.260.6100.12273.9768.6961.18
HexA558E01A3D0C112453d
Octal245130340327501442210575
Binary1010010110110001110000011010111101011001000100101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A558E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A558E0; }

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

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

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

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

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

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

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

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