#A563E1

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

Shades of Amethyst #A563E1

Tints of Amethyst #A563E1

Color information

#A563E1 (or 0xA563E1) is unknown color: approx Amethyst. HEX triplet: A5, 63 and E1. RGB value is (165,99,225). Sum of RGB (Red+Green+Blue) = 165+99+225=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 225 (88.28% from 255 or 46.01% from 489); Max value from RGB is 225 - color contains mainly: blue. Hex color #A563E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A563E1 is #5A9C1E. Grayscale: #848484. Windows color (decimal): -5938207 or 14771109. OLE color: 14771109.

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

Color convert

RGB16599225-
CMYK0.270.5600.12
HSL271.43º67.74%63.53%-
HSV(B)271.43º56%88.24%-
XYZ33.5722.3673.78-
YUV133.1179.87150.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.74%
GREEN value IS 99 (39.06% from 255) = 20.25%
BLUE value IS 225 (88.28% from 255) = 46.01%
R=33.74%
G=20.25%
B=46.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal165992250.270.5600.12271.4367.7463.53
HexA563E11B380C10f4440
Octal2451433413370014417104100
Binary10100101110001111100001110111110000110010000111110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A563E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A563E1; }

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

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

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

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

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

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

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

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