#a557e8

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

Shades of Amethyst #A557E8

Tints of Amethyst #A557E8

Color information

#A557E8 (or 0xA557E8) is unknown color: approx Amethyst. HEX triplet: A5, 57 and E8. RGB value is (165,87,232). Sum of RGB (Red+Green+Blue) = 165+87+232=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 87 (34.38% from 255 or 17.98% from 484); Blue value is 232 (91.02% from 255 or 47.93% from 484); Max value from RGB is 232 - color contains mainly: blue. Hex color #A557E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A557E8 is #5AA817. Grayscale: #7E7E7E. Windows color (decimal): -5941272 or 15226789. OLE color: 15226789.

HSL color Cylindrical-coordinate representation of color #A557E8: hue angle of 272.28º degrees, saturation: 0.76, 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 #A557E8 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16587232-
CMYK0.290.6200.09
HSL272.28º75.92%62.55%-
HSV(B)272.28º62.5%90.98%-
XYZ33.4920.6478.56-
YUV126.85187.34155.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.09%
GREEN value IS 87 (34.38% from 255) = 17.98%
BLUE value IS 232 (91.02% from 255) = 47.93%
R=34.09%
G=17.98%
B=47.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal165872320.290.6200.09272.2875.9262.55
HexA557E81D3E091104c3f
Octal245127350357601142011477
Binary1010010110101111110100011101111110010011000100001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a557e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a557e8; }

 p { color: rgb(165,87,232); }

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

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

 a { background-color: rgb(165,87,232); }

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

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

 span { border-color: rgb(165,87,232); }

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