#a86ae3

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

Shades of Amethyst #A86AE3

Tints of Amethyst #A86AE3

Color information

#A86AE3 (or 0xA86AE3) is unknown color: approx Amethyst. HEX triplet: A8, 6A and E3. RGB value is (168,106,227). Sum of RGB (Red+Green+Blue) = 168+106+227=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 227 (89.06% from 255 or 45.31% from 501); Max value from RGB is 227 - color contains mainly: blue. Hex color #A86AE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86AE3 is #57951C. Grayscale: #898989. Windows color (decimal): -5739805 or 14903976. OLE color: 14903976.

HSL color Cylindrical-coordinate representation of color #A86AE3: hue angle of 270.74º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A86AE3 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB168106227-
CMYK0.260.5300.11
HSL270.74º68.36%65.29%-
HSV(B)270.74º53.3%89.02%-
XYZ35.1724.1875.49-
YUV138.33178.04149.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.53%
GREEN value IS 106 (41.80% from 255) = 21.16%
BLUE value IS 227 (89.06% from 255) = 45.31%
R=33.53%
G=21.16%
B=45.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1681062270.260.5300.11270.7468.3665.29
HexA86AE31A350B10f4441
Octal2501523433265013417104101
Binary10101000110101011100011110101101010101110000111110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a86ae3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a86ae3; }

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

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

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

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

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

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

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

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