#A553E1

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

Shades of Amethyst #A553E1

Tints of Amethyst #A553E1

Color information

#A553E1 (or 0xA553E1) is unknown color: approx Amethyst. HEX triplet: A5, 53 and E1. RGB value is (165,83,225). Sum of RGB (Red+Green+Blue) = 165+83+225=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 225 - color contains mainly: blue. Hex color #A553E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A553E1 is #5AAC1E. Grayscale: #7B7B7B. Windows color (decimal): -5942303 or 14767013. OLE color: 14767013.

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

Color convert

RGB16583225-
CMYK0.270.6300.12
HSL274.65º70.3%60.39%-
HSV(B)274.65º63.11%88.24%-
XYZ32.219.6273.32-
YUV123.71185.17157.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.88%
GREEN value IS 83 (32.81% from 255) = 17.55%
BLUE value IS 225 (88.28% from 255) = 47.57%
R=34.88%
G=17.55%
B=47.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal165832250.270.6300.12274.6570.360.39
HexA553E11B3F0C113463c
Octal245123341337701442310674
Binary1010010110100111110000111011111111011001000100111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A553E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A553E1; }

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

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

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

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

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

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

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

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