#A563E0

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

Shades of Amethyst #A563E0

Tints of Amethyst #A563E0

Color information

#A563E0 (or 0xA563E0) is unknown color: approx Amethyst. HEX triplet: A5, 63 and E0. RGB value is (165,99,224). Sum of RGB (Red+Green+Blue) = 165+99+224=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #A563E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A563E0 is #5A9C1F. Grayscale: #848484. Windows color (decimal): -5938208 or 14705573. OLE color: 14705573.

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

Color convert

RGB16599224-
CMYK0.260.5600.12
HSL271.68º66.84%63.33%-
HSV(B)271.68º55.8%87.84%-
XYZ33.4322.373.06-
YUV132.98179.37150.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.81%
GREEN value IS 99 (39.06% from 255) = 20.29%
BLUE value IS 224 (87.89% from 255) = 45.90%
R=33.81%
G=20.29%
B=45.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal165992240.260.5600.12271.6866.8463.33
HexA563E01A380C110433f
Octal245143340327001442010377
Binary1010010111000111110000011010111000011001000100001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A563E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A563E0; }

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

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

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

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

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

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

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

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