#A558EA

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

Shades of Amethyst #A558EA

Tints of Amethyst #A558EA

Color information

#A558EA (or 0xA558EA) is unknown color: approx Amethyst. HEX triplet: A5, 58 and EA. RGB value is (165,88,234). Sum of RGB (Red+Green+Blue) = 165+88+234=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #A558EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A558EA is #5AA715. Grayscale: #7F7F7F. Windows color (decimal): -5941014 or 15358117. OLE color: 15358117.

HSL color Cylindrical-coordinate representation of color #A558EA: hue angle of 271.64º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A558EA is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16588234-
CMYK0.290.6200.08
HSL271.64º77.66%63.14%-
HSV(B)271.64º62.39%91.76%-
XYZ33.8620.9280.1-
YUV127.67188.01154.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.88%
GREEN value IS 88 (34.77% from 255) = 18.07%
BLUE value IS 234 (91.80% from 255) = 48.05%
R=33.88%
G=18.07%
B=48.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal165882340.290.6200.08271.6477.6663.14
HexA558EA1D3E081104e3f
Octal245130352357601042011677
Binary1010010110110001110101011101111110010001000100001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A558EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A558EA; }

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

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

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

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

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

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

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

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