#A6A3BF

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

Shades of Wistful #A6A3BF

Tints of Wistful #A6A3BF

Color information

#A6A3BF (or 0xA6A3BF) is unknown color: approx Wistful. HEX triplet: A6, A3 and BF. RGB value is (166,163,191). Sum of RGB (Red+Green+Blue) = 166+163+191=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #A6A3BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A3BF is #595C40. Grayscale: #A6A6A6. Windows color (decimal): -5856321 or 12559270. OLE color: 12559270.

HSL color Cylindrical-coordinate representation of color #A6A3BF: hue angle of 246.43º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A6A3BF is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166163191-
CMYK0.130.1500.25
HSL246.43º17.95%69.41%-
HSV(B)246.43º14.66%74.9%-
XYZ38.2338.0654.62-
YUV167.09141.49127.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.92%
GREEN value IS 163 (64.06% from 255) = 31.35%
BLUE value IS 191 (75% from 255) = 36.73%
R=31.92%
G=31.35%
B=36.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661631910.130.1500.25246.4317.9569.41
HexA6A3BFDF019f61245
Octal246243277151703136622105
Binary1010011010100011101111111101111101100111110110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A3BF; }

 p { color: rgb(166,163,191); }

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

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

 a { background-color: rgb(166,163,191); }

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

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

 span { border-color: rgb(166,163,191); }

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