#A86DCA

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

Shades of Amethyst #A86DCA

Tints of Amethyst #A86DCA

Color information

#A86DCA (or 0xA86DCA) is unknown color: approx Amethyst. HEX triplet: A8, 6D and CA. RGB value is (168,109,202). Sum of RGB (Red+Green+Blue) = 168+109+202=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #A86DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86DCA is #579235. Grayscale: #888888. Windows color (decimal): -5739062 or 13266344. OLE color: 13266344.

HSL color Cylindrical-coordinate representation of color #A86DCA: hue angle of 278.06º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A86DCA is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB168109202-
CMYK0.170.4600.21
HSL278.06º46.73%60.98%-
HSV(B)278.06º46.04%79.22%-
XYZ32.2823.5358.72-
YUV137.24164.55149.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.07%
GREEN value IS 109 (42.97% from 255) = 22.76%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=35.07%
G=22.76%
B=42.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681092020.170.4600.21278.0646.7360.98
HexA86DCA112E0151162f3d
Octal25015531221560254265775
Binary1010100011011011100101010001101110010101100010110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86DCA; }

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

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

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

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

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

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

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

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