#A86DD6

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

Shades of Amethyst #A86DD6

Tints of Amethyst #A86DD6

Color information

#A86DD6 (or 0xA86DD6) is unknown color: approx Amethyst. HEX triplet: A8, 6D and D6. RGB value is (168,109,214). Sum of RGB (Red+Green+Blue) = 168+109+214=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #A86DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86DD6 is #579229. Grayscale: #8A8A8A. Windows color (decimal): -5739050 or 14052776. OLE color: 14052776.

HSL color Cylindrical-coordinate representation of color #A86DD6: hue angle of 273.71º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A86DD6 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB168109214-
CMYK0.210.4900.16
HSL273.71º56.15%63.33%-
HSV(B)273.71º49.07%83.92%-
XYZ33.7524.1266.49-
YUV138.61170.55148.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.22%
GREEN value IS 109 (42.97% from 255) = 22.20%
BLUE value IS 214 (83.98% from 255) = 43.58%
R=34.22%
G=22.20%
B=43.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1681092140.210.4900.16273.7156.1563.33
HexA86DD61531010112383f
Octal25015532625610204227077
Binary1010100011011011101011010101110001010000100010010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86DD6; }

 p { color: rgb(168,109,214); }

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

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

 a { background-color: rgb(168,109,214); }

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

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

 span { border-color: rgb(168,109,214); }

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