#A561E3

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

Shades of Amethyst #A561E3

Tints of Amethyst #A561E3

Color information

#A561E3 (or 0xA561E3) is unknown color: approx Amethyst. HEX triplet: A5, 61 and E3. RGB value is (165,97,227). Sum of RGB (Red+Green+Blue) = 165+97+227=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 227 (89.06% from 255 or 46.42% from 489); Max value from RGB is 227 - color contains mainly: blue. Hex color #A561E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A561E3 is #5A9E1C. Grayscale: #838383. Windows color (decimal): -5938717 or 14901669. OLE color: 14901669.

HSL color Cylindrical-coordinate representation of color #A561E3: hue angle of 271.38º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A561E3 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16597227-
CMYK0.270.5700.11
HSL271.38º69.89%63.53%-
HSV(B)271.38º57.27%89.02%-
XYZ33.6622.0975.16-
YUV132.15181.53151.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.74%
GREEN value IS 97 (38.28% from 255) = 19.84%
BLUE value IS 227 (89.06% from 255) = 46.42%
R=33.74%
G=19.84%
B=46.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal165972270.270.5700.11271.3869.8963.53
HexA561E31B390B10f4640
Octal2451413433371013417106100
Binary10100101110000111100011110111110010101110000111110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A561E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A561E3; }

 p { color: rgb(165,97,227); }

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

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

 a { background-color: rgb(165,97,227); }

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

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

 span { border-color: rgb(165,97,227); }

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