#A8A3BF

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

Shades of Wistful #A8A3BF

Tints of Wistful #A8A3BF

Color information

#A8A3BF (or 0xA8A3BF) is unknown color: approx Wistful. HEX triplet: A8, A3 and BF. RGB value is (168,163,191). Sum of RGB (Red+Green+Blue) = 168+163+191=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 191 - color contains mainly: blue. Hex color #A8A3BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A3BF is #575C40. Grayscale: #A7A7A7. Windows color (decimal): -5725249 or 12559272. OLE color: 12559272.

HSL color Cylindrical-coordinate representation of color #A8A3BF: hue angle of 250.71º 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 #A8A3BF is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168163191-
CMYK0.120.1500.25
HSL250.71º17.95%69.41%-
HSV(B)250.71º14.66%74.9%-
XYZ38.6538.2854.64-
YUV167.69141.16128.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.18%
GREEN value IS 163 (64.06% from 255) = 31.23%
BLUE value IS 191 (75% from 255) = 36.59%
R=32.18%
G=31.23%
B=36.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681631910.120.1500.25250.7117.9569.41
HexA8A3BFCF019fb1245
Octal250243277141703137322105
Binary1010100010100011101111111100111101100111111011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A3BF; }

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

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

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

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

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

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

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

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