#A86ECE

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

Shades of Amethyst #A86ECE

Tints of Amethyst #A86ECE

Color information

#A86ECE (or 0xA86ECE) is unknown color: approx Amethyst. HEX triplet: A8, 6E and CE. RGB value is (168,110,206). Sum of RGB (Red+Green+Blue) = 168+110+206=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #A86ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86ECE is #579131. Grayscale: #898989. Windows color (decimal): -5738802 or 13528744. OLE color: 13528744.

HSL color Cylindrical-coordinate representation of color #A86ECE: hue angle of 276.25º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A86ECE is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB168110206-
CMYK0.180.4700.19
HSL276.25º49.48%61.96%-
HSV(B)276.25º46.6%80.78%-
XYZ32.8623.9361.28-
YUV138.29166.22149.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.71%
GREEN value IS 110 (43.36% from 255) = 22.73%
BLUE value IS 206 (80.86% from 255) = 42.56%
R=34.71%
G=22.73%
B=42.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681102060.180.4700.19276.2549.4861.96
HexA86ECE122F013114313e
Octal25015631622570234246176
Binary1010100011011101100111010010101111010011100010100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86ECE; }

 p { color: rgb(168,110,206); }

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

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

 a { background-color: rgb(168,110,206); }

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

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

 span { border-color: rgb(168,110,206); }

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