#A860E1

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

Shades of Amethyst #A860E1

Tints of Amethyst #A860E1

Color information

#A860E1 (or 0xA860E1) is unknown color: approx Amethyst. HEX triplet: A8, 60 and E1. RGB value is (168,96,225). Sum of RGB (Red+Green+Blue) = 168+96+225=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 225 (88.28% from 255 or 46.01% from 489); Max value from RGB is 225 - color contains mainly: blue. Hex color #A860E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A860E1 is #579F1E. Grayscale: #838383. Windows color (decimal): -5742367 or 14770344. OLE color: 14770344.

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

Color convert

RGB16896225-
CMYK0.250.5700.12
HSL273.49º68.25%62.94%-
HSV(B)273.49º57.33%88.24%-
XYZ33.9222.1373.72-
YUV132.23180.35153.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.36%
GREEN value IS 96 (37.89% from 255) = 19.63%
BLUE value IS 225 (88.28% from 255) = 46.01%
R=34.36%
G=19.63%
B=46.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal168962250.250.5700.12273.4968.2562.94
HexA860E119390C111443f
Octal250140341317101442110477
Binary1010100011000001110000111001111001011001000100011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A860E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A860E1; }

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

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

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

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

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

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

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

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