#A860EA

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

Shades of Amethyst #A860EA

Tints of Amethyst #A860EA

Color information

#A860EA (or 0xA860EA) is unknown color: approx Amethyst. HEX triplet: A8, 60 and EA. RGB value is (168,96,234). Sum of RGB (Red+Green+Blue) = 168+96+234=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #A860EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A860EA is #579F15. Grayscale: #848484. Windows color (decimal): -5742358 or 15360168. OLE color: 15360168.

HSL color Cylindrical-coordinate representation of color #A860EA: hue angle of 271.3º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A860EA is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16896234-
CMYK0.280.5900.08
HSL271.3º76.67%64.71%-
HSV(B)271.3º58.97%91.76%-
XYZ35.1822.6380.36-
YUV133.26184.85152.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.73%
GREEN value IS 96 (37.89% from 255) = 19.28%
BLUE value IS 234 (91.80% from 255) = 46.99%
R=33.73%
G=19.28%
B=46.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal168962340.280.5900.08271.376.6764.71
HexA860EA1C3B0810f4d41
Octal2501403523473010417115101
Binary10101000110000011101010111001110110100010000111110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A860EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A860EA; }

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

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

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

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

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

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

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

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