#A86AE1

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

Shades of Amethyst #A86AE1

Tints of Amethyst #A86AE1

Color information

#A86AE1 (or 0xA86AE1) is unknown color: approx Amethyst. HEX triplet: A8, 6A and E1. RGB value is (168,106,225). Sum of RGB (Red+Green+Blue) = 168+106+225=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 225 - color contains mainly: blue. Hex color #A86AE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86AE1 is #57951E. Grayscale: #898989. Windows color (decimal): -5739807 or 14772904. OLE color: 14772904.

HSL color Cylindrical-coordinate representation of color #A86AE1: hue angle of 271.26º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A86AE1 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB168106225-
CMYK0.250.5300.12
HSL271.26º66.48%64.9%-
HSV(B)271.26º52.89%88.24%-
XYZ34.8924.0774.04-
YUV138.1177.04149.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.67%
GREEN value IS 106 (41.80% from 255) = 21.24%
BLUE value IS 225 (88.28% from 255) = 45.09%
R=33.67%
G=21.24%
B=45.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1681062250.250.5300.12271.2666.4864.9
HexA86AE119350C10f4241
Octal2501523413165014417102101
Binary10101000110101011100001110011101010110010000111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86AE1; }

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

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

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

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

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

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

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

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