#A86DD1

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

Shades of Amethyst #A86DD1

Tints of Amethyst #A86DD1

Color information

#A86DD1 (or 0xA86DD1) is unknown color: approx Amethyst. HEX triplet: A8, 6D and D1. RGB value is (168,109,209). Sum of RGB (Red+Green+Blue) = 168+109+209=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #A86DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86DD1 is #57922E. Grayscale: #898989. Windows color (decimal): -5739055 or 13725096. OLE color: 13725096.

HSL color Cylindrical-coordinate representation of color #A86DD1: hue angle of 275.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A86DD1 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB168109209-
CMYK0.200.4800.18
HSL275.4º52.08%62.35%-
HSV(B)275.4º47.85%81.96%-
XYZ33.1323.8763.18-
YUV138.04168.05149.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.57%
GREEN value IS 109 (42.97% from 255) = 22.43%
BLUE value IS 209 (82.03% from 255) = 43.00%
R=34.57%
G=22.43%
B=43.00%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1681092090.200.4800.18275.452.0862.35
HexA86DD11430012113343e
Octal25015532124600224236476
Binary1010100011011011101000110100110000010010100010011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86DD1; }

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

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

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

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

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

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

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

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