#A9A3BE

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

Shades of Wistful #A9A3BE

Tints of Wistful #A9A3BE

Color information

#A9A3BE (or 0xA9A3BE) is unknown color: approx Wistful. HEX triplet: A9, A3 and BE. RGB value is (169,163,190). Sum of RGB (Red+Green+Blue) = 169+163+190=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #A9A3BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A3BE is #565C41. Grayscale: #A7A7A7. Windows color (decimal): -5659714 or 12493737. OLE color: 12493737.

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

Color convert

RGB169163190-
CMYK0.110.1400.25
HSL253.33º17.2%69.22%-
HSV(B)253.33º14.21%74.51%-
XYZ38.7538.3554.07-
YUV167.87140.49128.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.38%
GREEN value IS 163 (64.06% from 255) = 31.23%
BLUE value IS 190 (74.61% from 255) = 36.40%
R=32.38%
G=31.23%
B=36.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691631900.110.1400.25253.3317.269.22
HexA9A3BEBE019fd1145
Octal251243276131603137521105
Binary1010100110100011101111101011111001100111111101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A3BE; }

 p { color: rgb(169,163,190); }

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

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

 a { background-color: rgb(169,163,190); }

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

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

 span { border-color: rgb(169,163,190); }

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