#A86EDA

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

Shades of Amethyst #A86EDA

Tints of Amethyst #A86EDA

Color information

#A86EDA (or 0xA86EDA) is unknown color: approx Amethyst. HEX triplet: A8, 6E and DA. RGB value is (168,110,218). Sum of RGB (Red+Green+Blue) = 168+110+218=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #A86EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86EDA is #579125. Grayscale: #8B8B8B. Windows color (decimal): -5738790 or 14315176. OLE color: 14315176.

HSL color Cylindrical-coordinate representation of color #A86EDA: hue angle of 272.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A86EDA is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB168110218-
CMYK0.230.5000.15
HSL272.22º59.34%64.31%-
HSV(B)272.22º49.54%85.49%-
XYZ34.3824.5469.25-
YUV139.65172.22148.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.87%
GREEN value IS 110 (43.36% from 255) = 22.18%
BLUE value IS 218 (85.55% from 255) = 43.95%
R=33.87%
G=22.18%
B=43.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1681102180.230.5000.15272.2259.3464.31
HexA86EDA17320F1103b40
Octal250156332276201742073100
Binary1010100011011101101101010111110010011111000100001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86EDA; }

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

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

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

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

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

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

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

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