#A556E1

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

Shades of Amethyst #A556E1

Tints of Amethyst #A556E1

Color information

#A556E1 (or 0xA556E1) is unknown color: approx Amethyst. HEX triplet: A5, 56 and E1. RGB value is (165,86,225). Sum of RGB (Red+Green+Blue) = 165+86+225=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 225 (88.28% from 255 or 47.27% from 476); Max value from RGB is 225 - color contains mainly: blue. Hex color #A556E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A556E1 is #5AA91E. Grayscale: #7C7C7C. Windows color (decimal): -5941535 or 14767781. OLE color: 14767781.

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

Color convert

RGB16586225-
CMYK0.270.6200.12
HSL274.1º69.85%60.98%-
HSV(B)274.1º61.78%88.24%-
XYZ32.4420.0973.4-
YUV125.47184.17156.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.66%
GREEN value IS 86 (33.98% from 255) = 18.07%
BLUE value IS 225 (88.28% from 255) = 47.27%
R=34.66%
G=18.07%
B=47.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal165862250.270.6200.12274.169.8560.98
HexA556E11B3E0C112463d
Octal245126341337601442210675
Binary1010010110101101110000111011111110011001000100101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A556E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A556E1; }

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

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

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

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

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

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

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

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