#A86CD1

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

Shades of Amethyst #A86CD1

Tints of Amethyst #A86CD1

Color information

#A86CD1 (or 0xA86CD1) is unknown color: approx Amethyst. HEX triplet: A8, 6C and D1. RGB value is (168,108,209). Sum of RGB (Red+Green+Blue) = 168+108+209=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #A86CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86CD1 is #57932E. Grayscale: #898989. Windows color (decimal): -5739311 or 13724840. OLE color: 13724840.

HSL color Cylindrical-coordinate representation of color #A86CD1: hue angle of 275.64º 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 #A86CD1 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB168108209-
CMYK0.200.4800.18
HSL275.64º52.33%62.16%-
HSV(B)275.64º48.33%81.96%-
XYZ33.0223.6563.15-
YUV137.45168.38149.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.64%
GREEN value IS 108 (42.58% from 255) = 22.27%
BLUE value IS 209 (82.03% from 255) = 43.09%
R=34.64%
G=22.27%
B=43.09%

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
Decimal1681082090.200.4800.18275.6452.3362.16
HexA86CD11430012114343e
Octal25015432124600224246476
Binary1010100011011001101000110100110000010010100010100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86CD1; }

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

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

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

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

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

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

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

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