#A460E0

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

Shades of Amethyst #A460E0

Tints of Amethyst #A460E0

Color information

#A460E0 (or 0xA460E0) is unknown color: approx Amethyst. HEX triplet: A4, 60 and E0. RGB value is (164,96,224). Sum of RGB (Red+Green+Blue) = 164+96+224=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #A460E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A460E0 is #5B9F1F. Grayscale: #828282. Windows color (decimal): -6004512 or 14704804. OLE color: 14704804.

HSL color Cylindrical-coordinate representation of color #A460E0: hue angle of 271.88º degrees, saturation: 0.67, 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 #A460E0 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16496224-
CMYK0.270.5700.12
HSL271.88º67.37%62.75%-
HSV(B)271.88º57.14%87.84%-
XYZ32.9521.6472.96-
YUV130.92180.53151.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.88%
GREEN value IS 96 (37.89% from 255) = 19.83%
BLUE value IS 224 (87.89% from 255) = 46.28%
R=33.88%
G=19.83%
B=46.28%

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
Decimal164962240.270.5700.12271.8867.3762.75
HexA460E01B390C110433f
Octal244140340337101442010377
Binary1010010011000001110000011011111001011001000100001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A460E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A460E0; }

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

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

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

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

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

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

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

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