#A556EC

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

Shades of Amethyst #A556EC

Tints of Amethyst #A556EC

Color information

#A556EC (or 0xA556EC) is unknown color: approx Amethyst. HEX triplet: A5, 56 and EC. RGB value is (165,86,236). Sum of RGB (Red+Green+Blue) = 165+86+236=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #A556EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A556EC is #5AA913. Grayscale: #7E7E7E. Windows color (decimal): -5941524 or 15488677. OLE color: 15488677.

HSL color Cylindrical-coordinate representation of color #A556EC: hue angle of 271.6º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A556EC is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16586236-
CMYK0.300.6400.07
HSL271.6º79.79%63.14%-
HSV(B)271.6º63.56%92.55%-
XYZ33.9920.7181.56-
YUV126.72189.67155.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.88%
GREEN value IS 86 (33.98% from 255) = 17.66%
BLUE value IS 236 (92.58% from 255) = 48.46%
R=33.88%
G=17.66%
B=48.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal165862360.300.6400.07271.679.7963.14
HexA556EC1E4007110503f
Octal245126354361000742012077
Binary1010010110101101110110011110100000001111000100001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A556EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A556EC; }

 p { color: rgb(165,86,236); }

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

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

 a { background-color: rgb(165,86,236); }

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

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

 span { border-color: rgb(165,86,236); }

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