#A460E1

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

Shades of Amethyst #A460E1

Tints of Amethyst #A460E1

Color information

#A460E1 (or 0xA460E1) is unknown color: approx Amethyst. HEX triplet: A4, 60 and E1. RGB value is (164,96,225). Sum of RGB (Red+Green+Blue) = 164+96+225=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 225 - color contains mainly: blue. Hex color #A460E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A460E1 is #5B9F1E. Grayscale: #828282. Windows color (decimal): -6004511 or 14770340. OLE color: 14770340.

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

Color convert

RGB16496225-
CMYK0.270.5700.12
HSL271.63º68.25%62.94%-
HSV(B)271.63º57.33%88.24%-
XYZ33.0821.6973.68-
YUV131.04181.03151.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.81%
GREEN value IS 96 (37.89% from 255) = 19.79%
BLUE value IS 225 (88.28% from 255) = 46.39%
R=33.81%
G=19.79%
B=46.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal164962250.270.5700.12271.6368.2562.94
HexA460E11B390C110443f
Octal244140341337101442010477
Binary1010010011000001110000111011111001011001000100001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A460E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A460E1; }

 p { color: rgb(164,96,225); }

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

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

 a { background-color: rgb(164,96,225); }

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

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

 span { border-color: rgb(164,96,225); }

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