#A355E1

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

Shades of Amethyst #A355E1

Tints of Amethyst #A355E1

Color information

#A355E1 (or 0xA355E1) is unknown color: approx Amethyst. HEX triplet: A3, 55 and E1. RGB value is (163,85,225). Sum of RGB (Red+Green+Blue) = 163+85+225=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 85 (33.59% from 255 or 17.97% 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 #A355E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A355E1 is #5CAA1E. Grayscale: #7B7B7B. Windows color (decimal): -6072863 or 14767523. OLE color: 14767523.

HSL color Cylindrical-coordinate representation of color #A355E1: hue angle of 273.43º 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 #A355E1 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16385225-
CMYK0.280.6200.12
HSL273.43º70%60.78%-
HSV(B)273.43º62.22%88.24%-
XYZ31.9419.7273.36-
YUV124.28184.84155.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.46%
GREEN value IS 85 (33.59% from 255) = 17.97%
BLUE value IS 225 (88.28% from 255) = 47.57%
R=34.46%
G=17.97%
B=47.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal163852250.280.6200.12273.437060.78
HexA355E11C3E0C111463d
Octal243125341347601442110675
Binary1010001110101011110000111100111110011001000100011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A355E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A355E1; }

 p { color: rgb(163,85,225); }

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

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

 a { background-color: rgb(163,85,225); }

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

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

 span { border-color: rgb(163,85,225); }

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