#A86DD5

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

Shades of Amethyst #A86DD5

Tints of Amethyst #A86DD5

Color information

#A86DD5 (or 0xA86DD5) is unknown color: approx Amethyst. HEX triplet: A8, 6D and D5. RGB value is (168,109,213). Sum of RGB (Red+Green+Blue) = 168+109+213=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 213 - color contains mainly: blue. Hex color #A86DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86DD5 is #57922A. Grayscale: #8A8A8A. Windows color (decimal): -5739051 or 13987240. OLE color: 13987240.

HSL color Cylindrical-coordinate representation of color #A86DD5: hue angle of 274.04º degrees, saturation: 0.55, 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 #A86DD5 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB168109213-
CMYK0.210.4900.16
HSL274.04º55.32%63.14%-
HSV(B)274.04º48.83%83.53%-
XYZ33.6324.0765.82-
YUV138.5170.05149.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.29%
GREEN value IS 109 (42.97% from 255) = 22.24%
BLUE value IS 213 (83.59% from 255) = 43.47%
R=34.29%
G=22.24%
B=43.47%

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
Decimal1681092130.210.4900.16274.0455.3263.14
HexA86DD51531010112373f
Octal25015532525610204226777
Binary1010100011011011101010110101110001010000100010010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86DD5; }

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

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

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

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

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

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

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

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